I'm working on a project and I'm wondering if I'm powering it correctly. I've never powered anything with a supply other than the Arduino regulated 5V.
My project is a wifi enabled LED light setup. I'm using an Arduino Micro, Adafruit CC3000 breakout board and 25 Adafruit Neopixels. The pixels require 5V and each one draws 20mA average and 60mA peak at full white.
If I want to use one power supply, does it make the most sense to use a 9V supply for the Micro and then use a voltage regulator like an LM317 (or LM350 if I decide to add more pixels) to get 5V for the LEDs? Is there a simpler solution?
Here is my current plan. Please let me know if I have anything hooked up incorrectly! Thanks for reading!!
I have not used a micro but, you may be able to connect an external 5 volt power supply to the +5 volt pin on the micro.
This way you would only need the one supply.
(At least you could connect it to the 5 volt USB +5 volt line, with no connection to a computer of course.)
Perhaps others know if you can do this.
EDIT:
"5V pin. The regulated power supply used to power the microcontroller and other components on the board. This can come either from VIN via an on-board regulator, or be supplied by USB or another regulated 5V supply."