I want to make some LED lamps that are controlled by tlc5940 chips. The challenge is to synchronize them together from a master arduino located in a larger centerpiece and have 6 lamps surround it in a star topology anywhere from 8-20ft from the centerpiece.
- Could I just run the tlc5940 signal lines to each lamp? or would the distance of >10ft degrade the signal too much?
- put an arduino inside each lamp and connect all arduino's with the spi bus and have the master send out commands to six slaves.
I figured I would use cat5e for the spi lines or the tlc5940 signal lines but if there is a better alternative let me know.
I've got the tlc5940 code down pretty good but I have yet to network arduino's together or mess with any spi code.