Cronus is a minimalistic digital clock built on the top of ESP32 MCU with the following features in mind.
- Display the current time, date, and weather conditions.
- Simple, bright display with brightness auto-adjustment depending on the ambient light level.
- Simple: No buttons or any other controls.
- Automatic Over-the-Air firmware upgrades.
- No bloody Arduino.
See Wiki.
Clone the repo:
git clone --recurse-submodules https://github.com/ashep/cronus.git
Or update an already cloned one to the latest version:
git pull
git submodule update --recursive --remote
First release.
- Oleksandr Shepetko -- initial work.