Chat here is you are connecting ESP-xx type modules to existing AVR based Arduino

Moderator: igrr

User avatar
By ShantanuJ
#50678 Hi, I just got my NodeMcu esp8266 12e v3 module.

I hooked it up to the laptop using the cable and also did all the arduino ide installations.
I am able to send blink codes and make the led blink successfully.
But how am i to send AT commands to the module?

I tried opening the serial monitor and sent "AT" but no reply. Even the command i am sending is not shown on the serial monitor.
Set the baud rate to 115200. "Both NL and CR" selected.

Please help.
User avatar
By martinayotte
#50711 If you have uploaded a Arduino sketch in the module, it has completely erased/replaced the original AT firmware, so it is normal that your new sketch doesn't respond to any AT commands.

If I were at your place, I would forget using any AT firmware anyway, it is much more easy to use ESP API provided by Arduino ESP framework.