Files
wordclock_esp32/README.md
2025-12-13 03:36:06 +01:00

43 lines
1.4 KiB
Markdown

# Important Note:
This project has been unofficially forked from https://github.com/techniccontroller/wordclock_esp8266 which was initially created by techniccontroller. Copyright and licensing is respected. Very many thanks for the initial code!
# Wordclock 2.0
Wordclock 2.0 with ESP32 and NTP time.
**Languages**
The Wordclock is available in **German** language.
## Features
- Time update via NTP server
- Games: Pong, Snake, Tetris, ...
- Automatic summer/wintertime change
- Easy wifi setup with WifiManager
- Configurable color
- Configurable night mode (start and end time)
- Configurable brightness
- Automatic mode change
- Webserver interface for configuration and control (web address: wordclock.local)
- Automatic current limiting of LEDs
## Pictures of clock
![modes_images2](https://user-images.githubusercontent.com/36072504/156947689-dd90874d-a887-4254-bede-4947152d85c1.png)
## Quickstart
1. Clone the project into the a directory.
2. Open directory in VSCode with PlatformIO extension installed.
3. Current dependencies (TBD):
- Platform TBD
- Libraries TBD
## Remark about the WiFi setup
By default the WifiManager is activated. That is, the word clock makes the first time its own WiFi (should be called "WordclockAP"). There you simply connect to the cell phone and you can perform configuration of the WiFi settings conveniently as with SmartHome devices.