0

I am building a VU meter with two 5v neopixel rings, two potentiometers, a headphone jack and an Arduino nano. Will 5 volts 1 amp cut it, or do I need more power? FYI I'll be powering it via a DC jack once I get it working.

dda
1,5951 gold badge12 silver badges17 bronze badges
asked Feb 17, 2021 at 7:39
3
  • How many LEDs are in each of the Neopixel rings? Commented Feb 17, 2021 at 7:45
  • It should be enough if you avoid white and use single-color zoned metering. Commented Feb 18, 2021 at 19:03
  • they each have 24 led's on each ring and what is single-color zoned metering? Commented Feb 21, 2021 at 6:43

1 Answer 1

1

Normally the maximum amount of current a typical LED can withstand is 20 mA. This means per color and per LED.

So if you have 60 LEDs, than you get 60 (leds) * 3 (R/G/B colors) * 20 mA = 3,600 mA. To give some headroom I would use a 4A or 5A adapter.

However, note that probably 5 mA or 10 mA per LED would be enough to be very good visible, unless you want it to be as bright as possible.

answered Feb 17, 2021 at 8:15
6
  • 4A or 5A at 5V? Commented Feb 21, 2021 at 6:45
  • 4A will give 10% 'headroom', 5A even more. In electronics it is better to be safe, probably 4A will be ok, if you want to be sure/safer, use 5A. You could do some tests when switching all LEDs on, under different temperatures, and find out the worst case. If you don't want to do such testing, use 5A. Commented Feb 21, 2021 at 19:51
  • so i would need 5A if i want to power the nano off of the same supply? Commented Oct 7, 2022 at 19:57
  • @taran i don't know how much the nano used, but i think it's not much... Add it up to the LEDs per usage and use some headroom. Commented Oct 8, 2022 at 17:51
  • total A with per io pin 3,640 so i would need a 5v 4a power supply, correct? Commented Oct 14, 2022 at 0:55

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.