Hi,
I am currently trying to daisy chain two TLC5940 LED drivers with an Arduino DUE. I have been using the library found here: Google Code Archive - Long-term storage for Google Code Project Hosting.. I have tried a single TLC5940 and it is functioning properly, however, I can not get a second TLC5940 to work.
I have made the same connections outlined in the source code:
TLC5940 pins -> ______ :
pin 17 SOUT -> pin 26 of TLC5940 2
pin 18 GSCLK-> Arduino DUE pin 3
pin 19 DCPRG -> 5V
pin 20 IREF -> pulled to ground with 10k
pin 21 VCC -> 5V
pin 22 GND -> GND
pin 23 BLANK-> Arduino DUE pin 4 with 2K pull up to 5V
pin 24 XLAT-> Arduino DUE pin 4
pin 25 SCLK -> Arduino DUE pin A.17 (SDA1)
pin 26 SIN -> Arduino DUE pin 18 (TX1)
pin 27 VPRG -> GND
And with the second TLC5940, have made the same connections except connecting SOUT of the first TLC5940 to the SIN of the second TLC5940. I have also changed the config file to indicate that there are 2 TLC5490s being used.
Has anyone been able to daisy chain 2 TLC5940s to an Arduino DUE with the library identified above? Is there something that is required that I am missing?
Thanks!!!