martinayotte wrote:Please, add a capacitor of 220uF or 470uF between ESP power pins, it will fix many issues.
You can use Arduino as USB-TTL, as long as the sketch running don't interfere with the Serial between PC and ESP, but make sure you have a voltage divider on the TX, since the RX of ESP is 3.3V and not tolerant to the 5V of Arduino.
Also, how do you power the ESP ? Because the 3.3V output of Arduino is NOT capable enough to provide required current of the ESP.
Yes I do have a voltage divider for the TX coming from the Arduino.
My ESP is powered from the 3.3V the Arduino provides. Well, I'll test tomorrow with a separate power source and add the capacitor as needed, and I'll let you know.
Thank you very much for your time and your answers.