Installing the Raspberry Pi WS2801 RGB LED Library To control the LED strip we use a Python library fromAdafruit. This special Raspberry Pi WS2801 library includes some functions for controlling the individual LEDs. The good thing is that each LED can be addressed individually and anyRGB coloris ...
This project is a great example of the Raspberry Pi’s ability to eclipse Arduino when it comes to interaction. [Fall Deaf] mentions that he used to use an Arduino board with an Ethernet shield to add extensible interactivity to his project. But this one, which is ahome automation lamp pro...
[Osprey22’s] Raspberry Pi is running his own custom python sequencer software. It takes an mp3 file and a sequence file as inputs, then runs the entire show. When the music isn’t playing, the Pi loops through a set of pre-defined scenes, changing once per minute. The hardware itself...
This is all tested working with a 512MB Raspberry Pi device, and Occidentalis v0.2. Download the source to a desired location: hg clone https://bitbucket.org/tomnz/pilight-client Install the Python dependencies: cd pilight-client sudo pip install -r requirements.txt Note: If you get ...