https://github.com/k0lala/digitalclock
DigitalClock using ESP32
https://github.com/k0lala/digitalclock
arduino esp32 leds
Last synced: 2 months ago
JSON representation
DigitalClock using ESP32
- Host: GitHub
- URL: https://github.com/k0lala/digitalclock
- Owner: K0LALA
- Created: 2025-08-01T20:04:05.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-10-18T15:14:13.000Z (8 months ago)
- Last Synced: 2025-10-19T08:49:53.348Z (8 months ago)
- Topics: arduino, esp32, leds
- Language: HTML
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital Clock
This project was made by using an ESP32 and some RGBW LED strips.
The whole thing is housed inside a 3D printed case, everything is 3D printed but a diffusing panel on the front to get better colors and brightness
The code is written using the Arduino framework and FastLEDRGBW.h which is needed to work with FastLED and RGBW LEDs.
Insiide the */Code/main/data/* folder are files which need to be uploaded to the ESP32 via SPIFFS, these are needed for the web inteface to work and are formatted to take less space.
You'll find unformatted files inside */WebInterface/*
This is what the web page looks like at the moment:

*Main Page*

*Settings Page*
The design is slightly adjusted on mobile for better user experience.