Skip to content

RGD

Control LimitlessLED Globes With an Arduino

This is a quick post so please consider it a work in progress. I’ve purchased some Limitless RGB LED globes and a wireless controller for them. The wireless controller,  you can send it small UDP packets to make the paired globes change. By referencing their API, it’s pretty easy to write your own programs. In this example I used an Arduino with a network shield and a PIR sensor. The goal was to get the PIR sensor to detect someone in the room and turn a desk lamp on. Part Specifics: PIR Sensor – HC-SR501 Motion Sensor Module, Network Shield – Ethernet Shield W5100, Arduino UNO, Limitless v2 wireless controller, 2 RGB Globes This is the program written for the Arduino. DISCLAIMER: The code is pretty dirty with no comments. It also needs some refining… Read More »Control LimitlessLED Globes With an Arduino