Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how much NodeMCU GPIO Current Maximum, and NodeMCU standalone Power Consumption?

Unfortunately, i can't find hardware Spec about NodeMCU.

so i want know about GPIO Current limitation, Standalone Power Comsumptionm, and board size.

or Can you share the link about NodeMCU Hardware Spec?

some page say that GPIO Current Maximum is 12mA, but I can't find any Confidently say.

Thanks.

like image 529
ParkDyel Avatar asked Dec 18 '22 13:12

ParkDyel


1 Answers

The datasheet (i.e. "Technical Reference") doesn't say but an Espressif employee answered that question in their forums:

  1. 12mA here refers to the source current and sink current is greater than 12mA.
  2. 12mA is for per pin and each pin is the same.
  3. Drive capacity current of all GPIO pins total can be 16 x 12 mA.

And

The sink current of GPIO is about 20mA. The maximum source current of GPIO is about 12mA.

like image 188
Marcel Stör Avatar answered May 12 '23 15:05

Marcel Stör