1. You can now buy finished microcontroller project from us, Check out the Store for the complete list of projects.
  2. Need a custom project, Send us some details about your project. So that we can quote the price for it.

8051 Temperature controller using DS1820 and LCD display 1.0

Temperature indicator cum controller using Ds1820 and 8051 microcontroller.

  1. Binu
    This Project is used to indicate the temperature and it is also used as controller. The system will get the temperature from the DS1820 and it will display the temperature over the LCD display. There are 2 preset levels, one is low preset and the other is High preset. The temperature was compared with the value stored by the user and if the temperature goes beyond the High Preset temperature then an relay is switched ON until the temperature comes below the Low preset temperature.

    The System is fully controlled by the microcontroller AT89S52. It is a popular 8 bit microcontroller. The circuit consists of four switches, in which two buttons are used to increment and decrement the High limit temperature value and the other two buttons are used to increment and decrement the Low limit temperature value.

    The temperature limits are stored inside the EEPROM, since 89s52 dont have inbuilt eeprom. The IC 24C02 is the eeprom chip and it is connected to the microcontroller through the I2C bus. The DS1820 is the temperature sensor chip which is connected to the microcontroller through 1 wire bus.

    Sponsored Links

    Circuit Diagram
    temperature-controller.jpg

    More Images

    Temp controller.jpg Temp controller1.jpg Temp controller2.jpg
Loading...