As i understand it, the most common addressable LEDs use those lovely ws2182 chips. Slight problem: since at the end of the day, each led effectively contains 3*8bit registers, and the clock/data lines are one and the same, won't i run into an issue where I can't pump out all the lights at the same time? I need one microcontroler (preferrably an atmega328?) to control at minimum 10m of led strip (300 lamps, 3 bytes per lamp, 900 bytes per update, 30 updates per second... 27000 bytes per second)
10m happens to be the length of our stage rigging bars for no good reason...
If using these self clocking three pin lights are out of the question, can anyone point me in the direction of how to drive these fast enough or help me with some of the veritable unicorn 4 wire (5v,dat,clk,gnd) strips i hear whispers of every now and then.