Open swizzlevixen opened 8 years ago
I wasn't thinking about the power conversion for the mains circuit. 10V at 5A only draws 120V at 2A, according the the 5V/10A power supply I got from Adafruit, so that doesn't add up to something that would overload the mains circuit.
AmazonBasics power strip currently in use will support:
AC 15A, 125V, 60Hz, 1875W
Distribute power individually to each shelf, so that we get better voltage and truer colors to more pixels.
Pixels require 60 mA / pixel for full white, and 20 mA for “average” rule-of-thumb use.
So, probably what I need is a 5A supply per shelf, plus another 5A for the WS2801 pixels. (4 × 5A)
Of course, this doesn't take into account the max from the wall circuit (15A, probably), or the max supported by the power strip (something less).
Maybe I could limit the output in software to keep the total under the 15A max (minus, of course, RPi power, fog machine power, fan power, etc.).