Help reading temperatur with the G_1396 ntc thermistor

I need to read and display temperature from a G_1396 Thermistor

I'm not sure where to start, the temperature range is non-linear so not sure how to calculate the temp based on the voltage dropped across it.

Any help would be greatly appreciated. THANKS!!!

There is a formula for characterizing a thermistor. You use the voltage across the thermistor to calculate the resistance and the formulas to calculate the temperature from the resistance.

http://www.daycounter.com/Calculators/Steinhart-Hart-Thermistor-Calculator.phtml

Thanks! that helped.

Your post led me to this,
http://www.arduino.cc/playground/ComponentLib/Thermistor2
http://www.arduino.cc/playground/ComponentLib/Thermistor4

Think I have enough now to at least set something on fire. ]:smiley:
Thanks again!

EDIT
And here is a good tutorial