-
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
This is the software of a variation of the LED clock from here. With some reconfiguration it should be possible to use this code also for the original version.
I decided to code it completley from scratch as I wanted to use an ESP32 instead of the Arduino Nano and RTC that is used in the original project. This enables some cool features like smartphone app control, OTA updates and fetching of the time using the internet.
Additionally this has full support for animations. By default I provide all needed anmiations for a 12h clock to morph one digit into another soothly. Further animations can be easily added and existing animation can be adjusted to your liking.
The whole codebase is highly modular and configurable and can be tweaked exactly to your liking.
- Install the developement environment and all needed libraries
- Configure the code to fit your needs
- Understanding, modifying and crating Animations