The theoretical maximum current number is based on the SMD5050 per-LED max current of 20 mA:
20 mA/channel × 3 channels/LED × 64 LEDs/m × 5 m = 19.2 A
I'm suspicious of the actual power consumption because I was able to drive my 1 m strip white without a noticeable drop in brightness, but my current power supply delivers only 1.5 A. I'll throw a meter inline with power when I get a chance to see what's actually going on.
At any rate, even at a reduced brightness level, it looks pretty. :-)
Here's a 'scope picture showing the SPI data activity:
At an 800 KHz bit pattern rate (effective bit rate for the WS2811, not the SPI bit rate which is 4x faster), each single data transmission for one 5 m strip takes 9.6 ms:
(1 / 800 KHz) s/bit × 8 bits/channel × 3 channels/LED × 64 LEDs/m × 5 m = 9.6 ms
That means I can run things at an update rate of 60 Hz with no issue whatsoever.
Do you have the code for this posted anywhere? I'm just starting out on my quest to replicate this...
ReplyDelete