I like the LM34DZ (same as above but calibrated in Fahrenheit. Cost $2.00-$2.50 available from mouser. Easy to use with a PIC and there is plenty of code floating around the forums to use.
http://www.mouser.com/ProductDetail/...eSEq67kjn80%3d
I like the LM34DZ (same as above but calibrated in Fahrenheit. Cost $2.00-$2.50 available from mouser. Easy to use with a PIC and there is plenty of code floating around the forums to use.
http://www.mouser.com/ProductDetail/...eSEq67kjn80%3d
Shawn
LM35 or LM34 - nice and easy; minimal math on PIC to translate voltage to temperature.
DS18B20 - simple digital interface; almost no math at all on the PIC
Either choice should suffice: LM3x if you want to use analog input into PIC's ADC, DS18xx if you want to use digital interface.
Bookmarks