Shivam's Projects

Digital Thermometer using thermistor and multi meter

Aim:Design a Digital Thermometer with Thermistor and Multimeter only, without using Audrino

Setup

Projsetup

Idea

Thermistor works on the principal of photodiodes with extra doping, which causes the free electron to drift causing rise in potential difference across its terminal. We're using that principal into our apparatus

The Design

Our system works with a Three Variable resistors for calibrating and a potentiometer for Thermistor. The output signals coming out of the thermistor will be very small, and it could also not detect small change in the temperature. That's why we needed the op-amp IC-741. It amplifies the signal coming out of the Thermistor, and thus after little bit of Calibrating, we were able to predict the approximate temperature of Human Body

As the Voltage is proportional to Temperature of Thermistor in Kelvin.i.e.

VT
V304.76 K=K*(304.76)=231.1 MicroAmps(found)
V310.66 K=K*(310.66)=235.2 MicroAmps(found)

Thus, After Calculating both K1 and K2 to get K mean for Finally Calibrating Our Thermometer


Kmean=(K1+K2)/2=(0.758+0.757)/2=0.7577

Projsetup

Thus Final Calibrated Equation We got:

V(T)=0.7577T(in Kelvins)

Conclusion

We have successfully designed a digital Thermometer, which can measure the temperature ranged between 25 to 80 degrees celcius.