- Mon Oct 16, 2017 8:14 pm
#70913
You will need to take into account the current requirements of the ESP8266. You would have greater external load capacity if the external circuit did not draw as much power when the ESP8266 draws it's peak power. From what I read the peak power required happens when the ESP8266 does a calibration cycle.
I had tried to power the ESP-12E with a 250mA rated regulator and mostly it worked. Mostly isn't good enough for me. I had to go to a regulator with a higher current. Just adding capacitance to cover the higher surge current was not enough. (I thought it would have been sufficient)
What I would strongly suggest is powering the external circuit with it's own regulator. This would prevent disruptions from affecting the ESP board. If you are going to power the Nodemcu board with 12 volts you need to consider the power dissipation of the regulator. The regulator would be dissipating almost three times the power that the ESP-12 will be dissipating.
Consider using an efficient switching regulator. It will run cooler and not waist as much power generating uselesd heat.
Check the specifications for the components you will use and do the math. Then test.