https://github.com/t0mg/wordclock
ESP32 based DIY word clock project
https://github.com/t0mg/wordclock
esp32 esp32-arduino laser-cutting wordclock
Last synced: 4 months ago
JSON representation
ESP32 based DIY word clock project
- Host: GitHub
- URL: https://github.com/t0mg/wordclock
- Owner: t0mg
- License: apache-2.0
- Created: 2021-01-11T20:27:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:52:23.000Z (about 1 year ago)
- Last Synced: 2025-06-08T10:42:15.415Z (5 months ago)
- Topics: esp32, esp32-arduino, laser-cutting, wordclock
- Language: C++
- Homepage:
- Size: 9.88 MB
- Stars: 74
- Watchers: 10
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordclock
ESP32 based DIY wordclock project
TL;DR: check out this :sparkles:[demo video](https://youtu.be/WF_X5soabm0) :sparkles:
Another take on the classic DIY word clock. This one requires a laser cutter but promises a very clean result and is quite cheap to make (about 50 €) while being feature packed with its 11x10 RGB LED matrix, RTC module (time setting survives power loss), light sensor, WiFi connectivity and more.
This project was designed for the tools available in our makerspace. The largest square that can be cut in an Epilog Mini laser cutter is approximately 30x30cm, so the clock is designed around that constraint.
## Table of Contents
- [Project overview](#project-overview)
* [Hardware](#hardware)
* [Software](#software)
- [Bill Of Materials](#bill-of-materials)
* [Electronics](#electronics)
* [Frame](#frame)
## Project overview
### Hardware
Building the clock from scratch involves mostly laser cutting and soldering. It is not technically challenging if you have basic soldering skills (and access to a laser cutter), but it does take time on both fronts. The project's hardware can be broken down in 3 major elements:
- __The faceplate__ is a glass panel from a cheap picture frame, that is spray painted on its back, then laser etched to mark the letters. The templates and instructions are located in [the faceplate subdirectory](hardware/faceplate/README.md).
- __The frame__ is a sandwich of laser-cut MDF boards. If could also be done with CEC or 3d printing. It holds everything together and most importantly the LED matrix. It has little wells for each LED to channel the light to the letters on the faceplate. The templates and assembly instructions are located in [the frame subdirectory](hardware/frame/README.md).
- __The electronics__ revolve around a WiFI enabled ESP32 development board and a matrix of 114 LEDs made from an LED strip. There is also an RTC module to keep track of time, and a light sensor (LDR). The schematics and instructions for assembly are located in [the electronics subdirectory](hardware/electronics/README.md).

You can oviously choose to customize any of the provided templates to eg create a different faceplate, or adapt the frame to your specific needs (change the LED layout, add extra sensors, etc).
#### Nodo clock
Alternatively, [nodo-shop.nl](https://nodo-shop.nl) developed and sells [a kit](https://www.nodo-shop.nl/en/52-wordclock) that is fully compatible with the software side of this project.
The kit includes a 3D-printed faceplate (EN, FR and NL versions available) and custom circuit board, is very simple to assemble and requires no soldering.
### Software
The provided [source code](software/README.md) is using [PlatformIO](https://platformio.org/) and Arduino IDE. Here's a [demo video](https://youtu.be/WF_X5soabm0) (from v1.0, does not show all current features).
It runs a web server though a WiFi captive portal for initial configuration via a smartphone or computer, then optionally connects to your home network to use internet time (NTP), MQTT client for home automation, and other features. Check out the [User's Manual](software/UsersManual.md) for more details.
It is, of course, possible to ditch that code entirely and use [ESPHome](https://esphome.io/) or [MicroPython](https://docs.micropython.org/en/latest/esp32/tutorial/intro.html) instead.
## Bill Of Materials
### Electronics
| Designation | Sample purchase link | Price |
| ----------- | -------------------- | ----- |
| ESP32 (WROOM32) microcontroller | [amazon.fr](https://www.amazon.fr/gp/product/B06XWVS2SJ/ref=ox_sc_act_title_6?smid=A3OY00ITR6XRNR&psc=1) | 5,99 € |
| DS3231 RTC module | [amazon.fr](https://www.amazon.fr/gp/product/B07DK5M5VW/) | 3,66 € |
| Level shifter 3.3 -> 5v | [amazon.fr](https://www.amazon.fr/gp/product/B07LG6RK7L) | 0,80 € |
| RGB addressable LEDs (WS2812), 60 per meter, 2 meters roll | [aliexpress.com](https://www.aliexpress.com/item/32958709980.html?spm=2114.search0104.3.35.2a616adcbmvvSU&ws_ab_test=searchweb0_0%2Csearchweb201602_4_10065_10130_10068_10547_319_317_10545_10696_10084_453_454_10083_10618_10307_10821_537_10302_536_10059_10884_10887_321_322_10103%2Csearchweb201603_53%2CppcSwitch_0&algo_expid=2a4f6a2a-c5bc-4435-a3ff-21b692aed5ff-7&algo_pvid=2a4f6a2a-c5bc-4435-a3ff-21b692aed5ff) | 4,17 € |
| 1000 uF capacitor | [amazon.fr](https://www.amazon.fr/gp/product/B01M4IUST7) | 0,40 € |
| Power supply (5V, 6A) | [aliexpress.com](https://fr.aliexpress.com/item/32835554243.html) | 6,99 € |
| Female barrel plug | [amazon.fr](https://www.amazon.fr/gp/product/B06XPBKC37) | 0,86 € |
| Light dependent resistor (LDR 5537) | [amazon.fr](https://www.amazon.fr/gp/product/B074QLFCF6/) | 0,08 € |
| Resistor 10k |
| Perfboard | [conrad.fr](https://www.conrad.fr/p/platine-dexperimentation-rademacher-wr-typ-908-1-vk-c-908-1-ep-epoxy-l-x-l-80-mm-x-50-mm-35-m-pas-254-mm-1-pcs-527309) | 3,36 € |
| Breakaway header pins | [amazon.fr](https://www.amazon.fr/gp/product/B07C3W8DGZ/ref=ppx_yo_dt_b_asin_title_o03_s00?ie=UTF8&psc=1) | 0,14 € |
| Wiring (silicon coating is recommended) |
| Solder |
| Kapton + Electrical tape |
| Heatshrink tubing |
| Hot glue gun + glue sticks |
### Frame
| Designation | Sample purchase link | Price |
| ----------- | -------------------- | ----- |
| MDF boards, ~30.5 cm by 30.5+ cm, 3mm and 6mm thick | 615mm x 310mm boards, cut at Leroy Merlin | 5€ |
| Picture frame with glass panel, 30 by 30 cm | [leroymerlin.fr](https://www.leroymerlin.fr/v3/p/produits/cadre-clip-30-x-30-cm-e1500701594) | 2,99 € |
| Wood glue |
| Clamps |
| Spray paint (acrylic) |
| Edgeband |
| 1mm black felt layer | [amazon.fr](https://www.amazon.fr/dp/B07LFJNLZ9/) | 1,11 € |
| Ultra low profile VELCRO® strip or similar | [amazon.fr](https://www.amazon.fr/dp/B0728LKFGM/ref=pe_3044141_189395771_TE_dp_1) | 26 € |
| Black adhesive vinyl (just a small sheet) |
| Copper tape 51mm X 20m (optional) | [amazon.fr](https://www.amazon.fr/gp/product/B01MTQA0O6/ref=ppx_od_dt_b_asin_title_s00?ie=UTF8&psc=1) | 18,98 € |