A round word clock (part 2)
A couple of years ago, I made a round word clock (see in this blog). It was based on an Arduino
Uno clone with shift registers to control the LEDs. This resulted in a lot of wires on the back of the clock:
This left some room for improvements!
So now, version 2.0:
It is now based on an ESP32 and WS2812B LED's. At startup, it first connects to the internet via wifi to obtain the current time and then displays it on the round word clock.
The wiring is much simpler now:
But the best new feature is: color!!
Each number/text has at least two WS2812b-LEDs behind it and for each single LED there's a constant color loop. This creates a really nice effect, as it will always show multiple colors at once. My kids love it.
It does not have any demo modes yet. The plan is to add these demo's in a later stage. First on the list is a webpage to control the clock settings. And this webpage should also show the clock (maybe not in the nice color changes, as the might be to time consuming to realise).
Comments
Post a Comment