ESP12F Unable to flash using Arduino IDE
Posted: Fri Feb 03, 2017 1:49 am
I have a ESP 12F board that I want to flash with my own code using FTDI 232 and USB to Serial connection to a windows PC.
ESP12F <--> FTDI 232
GND <--> GND
GPIO0 <--> GND
GPIO15 <--> GND
VCC <--> VCC
EN <--> VCC
TXD0 <--> RX
RXD0 <--> TX
FTDI jumper on 3.3v obviously
I've installed Arduino ide 1.8.1 and have added the board to the board manager.
I've tried flashing the code using "Generic ESP8266 Module" as well as "NodeMCU 1.0 (ESP-12E Module)
All i get is a cannot sync error. Athere is no light coming up on ESP12F as such.
What am I doing wrong here? Can somebody suggest a solution?
Apologies if its too trivial of a question.
ESP12F <--> FTDI 232
GND <--> GND
GPIO0 <--> GND
GPIO15 <--> GND
VCC <--> VCC
EN <--> VCC
TXD0 <--> RX
RXD0 <--> TX
FTDI jumper on 3.3v obviously
I've installed Arduino ide 1.8.1 and have added the board to the board manager.
I've tried flashing the code using "Generic ESP8266 Module" as well as "NodeMCU 1.0 (ESP-12E Module)
All i get is a cannot sync error. Athere is no light coming up on ESP12F as such.
What am I doing wrong here? Can somebody suggest a solution?
Apologies if its too trivial of a question.