Hey, so I made a clock a while ago. Released it on Prusaprinters so other people can download and make it. The code it ran on before was very basic and I needed help to get the actual clock function running. Coding doesn’t want to stick to my brain apparently…
After discovering WLED a couple days ago I wanted to see if the built-in clock function would work on my clock - And it does! It’s much more interesting now with all the animations it can have, and it’s so much easier to adjust the colors by just pressing buttons instead of uploading the code every time.
Here is the link to it. If the link dies, just search for 69188 on Prusaprinters.
Here it is running a WLED test. Looks much better in person though.
It’s running on a Wemos mini32 (esp32) right now - The one that looks like a D1, just a little larger (it can also run on a D1). Next circuit board will use an M5 STAMP PICO (esp32) - The smallest esp32 I have found (space is pretty tight in the core).
While I really like that it works, I would however want to see more settings added to the clock function, as it does not seem to have any control over colors and brightness (these new colors are confusing me when looking for the time ).
In my original code there was also a light sensor (TEMT6000) and temperature sensor (Dallas 18B20) to adjust clock brightness to the light in the room. The temp sensor was something that could be used as a safety mechanism to shut off the lights if the clock gets too warm, which it can with certain light configs (it can use up to 20W in stress testing…) This was never coded in. These options probably doesn’t work with WLED, at least not by default.
Are there any plans to expand the clock function at some point? Would like to see settings for:
- Adjusting colors and brightness of the hands (since we don’t see all colors at the same brightness).
- Be able to turn off seconds.
- Would be cool to see a seconds pointer that fades along instead of “ticking”. Maybe with a fading trail behind it.
- Clock specific animations, but that’s probably asking to much - unless someone makes a WLED clock edition…
Edit: Replaced the video with a better one. No flicker on this one.