Tosog wrote:Arduino Mega 2560
That works fine for me.
1. On the Arduino, put a wire between the RESET and GND pins (this disables the atmega mcu).
2. TX0 (Arduino) goes to TXD (ESP)
3. RX0 (Arduino) goes to RXD (ESP).
4. GND (Arduino) goes to GND (ESP).
5. 3.3V (Arduino) goes to VCC (ESP). Be careful with this one, as the current might not be enough for some operations. I use 5V (Arduino) -> Regulator (3.3V) -> ESP. Some feed it from the 5V pin without a regulator.
6. CH_PD (ESP) and RST (ESP) are connected to VCC (ESP).
You should now be able to speak to the ESP using any application, up to 115200 baud. As you can see, I'm feeding it directly 5V on the communication lines. While it is discouraged to do so, I haven't had any issues, yet. ESP-01 here.