Thermistor is a semiconductor device made of materials whose resistance varies as a function of temperature. A thermistor can be used to compensate for temperature variation in other components of an ...
This project was put together after learning the basics of Arduino and experimenting with circuitry. Other circuits I built included ultrasonic sensors, motors, buzzers, buttons, LEDs, and more.
Using a thermistor and a 10k resistor you can read the temperature using an Arduino and then using a simple Win32 console app you can connect to it and read the values over the serial connection. I ...