Trying To Pick The Right Temperature Sensor...And Learn How To Hook It Up...
Im New To Micro
Posts: 42
Hi everyone,
For a project at school, we need to build a temperature circuit that will monitor the temperature of some batteries and other things that we need to attach the sensor to.
I'm having a hard time figuring out if this sensor from parallax, LM34 Temperature Sensor, is a sensor that allows you to place the sensor "on" objects to get a reading, or is it a sensor that isn't meant for that? Basically, we are trying to use a sensor so we can detect overheating and etc, so it doesn't need to worry about the "air temp", but temp of the object it's laying flat up against.
Lastly, do they include a manual on how to hook this up using the Board of Education (Basic Stamp 2), and some example code, as I didn't see on on the page?
http://www.parallax.com/StoreSearchResults/tabid/768/List/0/SortField/4/ProductID/87/Default.aspx?txtSearch=temp+sensor
Thanks, hope someone can help!
For a project at school, we need to build a temperature circuit that will monitor the temperature of some batteries and other things that we need to attach the sensor to.
I'm having a hard time figuring out if this sensor from parallax, LM34 Temperature Sensor, is a sensor that allows you to place the sensor "on" objects to get a reading, or is it a sensor that isn't meant for that? Basically, we are trying to use a sensor so we can detect overheating and etc, so it doesn't need to worry about the "air temp", but temp of the object it's laying flat up against.
Lastly, do they include a manual on how to hook this up using the Board of Education (Basic Stamp 2), and some example code, as I didn't see on on the page?
http://www.parallax.com/StoreSearchResults/tabid/768/List/0/SortField/4/ProductID/87/Default.aspx?txtSearch=temp+sensor
Thanks, hope someone can help!
Comments
Also look at this page, from Scott Edwards!
If you want to go smaller, your main options are thermistors or thermocouples. Those can be made really tiny, but are harder to use in a circuit.
I like the DS18B20, but it is a 1-wire device and may not be supported by the basic stamps. I'm pretty sure there is an I2C version though.
Bean
www.datasheetcatalog.com/datasheets_pdf/D/S/1/8/DS18B20.shtml
If, you are starting out, I would go with the one that Moskog suggested. It is alot easier to do.