Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Terraformer
#51656 Hi,

I've made a little breakout board (see attachment for circuit diagram and picture) to add a header for a FTDI adapter. I added two voltage divider because the FTDI does not support 3.3V on RX/TX.
Unfortunately, when connecting Vcc1, the blue LED stays on and the board does not boot. However, the ESP-01 does work. When connecting a power supply to GND/PD_CH+V it boots and connects to WLAN.

Do I miss something in regards to electronic circuits (e.g. wrong resistors)? Because I've checked the soldering twice and found no short or the like.
Would be great, if someone has an idea, where to look or what else to test. Or does anybody know when the blue LED becomes "always on"?
Note that the DS18B20 (and R1) are not connected to the board. That's just an usage example.

Thanks & best!
You do not have the required permissions to view the files attached to this post.
User avatar
By schufti
#51874 1) your voltage dividers have too low impedance.
2) you only need voltage divider for FTDI-TX to ESP-RX
(ESP-TX is only 3.3V, so nothing to divide, doesn't work "upwards" to provide 5V to FTDI-RX!)
Don't forget pullups (typ. 10k) on gpio0, gpio2, rst and EN

If you want to power ESP from USB/serial converter, buy one with SiliconLabs CP210x and put at least 470µ close to ESP-board