I was wondering how much my Arduino I/O pin can output when it is set at Output and is at High.
I am using an Arduino Uno R3.
Thanks in Advanced.
-
@brhans Alright, Gonna move it thereBryan– Bryan2016年01月08日 04:17:15 +00:00Commented Jan 8, 2016 at 4:17
-
@brhans but it seems to have an answer already. So i think im just gonna keep it hereBryan– Bryan2016年01月08日 04:23:27 +00:00Commented Jan 8, 2016 at 4:23
-
Possible duplicate of How much current can I draw from the Arduino's pins?uint128_t– uint128_t2016年01月08日 04:47:35 +00:00Commented Jan 8, 2016 at 4:47
1 Answer 1
40.0mA.
The Arduino UNO Digital IO pins are connected directly to the IO pins on the ATMEGA328P processor.
From page 299 of the data sheet for that processor...
Note that there is also a total current limit for all output pins combined, and that the voltage starts to drop as the current goes up.
-
2You should probably note that it's never a good idea to go anywhere near the "Absolute Maximum Ratings". Perhaps include the notice that's referred to by the asterisk on that page in the datasheet.Roger Rowland– Roger Rowland2016年01月08日 05:23:38 +00:00Commented Jan 8, 2016 at 5:23