Driving high power LED using WS2811 or WS2801

led-driverws2811

I want to use either WS2811 or WS2801 to drive high power LEDs with spacing between LEDs up to 15 meters. These are going to be used outdoors or in a water feature. As you know WS2811 output is constant current but WS2801 output can be constant voltage, I've come up with the following circuit to drive power LEDs constantly at about 350mA (R_load).

schematic

simulate this circuit – Schematic created using CircuitLab

I'm no EE, is the circuit ok? any suggestions to make it better?

Considering the distance between LED's will it work if I use 74hc125 buffer IC to "power up" the data signals of WS2811 (or WS2801) ICs?

WS2801 uses SPI but WS2811 uses I2C, which one is better for my case?

Best Answer

I Thinks it better to go with WS2801 and you can implement the below circuit for your application.

enter image description here

Need to take some special care while selecting the Transistor Q1. Since the requirement is to flow 350mA of current so its better to select the transistor which can carry arround 500 mA of current.

Resistor R1 is used to set the current limit and this doesn't depends on the voltage supply VDD. The equation for this can be given as

R1=0.7/Required current.

Related Topic