Summary of Thermometer with Clock using ATmega16
This project uses an ATmega16 microcontroller to display temperature and time on an LCD. Temperature is sensed by the LM35 sensor, whose analog signal is converted to digital via the ATmega16's built-in ADC. Additionally, a software clock is implemented to show the current time alongside the temperature on the LCD.
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