Control LimitlessLED Globes With an Arduino

details

Control LimitlessLED Globes With an Arduino

by Kristian



Overview

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.

Parts :

  • PIR Sensor – HC-SR501 Motion Sensor Module
  • Network Shield – Ethernet Shield W5100
  • Arduino UNO
  • Limitless v2 wireless controller,
  • 2 RGB Globes

What the program does:

Turns the lamp on, cycle down the disco modes to reach white, turn off, wait for the sensor to detect movement, turn on the lamp, and keep checking to see if there is any further movement before turning off again after a few seconds.

Learn more

Goto Original
Source code


TAG : 201401, Ethernet, W5100, Arduino, Limitless Lamp, Remote control, PIR
Author : Kristian (http://www.modlog.net/)

Control LimitlessLED Globes With an Arduino

by Kristian



Overview

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.

Parts :

  • PIR Sensor – HC-SR501 Motion Sensor Module
  • Network Shield – Ethernet Shield W5100
  • Arduino UNO
  • Limitless v2 wireless controller,
  • 2 RGB Globes

What the program does:

Turns the lamp on, cycle down the disco modes to reach white, turn off, wait for the sensor to detect movement, turn on the lamp, and keep checking to see if there is any further movement before turning off again after a few seconds.

Learn more

Goto Original
Source code


TAG : 201401, Ethernet, W5100, Arduino, Limitless Lamp, Remote control, PIR
Author : Kristian (http://www.modlog.net/)

COMMENTS

Please Login to comment
  Subscribe  
Notify of