need Thermistor programming help
cmc074
Posts: 4
I have a 10k ohm thermistor and need a program to measure air temp. Also I am having trouble with the circuit can anyone help me out I am lost!!!
Thanks
Thanks
Comments
After you get your circuit built, you will have to calibrate DEBUG readings against a thermometer in order to get temperature conversions into a formula.
Would this help [page 33] ?:
http://www.parallax.com/Portals/0/Downloads/appnt/stamps/bs1Appnotes.pdf
There is also a Parallax resource for converting BS1 code to BS2.
cheers, David
Curve fitting is quite possible once several data points are calibrated. Alternatively, there's a nice technique shown in the code at
http://www.parallax.com/dl/docs/prod/acc/SharpGP2D12Snrs.pdf for interpolating between data points. It's likely a similar type curve between the Sharp IR sensor there and the thermistor discussed here.