I've some problem to communicate with ESP.
I've wired ESP to FTDI using this guide:
http://www.martyncurrey.com/arduino-esp8266/
And this FTDI connector (PL2303):
I've just used 3.3v on FTDI module to power ESP, 10k on CH_PD and 1k/2k voltage divider on RX pin. RX/TX to TX/RX connections between FTDI and ESP.
ESP powers correctly and is vendor setted to be an AP. I can correctly connect to it without errors and I see it from WiFi analyzer.
But I can't communicate with it using serial monitor, sometimes I see the port connected and sometimes not and when I try to send a command from Arduino monitor the monitor stop working.
I've checked voltage on TX pin and it's 3.0v, so seems correct. But I've noticed that, after connection of FTDI module to USB and some bliking of TX/RX led it start to blink very weak without stop.
What can be the problem?
I've also tryed ESP module with Arduino(Arduino as FTDI) and serial monitor works correctly.