Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.39 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.39 KB

simple boblightd

This is a pretty hackish implementation of the Boblight deamon.

It is designed to provide basic Boblight functionality and to control IKEA dioder LED strips using an Arduino.

It is based upon Daniel Kennetts "Nerd++: Controlling Dioder RGB LED Strips With Arduino (Pt. 1)". His Arduino sketch can be found here on GitHub.

Disclaimer

This is most definitely not the way to use Boblight and there are ways to achieve similar results using the official boblightd, but I needed somehting quick and dirty to communicate with the Arduino and filter/smooth colors and intensity.

Dependencies

pip install pyserial

How to use it

$ ./boblightd.py localhost:5555

Now you can start a Boblight client, e.g.

Notes

  • a timeout prevents the XBMC Boblight addon from connecting to simple boblightd. You can increase the timeout in the connect method in ~/.xbmc/addons/script.xbmc.boblight/resources/lib/boblight.py (currently on line 132)