About a week ago, I received a LimitlessLED RGBW Smart-Light from LimitlessLED. This light bulb can be controlled over a Wi-Fi network with UDP hex commands. Unfortunately, the C# program for controlling the bulbs was using an old version of the codes, so it did not work with my bulb. The source code for their controller program is available on Github, so I decided to fork their project and push my own commits to fix the issues. My version is available at https://github.com/dudeofawesome/LimitlessLED.
LimitlessLED Wi-Fi controlled light bulbs
Posted in LimitlessLED, Programming, Projects and tagged C#
Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.
Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.
One Trackback
[…] the last week, I’ve been working on a fork of a LimitlessLED lightbulb controller app I found on Github. I wanted to add some interface touch ups and fix a few features […]