Introduction: Thermistor With Arduino to Measure Temperature
It is an easy way to measure the exact temperature with a thermistor.
Supplies
Hardware Components
NTC thermistor 10k
Arduino UNO & Genuino UNO
Resistor 10k ohm
LCD - 16x2
Connecting wires
Software Components
Arduino IDE
Step 1: About Project
About Project
Thermistor The important segment in this circuit is Thermistor, which has been utilized to recognize the rise in temperature. The thermistor is temperature sensitive resistor, whose resistance modifies as per the temperature. There are two different types of thermistor NTC and PTC, we have used as an NTC type thermistor.
NTC thermistor is a resistor whose resistance diminishes as arise in temperature while in PTC it will improve the resistance as arise in temperature.
Calculating Temperature using Thermistor
Vout= (Vin * Rt) / (R + Rt)
Rt value will be:
Rt = R (Vin/Vout) – 1
Here, Rt will be the resistance of the thermistor and the value of R is 10k ohm. Calculation of Temperature from the thermistor resistance
T = 1 / (A + Bln(Rt) + Cln (Rt)3 ) Where, A, B and C are the constants, So, for estimating the temperature we require the value of thermistor resistance only.
IoT Trainingwill help to build Industrial IoT Solutions.