Summary
This project uses an ATmega16 microcontroller to display temperature and time on an LCD. The LM35 sensor measures temperature, and its analog output is converted to digital via the ATmega16’s built-in ADC. A software clock is implemented to show the current time alongside the temperature on the LCD display.Parts used in the Thermometer with Clock using ATmega16:
- ATmega16 Microcontroller
- LM35 Temperature Sensor
- LCD Display
This project will display the temperature and time over the LCD display. LM35 is used to sense the temperature and the analog out of the LM35 is converted to digital by using the inbuilt ADC on the ATmega16 chip. An software clock is generated and the Time is also display.
Download the Bascom code and the proteus simulation code
For more Detail: Thermometer with Clock using ATmega16