External power nodeMCU32-s

Hello, im trying to externally power a nodeMCU32-s vía the 5V pin, something like this:


Im using an breadboard power supply that gives 2 output voltages (5V and 3.3V) using a 9VDC/2A input (vía jack).
The issue is that it works, but just minutes and then the nodeMCU stop working. when is powered via USB works perfectly without stopping. You can see from the image that i have a couple more things connected , even a ESP32CAM which works pretty fine (doesnt stop). i measured the output voltage that is supplying to the NODEMCU, i get 4.8V, maybe thats the problem? maybe i have to put a higher voltage? Another aproach will be just cut the USB cable and power the system with it. Hope you can help me :frowning:
This is the pinout of the NODEMCU32-S:

Ok i think the mb102 breadboard power supply only can supply 700mA, it gets very hot when is connected so i think the system wants to use more power but the breadboard cannot handle the current, what can i do to supply the power on the system if i cant use that?

Yes, but only with 6volt on the DC socket.
Current capability drops with increasing input voltage, and is only 100mA at 12volt in.

At 9volt, I expect the limit to be around 200mA, which is the average that two ESP32 boards draw.
The breadboard supply will likely cut in/out due to an overheating regulator.

Try to power one ESP with a cellphone charger, connected to the USB socket, and power the other one by joining the V-in-5volt pins.
Leo..

The on-board 5V--> 3V3 regulator is overheating and shutting-down.

hmm it may work, but maybe the other one will take to much current from that 5volt Vin pin?
The overheating happens due the voltage (because is less than 5V) ? or maybe because the current taken by the esp ?

and there is some way to avoid that? i have read a lot of this, and it seems that the easiest way is to just use the usb to power the esp

The 5volt pin is directly connected to the USB socket (through a Schottky protection diode).
So the limit is the current of the USB power supply (and ~500mA limit of that diode).
Leo..

Will depend on USB version and if PC manufacturer actually specified the port version correctly.
USB can range from 200mA up to over 1.5+Amps

A very high quality switching power unit for smartphones or Raspberry Pi is probably my choice.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.