martinayotte wrote:Ah ! Ok !
Do you have proper communication between ESP and Arduino ?
Using the FTDI with RX only, you can sniff this communication just to make sure Arduino is sending the right thing.
(it can be as simple as all lines doesn't have CRLF)
Thanks for that idea, I just started doing that, and now I can see the traffic between the Arduino and ESP-01. I'll see if I can figure out what's wrong.