0% found this document useful (0 votes)
65 views2 pages

Industry Temperature Control System: Microcontroller (AT89S52) LCD (16×2)

This project aims to monitor and control the temperature of devices in industrial applications using an 8051 microcontroller. An DS1621 temperature sensor measures the current temperature, which is displayed on an LCD screen. The user can store minimum and maximum temperature setpoints in EEPROM memory using input switches. When the temperature reaches the setpoints, a relay connected to the microcontroller will turn on or off loads like heaters to control the temperature. The system uses a 12V DC power supply regulated down to 5V for the microcontroller and other components.

Uploaded by

Manan Patel
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 (0 votes)
65 views2 pages

Industry Temperature Control System: Microcontroller (AT89S52) LCD (16×2)

This project aims to monitor and control the temperature of devices in industrial applications using an 8051 microcontroller. An DS1621 temperature sensor measures the current temperature, which is displayed on an LCD screen. The user can store minimum and maximum temperature setpoints in EEPROM memory using input switches. When the temperature reaches the setpoints, a relay connected to the microcontroller will turn on or off loads like heaters to control the temperature. The system uses a 12V DC power supply regulated down to 5V for the microcontroller and other components.

Uploaded by

Manan Patel
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/ 2

Industry Temperature Control System

Our project aims to monitor and control the temperature of devices as per its

requirements in the industrial use. It is also used to show the current temperature

on an LCD display. An 8051 microcontroller is used for this purpose.

We here use IC DS1621 to sense temperature. IC DS1621 is a Digital

Thermometer as well as a Thermostat that is used to provide a 9 bit temperature

reading that indicates the temperature control of device. An EEPROM is used as

a non-volatile user desired temperature settings. This is done through an 8051

microcontroller.

A set of switches are used to get input temperatures from the user. The switch

input is stored in EEPROM -24C02. Pressing set button allows user to adjust the

minimum and maximum temperature settings thus allowing to set temperature

range.

In the same way for a DEC button we connect a relay from a microcontroller

through a transistor driver. The contact point of the relay, i.e. a lamp demonstrates

as a load. Instead of it a high power heater is to be used in real time systems.

The system uses a power supply of 12V DC and voltage 5 volts through a

regulator using a transformer along with rectifier and capacitors.

Hardware Specifications

 Microcontroller (AT89S52)

 LCD(16×2)
 Transformer

 Lamp

 Voltage regulator

 EEPROM

 Diodes

 BC547

 Temperature sensor (DS1621)

 Relay

Software Specifications

 Keil µVision IDE

 MC Programming Language: Embedded C

You might also like