Skip to content

basti2342/simple-boblightd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Rudimentary boblightd implementation in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages