I finally got around to playing with the National Semiconductor LM35 temperature sensor, These guys are really inexpensive and quite accurate: Less than $2, and typical peak error of less than 0.8 degrees C.
They have three wires - power, output, and ground. Power can be anything between 3v and 35v. Output is 10mv/degree C, so any meter becomes a temperature gauge just by shifting the decimal point. With no external components, measures 2 to 150 degrees C. With a couple of resistors, can be converted to Fahrenheit output and/or extend the range to -55 degrees C.
This one is simple enough for a non-electronics type like me to get working, though it looks like a bit more fussing may be necessary if using it with long cables. I'll do experiments and update.
In my application, effective resolution is 0.1 degrees Fahrenheit and usable range is about 35 to 300 degrees Fahrenheit.
For any fellow computer geeks, I've got one set up on channel 0 of my development system. If I have it running, you can see it at http://www.cedarlakedesign.com:7261/cgi-bin/7260client. Right now it will show you the temperature of my lab workbench.
Source code for the applications that read the temperature and create the web page are at http://www.nofossil.org/armsw/7260devel/
They have three wires - power, output, and ground. Power can be anything between 3v and 35v. Output is 10mv/degree C, so any meter becomes a temperature gauge just by shifting the decimal point. With no external components, measures 2 to 150 degrees C. With a couple of resistors, can be converted to Fahrenheit output and/or extend the range to -55 degrees C.
This one is simple enough for a non-electronics type like me to get working, though it looks like a bit more fussing may be necessary if using it with long cables. I'll do experiments and update.
In my application, effective resolution is 0.1 degrees Fahrenheit and usable range is about 35 to 300 degrees Fahrenheit.
For any fellow computer geeks, I've got one set up on channel 0 of my development system. If I have it running, you can see it at http://www.cedarlakedesign.com:7261/cgi-bin/7260client. Right now it will show you the temperature of my lab workbench.
Source code for the applications that read the temperature and create the web page are at http://www.nofossil.org/armsw/7260devel/