I really like the Equinox Clock[1], which was made before easily available addressable RGB LED strips, so each LED is individually placed.<p>[1] <a href="http://www.bramknaapen.com/equinox-clock/" rel="nofollow">http://www.bramknaapen.com/equinox-clock/</a>
I noticed that the you made a config front-end using a web page and claimed that you're not up to date with web development. Indeed, I do find that it's unsatisfying to configure IoT devices over the web, although the web is one of the most compatible solutions. The drawbacks include the fact that if you want to configure it you always have to be on the same LAN and figure out its IP or port-forward, but if you port-forward, it will be not very secure due to the attack surface of the mini web server. Moreover, it's not very elegant for you or others to programmatically control it.<p>My interest recently has been on the mqtt protocol, it's like microservices for IoT. You will need to connect to a middleman mqtt server and hold that connection. When you want to change something you push the changes to the middleman mqtt server. It can be local or on the internet, but since the mqtt server is maintained and updated, it's much easier to secure the mqtt server. Or you can use someone else's mqtt server as a commodity. The app called "mqtt dashboard" acts as a client and allows you to draw a number of controls to the client if you answer a specific request. I think it's suitable for applications like this. Hackaday has a detailed article about it. I think mqtt is a great example of a great protocol for the purpose of controlling/configuring IoT devices.<p><a href="https://hackaday.com/2016/05/27/minimal-mqtt-control-and-clients/" rel="nofollow">https://hackaday.com/2016/05/27/minimal-mqtt-control-and-cli...</a>
very awesome! for further inspiration, you might like the work of Craig Dorety:<p><a href="http://craigdorety.com/objects.html" rel="nofollow">http://craigdorety.com/objects.html</a><p>Once upon a time I made a project with a similar aesthetic, but not quite as much function (ie it wasn’t a clock):<p><a href="http://www.ebspelman.com/#/james-turrell-turrellevision/" rel="nofollow">http://www.ebspelman.com/#/james-turrell-turrellevision/</a>
Love your clock! I'm working on a similar project, mine is currently being called a disco donut: <a href="https://www.instagram.com/p/BgZeIDQlA9z/" rel="nofollow">https://www.instagram.com/p/BgZeIDQlA9z/</a><p>Do you power your LEDs and Raspberry Pi separately, or do you use the same power supply?
We did this a while ago: <a href="https://github.com/thinking-twins/vjo-dmx/blob/master/README.md" rel="nofollow">https://github.com/thinking-twins/vjo-dmx/blob/master/README...</a><p>Might be a good start for creatives without coding background as it is a Visualjockey Gold plugin.
This project reminds me of <a href="https://www.thelightclock.com/" rel="nofollow">https://www.thelightclock.com/</a> where the time is displayed by blended colors. Maybe this project could have a similar setting?
I’ve had several strips of these just waiting for the perfect project. Anyone else have any interesting ideas for weekend projects using addressable LEDs?
Here's a similar IoT LED clock my friend is working on.<p><a href="https://www.kickstarter.com/projects/1926284625/96766872" rel="nofollow">https://www.kickstarter.com/projects/1926284625/96766872</a>