Microcontroler Choice - 1-wire

Efried

Active Member
Starting with the ARM Cortex M3, there seems ample hardware to start your own project without much hassle connecting sensors for HVAC. Is it true?
I found two boards capable of connecting 1-wire sensors without doing the full coding for the communication:
 
Texas TM4C129x MCUs
NXP LPC Open4337-C (also featuring ZigBee)
 
would be great if you could share your experiences.
 
thanks
 
Efried said:
Starting with the ARM Cortex M3, there seems ample hardware to start your own project without much hassle connecting sensors for HVAC. Is it true?
I found two boards capable of connecting 1-wire sensors without doing the full coding for the communication:
 
Texas TM4C129x MCUs
NXP LPC Open4337-C (also featuring ZigBee)
 
would be great if you could share your experiences.
 
thanks
I found an ARM based microcontroller supporting BASIC programming and interfacing 1-wire devices
http://www.coridium.us/ARMhelp/index.htm#page=BBpinout.html
also a STM32 library
https://github.com/coocox/cox/blob/master/CoX/Driver/Sensor_Temp_Maxim/DS18B20/DS18B20_Driver/test/suite1/src/test1.c
 
Back
Top