67% found this document useful (3 votes)
1K views

Temperature Adjustable Heating System Using Power Electronic Devices

This project creates a temperature adjustable heating system controlled by a microcontroller that uses feedback to regulate the heating element temperature based on user input. A thermistor senses the temperature and sends a signal to the microcontroller via an analog-to-digital converter to be converted to a digital format and displayed on an LCD screen. When the temperature exceeds the set point, the microcontroller cuts power to the heating element through a current driver circuit. Users can adjust the set point with push buttons.

Uploaded by

harshal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
67% found this document useful (3 votes)
1K views

Temperature Adjustable Heating System Using Power Electronic Devices

This project creates a temperature adjustable heating system controlled by a microcontroller that uses feedback to regulate the heating element temperature based on user input. A thermistor senses the temperature and sends a signal to the microcontroller via an analog-to-digital converter to be converted to a digital format and displayed on an LCD screen. When the temperature exceeds the set point, the microcontroller cuts power to the heating element through a current driver circuit. Users can adjust the set point with push buttons.

Uploaded by

harshal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

TEMPERATURE ADJUSTABLE HEATING SYSTEM USING

POWER ELECTRONIC DEVICES

This project is a standalone temperature adjustable heating system that


controls the temperature of the heating element of a device according to its
requirement. Use of embedded technology makes this closed loop feedback control
system efficient and reliable. Microcontroller (AT89S52) allows dynamic and faster
control. Push button switches and liquid crystal display (LCD) make the system user-
friendly.

The thermistor senses the temperature and converts it into an electrical signal,
which is applied to the microcontroller through ADC. The analog signal is converted
into digital format by the analog-to-digital converter (ADC). The sensed and set
values of the temperature are displayed on the LCD.

Since the microcontroller cannot drive the heating elements or any devices
which requires 230v AC supply, current driver circuit is used to drive these elements.
Whenever the temperature exceeds the set point, the heating element is switched off.
This set point can be changed at any time using the switches provided.

SOFTWARE AND HARDWARE TOOLS:


Software Tools:
1. Keil compiler
2. Orcad.

Hardware Tools:
1. Microcontroller AT89S52.
2. Thermistor
3. ADC
4. LCD
5. Switches
Block Diagram

You might also like