Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 896 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 896 Bytes

DMX_LED_Strips

This sketch takes the DMX input and controls 5 RGB LED strips.

Visit http:https://www.instructables.com/id/DMX-LED-Strips/ for instructions, schematics and video.

If this project is helpful and you're feeling generous, why not shout me a beer: https://www.paypal.me/mtongnz

Outputs are handled by shift registers as the atMega328 doesn't have enough PWM outputs. The number of channels can easily be increased by adding more shift registers. For my purposes, 4 boxes with 5 LED strips each was the most effiecient for cable management.

Channel allocation for each output (20 channels total):

(1) red
(2) green
(3) blue
(4) strobe

Strobe:

0-19        off
20 - 189    slow - fast
190 - 205   slow random
206 - 219   fast random
220 - 255   off

Libraries Used:

- ShiftPWM by Elco Jacobs.    www.elcojacobs.com
- DMXSerial by Mat Hertel.    www.mathertel.de