Automatic Temperature controller using pic microcontroller (original) (raw)

Automatic Temperature controller: This embedded system project is about automatic temperature controller using pic microcontroller. Automatic temperature control is a microcontroller based circuit which is used to maintain a temperature specified by the user. The user enters the reference temperature by keypad and then the microcontroller turn on and off the heater or cooler when the temperature is too hot or too cold. PIC 18F45K22 is the brain of this automatic temperature controller system. It uses LM35 temperature sensor to measure temperature.

Use of Automatic Temperature Controller

Components of automatic temperature controller system

Circuit diagram of automatic temperature controller

automatic temperature controller using pic microcontroller

working of automatic temperature controller

When the circuit starts it demands to put a reference voltage which in our case lies between 0’C to 150’C. The reference value is entered using the keypad. After entering the reference value # is press to proceed. If you enter a wrong value you can remove it by pressing ‘*’.The PIC microcontroller measure temperature using LM35 which is an analog temperature sensor every 10 second and compares it with the reference value enters by the user. When the reference value is higher than the measured value, then the heater is turned ON to heat the area. The heater is switched OFF once the reference temperature is reached. When the measured value is higher than the reference value, then the cooler is switched ON to cool off the area until the required temperature is reached. An LCD display shows the measured temperature continuously.