So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By rudy
#75416
kaxx1975 wrote:You can wire it that way, but I only use rx,tx, and ground on my setup.


I do the same. RX, TX, and Ground. I have about ten development setups wired like this. GPIO0 and reset are handled manually on the boards.
User avatar
By rupsdbb
#75420 One more doubt. To boot into UART mode, pin config of esp, i.e 15-0-2 should be 0-0-1. While pin15 is connected to ground with pulldown resistor in between, and pin0 either connected to a manual switch or serial DTR with pullup resistor to 3.3 V source, why pin2 is left floating? How it will be high when esp is reset??
User avatar
By rudy
#75427 Modules normally have a blue led and series resistor connected to GPIO2 and to VCC. That produces the required high.

On my own PCB designs I always include a pull up resistor on GPIO2.