A Word Clock

AnimationLEDArduino

Wednesday, February 14, 2024

The project is a straightforward word clock, designed as a do-it-yourself (DIY) solution. The associated repository houses the source code and a file for laser cutting, along with a list of components used in this project.

Currently, the word clock functions as intended. However, occasional updates are made to the library dependencies and the source code, if necessary.

Presently, the word clock operates on an Arduino Nano, managing the 121 LEDs that form the word clock matrix. In addition to displaying the time, the LEDs can also execute various animations to enhance the visual experience. The project includes functionality to toggle between the clock and animation modes, facilitated by handling infrared (IR) signals from devices like remote controls.

Given the complexity of handling IR signals, future plans involve migrating the project to a device offering improved connectivity options. This may entail transitioning to a board featuring an ESP32 or a similar micro-controller, enabling access via Bluetooth or WiFi connections.

Related Links