Electrical – connect all of the LED strips to a single power supply

electricalledpower

Im working on a project with LED light strips, and want to connect them all to a sd controller. The lights are ws2812b 60 LED/meter, and have 20 meters of it. It calls for 14.4w per meter @ 3 amps per meter. Can I hook all these strips to one power supply of 400W 80A?

Best Answer

The power rating of the supply must be higher than the power rating of the load -- so based on the numbers, yes, this seems sensible.

However, the strip lights themselves will not support running that much current through them -- which means you can't just daisy-chain all the strips lights.

From https://www.pololu.com/product/2547:

  • The 60 LED 1 m strip drew 3.0 A and had a voltage drop of 0.6 V.
  • The 120 LED 2 m strip drew 4.7 A and had a voltage drop of 1.4 V.

The voltage drop means you'll have dimmer LEDs.. and at some point they'll stop working entirely. To get around this, you should provide power to each strip. You can interconnect the data lines, but separate power wires should be run to each segment. How long the segments are really depends on how much voltage drop you can tolerate (how dim the LEDs at the end get).

enter image description here

You can use a voltage drop calculator (Google it) to figure out the size of wire you should use for the distance and power draw -- but expect to probably run 18 or 16awg wire from your power supply to the segment.

It may also make sense to use multiple smaller power supplies (with shorter runs), depending on your distances, room layout, etc.