Thermistor
From bildr
To use a thermistor to measure temperature in a project, you must monitor the resistance across the thermistor. Generally, this is done by connecting a resistor of a known value in series with the thermistor, bridging a higher voltage (say, + 5V) to ground. To eliminate confusion, let's just say that the thermistor is the component connected to ground. Then, between the thermistor and resistor can be connected to an ADC or "analog in" to measure the voltage across the thermistor.
Knowing that Vtherm / Rtherm = Vres / Rres, the resistance of the thermistor can be measured to be Rtherm = VthermRres / Vres. If the supply voltage is indeed 5 volts, then Rtherm = VthermRres / (5 − Vtherm).
That just leaves converting resistance to temperature. This conversion will depend on the particular thermistor and the information supplied. If given a B or β and R0 value (the resistance at T0 which is usually taken to be 298 K), the equation for temperature as a function of resistance can be written as:
For instance, if you have a 10kΩ, β = 3977K thermistor, the hard-coded equation for temperature (in Kelvin) would become:
This page is an Article on bildr. Articles are pages that define or explain a concept, method, or generic item.