Microcontroller Based Temperature Sensing and Controlling System
Microcontroller Based Temperature Sensing and Controlling System
(Deemed to be University under Category A‟ by MHRD, Estd. u/s 3 of UGC Act 1956)
Re-accredited with A+‟ Grade by NAAC Recognised by UGC under Section 12 B
MICROCONTROLLER BASED
TEMPERATURE SENSING AND
CONTROLLING SYSTEM
INTRODUCTION
• The temperature monitoring and controlling system is an integrated device
that allow users to input specific requirement of temperature for any
environment say any industrial process.
• Monitoring and control of process parameters by embedded systems using
microcontrollers are very much effective in industrial and research oriented
requirements.
• The purpose of this system is to explore the possibility to continuously
monitor and control temperature.
• Microcontroller ATMega328 is used as the heart of this system which holds
the monitoring and controlling program
• LM35DZ temperature sensor is used to sense the temperature the
temperature is displayed on an LCD screen.
WORKING PRINCIPLE
• The circuit is based on LM35 analog temperature sensor and ATMega 328
microcontroller.
• For example, if the temperature is 38°C, the output voltage will be 38 x 10mV
= 380mV.
• ATMega 328 has an inbuilt ADC that is used to is used to convert the analog
output voltage of the LM35 to a proportional 10 bit digital value suitable for
the microcontroller.
• The microcontroller accepts the output of ADC, performs necessary
manipulations on it and displays it numerically on an LCD display.
• Output of the LM35 is connected to the analog input pin (pin 23) of the
microcontroller.
BLOCK DIAGRAM
CIRCUIT DIAGRAM
FLOW CHART
CONSTRUCTION
• The ATmega 328 microcontroller is the one of the top of the line in the 28-
pin ATmega x8 series.
• It has 32kB flash memory, 2kB RAM, and 1kB EEPROM. It can be
considered a step up from the ATmega8.
• It will run at 3.3V with a 16MHz crystal, although it is not recommended due
to the possibility of corrupting the EEPROM contents.
• Its maximum operating frequency is 20MHz.
LCD DISPLAY:
• The contrast in the LCD can be varied using a Pot on Pin of the LCD.
• It will be a adjustable screw
• This adjustable screw is used to adjust the brightness of the LCD screen.
POT FOR SETPOINT-CONTROL:
• Similar to the pot for contrast control of LCD, another 10k pot can be used
for adjusting the setpoint according to the user's requirement.
APPLICATION
• Temperature monitoring and controlling is done with the help of a
microcontroller and LM35DZ is the temperature sensor.
• The entire decision making is done with the help of a microcontroller
ATMega328.
• This type of system can be installed in any place where we need to maintain
temperature approximately constant.
• Also, by applying more sensors like light intensity sensor, barometer,
humidity sensor etc, more parameters like light, atmospheric pressure and
humidity etc can be monitored and controlled which are vital for any
industrial process.
• The system has various advantages over other similar systems such as cost-
effectiveness, smaller size, on-device display, less complexity and greater
THANK YOU