im brand new to the ESP8266 world.
i got myself some ESP8266 boards off of Amazon https://www.amazon.com/TBD-Controls-ESP8266-Microcontroller-Arduino/dp/B01MT6T73L/ref=sr_1_4?s=pc&ie=UTF8&qid=1506543580&sr=1-4&keywords=esp8266
but i am having A LOT of trouble getting it to work.
i have tried so many different variation, tutorials, connections. all failed.
the esp label on the actual chip says ESP8266EX
i have the FTDI connector https://www.amazon.com/Gikfun-FT232RL-Adapter-Arduino-AE1186x2/dp/B01HXT8DZ4/ref=sr_1_4?s=electronics&ie=UTF8&qid=1506545978&sr=1-4&keywords=ftdi
i have tried connecting the device several different ways such as:
ESP > FTDI (version 1)
Rx > TX
TX > RX
GPO0 > Button to GND -(for programming i would hold RST button, hold GPO0 button, release RST, release GPO0)
GND > GND
VCC > VCC3.3
CH_PD > VCC3.3
RST > VCC3.3 + Button to GND-(for programming i would hold RST button, hold GPO0 button, release RST, release GPO0)
ESP > FTDI (version 2)
Rx > TX
TX > RX
GPO0 > Direct connection GND
GND > GND
VCC > VCC3.3
CH_PD > VCC3.3
here are just a few tutorials i have used
http://www.instructables.com/id/ESP8266-Programming-Using-FTDI-and-Arduino-IDE/
https://www.youtube.com/watch?v=lnP1NPB4zAE
https://www.allaboutcircuits.com/projects/breadboard-and-program-an-esp-01-circuit-with-the-arduino-ide/
i can get it to successfully flash with the arduino IDE but once i go to serial monitor i dont see anything
here are the settings:
Board: Generic ESP8266 Module
Flash Mode: DIO
Flash Frequency: 40MHz
CPU Frequency: 80 MHz
Flash Size: 512K (64K SPIFFS)
Debug port: Disabeled
Debug Level: None
Reset Method: ck
Upload Speed: 115200 (and yes this matches the code as well)
Port: COM4
Programmer: AVRISP mkII
any idea , any iput would be greatly appreciated