0% found this document useful (1 vote)
538 views

Smart Room Temperature Controller Atmega

This project describes a smart room temperature controller using an Atmega microcontroller that maintains a set temperature by turning a heater (bulb) on and off when the temperature goes below the limit, and turning a cooler (fan) on and off when above the limit. It uses a temperature sensor, LCD display, and push buttons to set the temperature limit. The hardware includes an Atmega microcontroller, temperature sensor, transformer, LCD display, push buttons, light bulb, fan, resistors, capacitors, and diodes. The software uses the Arduino compiler and C programming language.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
538 views

Smart Room Temperature Controller Atmega

This project describes a smart room temperature controller using an Atmega microcontroller that maintains a set temperature by turning a heater (bulb) on and off when the temperature goes below the limit, and turning a cooler (fan) on and off when above the limit. It uses a temperature sensor, LCD display, and push buttons to set the temperature limit. The hardware includes an Atmega microcontroller, temperature sensor, transformer, LCD display, push buttons, light bulb, fan, resistors, capacitors, and diodes. The software uses the Arduino compiler and C programming language.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Smart Room Temperature Controller Atmega

As the outside temperature varies, it may affect our room temperature.


So there is a need for technique to control the temperature of the room
even if the outside temperature varies. Our project Smart Room
Temperature Controller Using Atmega Microcontroller overcomes this
problem. This project makes use 2 loads. It uses bulb to detect heater
and fan to detect cooler. The system allows to maintain a specific
temperature limit by continuously switching between heater and cooler
i.e by alternatively turning ON/OFF the bulb and the fan. Once the
system is turned ON, it displays the set temperature limit on the LCD
screen. The system also includes two push buttons for increasing or
decreasing the temperature. If the room temperature goes below the set
limit, the system turns ON the bulb. Same way if the room temperature
goes above the set temperature limit, the system turns ON the cooler.
Thus by switching between the fan and the bulb, the system tries to
maintain the set temperature limit that is being set by the user.
Block Diagram :

Hardware Specifications :

 Atmega microcontroller

 Temperature Sensor

 Transformer

 LCD Display

 Push buttons

 Light Bulb

 Fan
 Resistors

 Capacitors

 Diodes

Software Specifications :

 Arduino Compiler

 MC Programming Language: C

You might also like