Features:
- Control strings of LED pixels with a raspberry Pi
- Control strings of analog RGB LED strings (up to 16 channels per PWM board)
- Control Incandessent lighting via SSR boards (work in progress)
- Control servo position
- Control of all fixtures provided over all major lighting protocols Artnet / E1.31/ OSC …via OLA
Overview:
DMX based protocols are quite flexible. The LightingPi software is a client which allows control of a large variety of light fixtures attached to the Raspberry Pi
Hardware:
(2) PWM Hardware (Needed for Analog RGB Pixels and Servos)
(3) Something to play with (Servo motor; LED strips; LED pixels, SSRs)
Wiring Diagram:
No rocket science here:
Dimmer and RGB analog control provided by an I2C PWM generator
Led Pixel support provided by SPI bus directly on the raspberry pi
Servos are directly driven from the PWM IC
SSRs for dimmers are directly driven from PWM IC
Software:
lightingPi:
Grab the latest version here: https://github.com/scottjgibson/lightingPiConfiguring the peripherals:Have a look at config.ini; its pretty self explanitory
OLA:
Install via apt; sudo apt-get install ola