i'm going to make an alcohol sensor, i want to make a temperature compenation systeme using a thermistor. I need help to make the wright montage ?
turw
Thanks
Are you sure you want to use a thermistor? A solid state sensor has a linear voltage vs temperature response and is generally simpler to interface to a microcontroller.
Comments
http://propforth.googlecode.com/files/Steinhart-Hart20131121-1805.xlsx
and some forth code for driver and demo. You don't need to use forth, its very simple, you should be able to get an idea from the code.
http://code.google.com/p/propforth/wiki/ThermistorTempSensor
http://code.google.com/p/propforth/wiki/ThermistorRawLogger
Are you sure you want to use a thermistor? A solid state sensor has a linear voltage vs temperature response and is generally simpler to interface to a microcontroller.