๐ก Quick Answer
The voltage range for powering an Arduino Uno via its power jack is between 6-20V, but 7-12V is recommended, while the current rating, according to the datasheet, is a maximum of 1A.
The Arduino Uno is a microcontroller board designed for beginners and hobbyists to learn electronics and coding. It is like a mini-computer that allows you to control things like lights, motors, and sensors with code.
There are three ways to power the board:
Since this article focuses on the DC power jack, we will briefly discuss the other two and focus more on the DC power jack.
According to the datasheet, Arduino Uno boardsโ power jack can withstand 6-20V, but the recommended voltage is nominally between 7-12V.
Now, letโs talk about the current. The Arduino Uno, as stated in its datasheet, has a maximum allowable current of 1A since the board uses a voltage regulator rated for that current rating.
A question that may arise is, โWhat if I have a power supply rated at 12V 2A? Will it damage my Arduino board?โ The answer is no, as long as the amount of current drawn from the Arduino board itself by the devices or sensors you connected to it is less than 1A.