RTC clock with liquid crystal display, humidity and temperature sensor, powered by lithium battery. Developed on a Feather 32u4 basic board.
Clock connected to RTC PCF8583.
It is composed of:
- Liquid crystal display
- Feather 32u4 basic
- Battery
- DHT11 sensor
- PCF8583
Features:
- Displays: time, date, battery level, temperature and humidity.
- Allows to change the time by push buttons
demo.mp4
Using the functions provided by the "avr/power.h" library, the average power consumption has been reduced to 3.8 mA. This allows powering the clock with a 3000mA battery for almost 30 days.
The power consumption reduction is achieved by deactivating the power supply to all the peripherals that are not necessary, and activating the necessary peripherals only during the strictly necessary time.
The following image shows the power consumption reduction achieved.