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

User avatar
By Shabbir
#9138
alonewolfx2 wrote:link contains arduino to esp comunication example. you can't use that connections for firmware upload.

So what connections do we make???????
User avatar
By M.Ilyas
#19516 Hi everyone. I have the same problem with my esp8266-01 module.I am grounding the GPIO0 for flash updates and I tried various flashers but no result :( Please help
User avatar
By hdrut
#19552 Hi,

just checking... Have you :

- Do you have a good 3.3V input to VCC?
- CH_PD pin to VCC.
- GPIO15 to GND .
- GPIO2 to VCC .
- GPIO0 to GND.

After pulling down GPIO0 you should either reset the module or pull down CH_PD to enter bootloading mode.

Also check RX-TX connections to make sure they´re right: RX from ESP -> TX of PC, and vice versa.
Have you grounded the serial port as well?

Let me know if this helps.

greetings