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

User avatar
By Pushkal Goyal
#70260 I am using ESP-8266 01 module I am connecting the circuit as the diagram below.
I am using ttl converter
Image
I am getting error espcomm sync failed.
Image

I am new to ESP-8266 01 module Help me in resolving the error.
Suggest some solution regarding to the error.
User avatar
By rudy
#70309
Pushkal Goyal wrote:I am using ESP-8266 01 module I am connecting the circuit as the diagram below.
I am using ttl converter
Image
I am getting error espcomm sync failed.
Image

I am new to ESP-8266 01 module Help me in resolving the error.
Suggest some solution regarding to the error.


You need to pull GPIO-0 to ground to put it into programming mode.

GPIO-0 must be low.
GPIO-2 must be high.
RST must be high. (most likely is with an internal pull up resistor.

This will allow the code to be loaded and to run for the one instance. (it will not look at the pin states to start the loaded code that time)

To run previously loaded code those lines must be high.