ISSN ONLINE(2278-8875) PRINT (2320-3765)

All submissions of the EM system will be redirected to Online Manuscript Submission System. Authors are requested to submit articles directly to Online Manuscript Submission System of respective journal.

Design and Implementation of Digital Alarm Clock with Thermometer

Dr. Bose Mathew Jose1,Ammu Catherine Treesa1 , Anand M1, Arjun S1, Aswathy Ramachandran1
  1. Professor, Dept. of EEE, Mar Athanasius College of Engineering, Kothamangalam
  2. UG Student, Dept. of EEE, Mar Athanasius College of Engineering, Kothamangalam, India
Related article at Pubmed, Scholar Google

Visit for more related articles at International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering

Abstract

Celsius scale thermometer displays the ambient temperature through a LCD display. It consists of two sections. One is that which senses the temperature. This is a temperature sensor LM 35. The other section converts the temperature value into a suitable number in Celsius scale which is done by the in-built ADC of the microcontroller. The LM 35 IC generates a 10mV variation to its output voltage for every degree Celsius change in temperature. The Output of the temperature sensor is analog in nature so we need an analog to digital convertor for converting the analog input to its equivalent binary output. This project incorporates the functionality of a digital clock and a digital thermometer. The digital clock works in 12 hour mode and is configured by programming the ATMEGA 328 microcontroller.

Keywords

Atmega 328, Microcontroller, LM 35, LCD(Liquid crystal display)

I. INTRODUCTION

This project incorporates the functionality of a digital clock and alarm. The digital clock works in 12 hour mode and is configured by programming the ARDUINO (Atmel ATmega328) microcontroller. A thermometer is a device that measures temperature. Here to read the value, we convert surrounding temperature to digital value by the help of a temperature sensor. Sensors, from their name convey that they sense the temperature in the surroundings. The sensors give the output in relation to the centigrade scale. These sensors are easily available. These sensor output can be used in measuring the temperature, Hence these sensors are used in digital thermometers.
This can be achieved by interfacing the sensor to a micro controller. The sensor we used in this application is LM35. The output scale of the thermometer can be set as Centigrade or Kelvin or Fahrenheit scale based on the programming of the micro controller. It is performed using ARDUINO board.
The code is compiled and burned. The output is observed through Serial Monitor. Serial Monitor displays the output after the processing of the output of the sensor through the code burned in the controller. The output temperature can be taken from the SERIAL MONITOR in the panel of the Arduino.
The Sensor is mainly used in applications which involve temperature monitoring like fire alarm. If temperature exceeds the threshold temperature set by the user, then the alarm is triggered.

II DESIGN AND IMPLEMENTATION OF THE CIRCUIT

image

III EXPERIMENT

Connections are done as in the circuit diagram and the circuit is switched on. The source code is compiled and burned into the microcontroller. After the program is burned, LCD displays “SET TIME”. Time is set using the push buttons (tactile switches) in the circuit. After the time is set, LCD displays “SET ALARM”. Alarm is also set with the help of push buttons. Alarm goes on for that particular time at which the alarm has been set. The LCD also displays the temperature of the surroundings at bottom right of the screen. The alarm also goes ON if the temperature exceeds 40 degree Celsius. We can introduce a lighter fire or any heat source near the LM-35 temperature sensor for observing this.
image

V CONCLUSION

The desired output for LCD Based Digital Alarm Clock with Digital Thermometer is obtained. The system worked as per the requirements specified. Alarm goes on for the particular time set as well as when the temperature goes above 40 degree Celsius. Therefore, this is can be used also as a fire alarm. Limitations: Each time the power goes OFF ,we have to reset the clock while turning ON.

References

  1. www.engineersgarage.com
  2. www.wikipedia.org
  3. http://www.engineersgarage.com/
  4. http://www.wikipedia.com /
  5. http://www.wikibooks.com /