Hi all,
I got my first Arduino board a few days ago. I managed to get the stock Adalight code running fine with boblight in XBMC. It uses 50 WS2801 controlled LEDs.
Now, I wish to add a strip this LED strip at the bottom of the TV stand to add more effect.
I address it with NPN transitors, and got it syncing nicely with this code.
The issue though is when I try to merge both codes. Adalight uses clock and data (on pin 13 and 11), but my controler-less strip needs to acquire individual RGB values through other analog outputs (I picked 6, 9 and 10).
Can anybody weight on which part of the serial data input I should pass on to the RGB LED strip? I dread using a DEBUG mode for Adalight as it runs at 115200 bauds.
Thanks in advance,