I was working on a simple project, using a ntc 10k termistor between the pins A0 and A1, with a HIGH on the A1 to drive the NTC, and a 10k resistor between the NTC and GND,and writing the readings to the eeprom.
im trying to map the output to a ultilizable temperature, but i cant get a precise temp.
someone says how to map the ntc to a utlizable °c or °f?
By testing the sensor with calibrated sensor, and creating an array. Starting with the lowest temperature, getting compared values to your array, I would use Excel or other application.
Can't think anything else here.
Beta is a value that you will find on the datasheet for the thermistor and resistance is both the value of the thermistor's nominal resistance (I think at 25 deg C) and the value of the series resistor (in K) that it forms a potential divider with.
You can make a lookup table, but why would you want to, when you can do it in a line of code?
If you have 5 cheap thermistor, you probably have 5 different curves to observe. If you need presice measurements (as good as you can get with these) you most likely need to create calibration curve for each of them. Easier to avoid using these.