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

User avatar
By CARPP
#44812
EN and CH_PD is the same pin, it only depends of the modules silkscreen.

Thanks it seems like it is labeled differently on the aliexpress site.

So which pins do i actually have to pull up or down if i want to enable the chip to execute its program or to flash it with a new program?

According to this table on github:
https://github.com/esp8266/esp8266-wiki ... boot-modes

I have to set GPIO15 & GPIO0 on GND and GPIO02 High to download code from uart (which means programming it, for example with the arduino IDE, doesn't it?)
And just to execute the program i have to set GPIO015 on GND, GPIO0and GPIO02 High.

Is this correct for the ESP-12(F)?