Request for proper powering of all esp boards
Posted:
Fri Jul 03, 2015 4:10 pm
by Tom_Neverwinter
ALL boards.
ESP-01
I see this;
obviously under powered.
same issue except for flashing??? it appears to work for flashing the firmware but not uploading.
ESP-201
again underpowered.
I am using a ftdi based programmer;
WIP wiring doc;
https://docs.google.com/spreadsheets/d/ ... sp=sharingIf you own a module feel free to request an editable link. to add information
Re: Request for proper powering of all esp boards
Posted:
Thu Jul 09, 2015 5:26 am
by eriksl
For me it works, including programming (many times). Officially the FTDI can't deliver enough power (although it's a bit misty what exact amount of current the FTDI can deliver), but it seems to work.
If it doesn't work, first check if you have "bootstrapped" the device correctly (pull-up / pull-down of GPIO0, GPIO2 and GPIO15 (if it's available)).
Re: Request for proper powering of all esp boards
Posted:
Thu Sep 03, 2015 12:17 am
by twaymouth
My experience is that the ESP runs right on the current limit of the USB to serial adapters, depending on your wiring etc you may get away with it but are almost guaranteed to get instability at some point. The best bet is to either use an external power supply or use a 3.3V converter of some description and feed it from the 5V line on the USB to Serial converter. This way it is all still "Self Contained i.e. no external PSU" and you are getting the full current capability from the USB port.
Re: Request for proper powering of all esp boards
Posted:
Thu Sep 03, 2015 12:42 am
by Mmiscool
I have been using a cheep knock off arduino with the avr chip pulled as my usb to serial device
Provides plenty of power and works nicely.