Hi All,
Project is a digital clock display running
1x Arduino Uno
1x Power brick 5V 10A
172x WS2812B LEDs (wired in series and both ends are connected to 5V and GND)
1x 25V 1000microF Capacitor (as close to power supply as possible)
1x DS1302 rtc Real Time clock
3x tactical switches (to set time and brightness)
Power required 3x172x20mA = 10.32Amps at full brightness for the 172LEDs.
Intend to set brightness to 200 and use power management code in script to keep limit at 7A (20-30% below Power supply)
FastLED.setMaxPowerInVoltsAndMilliamps(5, 7000);
FastLED.setBrightness(200);
I made the mistake of designing and building before working out the power supply so I'm stuck with the above and need to determine
-
If the Arduino can be safely be powered with the 5V 10A power supply via the Vin pin or via the 5V without current limiting or fuses. I believe it should be OK without as amperages is pulled not pushed - but seeking a second opinion before turning it on.
-
Wire thickness from the power supply to the LEDs strip and between the LEDs segmented strips.
Approximate wire run from Power supply via LEDs and back ~4-5m. I'm not familiar with DC cable sizing and from my online research I can only find resources down to 12V. Some websites are suggesting 10AWG (6mm2) which is too thick.
Seeking real life experience and the best way to determine the wire thickness before purchase.
Hand drawn Schematic, photo of the physical clock and snip of DC Cable sizing calculator I found online attached for reference.



