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.