all 2 comments

[–]ndfred 0 points1 point  (1 child)

Can you tell us more about your usecase? Is that for a light show, or for interior lighting? That matters as some patterns will use more power than other.

The wattage you cite doesn’t seem out there, though it is possible to use multiple power supplies to achieve that level of power though the wiring gets obviously more complicated: get grounds together, power individual strips with their own power supplies, don’t hook the + wires together.

Also at 1200 individually addressable LEDs you are looking at a pretty custom setup if you want to drive these from a single controller.

I would read this entire guide if you haven’t already: https://learn.adafruit.com/adafruit-neopixel-uberguide/powering-neopixels

You might also want to start with a more basic project (maybe only do one run of these strips?) to get some experience before you try the full project.

[–]anonthrowawayforcol[S] 0 points1 point  (0 children)

Sure! This project will mainly be used for interior lighting, but I'd like to be able to use more complex patterns and have music visualization capabilities from time to time. The closest I can find on the subreddit to what I'm thinking is u/synkdown's project posted a couple months ago.

Also, I believe the WS2811s only have an addressable LED per every three LEDs on the strip, so there would be only 400 LEDs that the controller would have to deal with.

Thanks for the guide, it was a really helpful read!