2

I'm going to build a 8x8x8 Led RGB Cube, therefore I will need a lot of Power which the arduino can't handle, so I'm using a 12V 20A (I know 20A isn't necessary but I had one laying around).

So the question is, is it possible to power the arduino over the Vin Pin with the 12V and program / communicate over serial connection in the same time? Like a real time programmed RGB LED Cube.

schematic

simulate this circuit – Schematic created using CircuitLab

asked Oct 8, 2017 at 16:20
1
  • What kind of LED's require 12V? Commented Oct 8, 2017 at 18:49

2 Answers 2

2

How to power an Arduino

Arduino can manage multiple power inputs at the same time while fully operational (incluide Serial - USB connection to the PC).

enter image description here

JAPAN JACK socket: an external source (a power supply, usually) must be connected to this socket, with the positive pole going to the central part of the jack, and the value must be ranging between 6 V and 20 V, even though the range recommended by the manufacturer is 7÷12 V, thus it is not advisable to use voltages that are lower than 7 V or greater than 12 V, if not in the case of a real need; 6 V may not guarantee a proper stabilization on the part of the regulator, it is in fact needed to consider the voltage fall of the protection diode, placed in series at the regulator’s input (whose purpose is to preserve the board from destruction in the case of polarity inversion on the jack); while values above 12 V would create an excessively high drop-out (an electric potential difference between the regulator’s input and output) that would cause a pointless overheating of the regulator, even with low levels of current draw.

answered Nov 8, 2017 at 12:20
0

I'm now starting to doubt what I though about Arduinos. If you are using a 12V PSU to power the Arduino, you are only going to get 5V out of the vOut pin. The 20Amps you are supplying isn't going to come out either, all you'll get is ~300mA from the vOut or ~20mA from the digital pins. This is because of all the regulators.

If you want to get the Arduino to switch LEDs on and off from another source you are going to need transistors. This will let you switch different voltages and higher currents.

answered Oct 9, 2017 at 12:13

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.