Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By yukardo
#49510 Hello,

I use the Arduino IDE to upload a web server sketch to the ESP8266 module and it works great.

I want to send AT commands to the module, because I want to restart it to the default configuration.

Could somebody help me?

Thanks.
User avatar
By eduperez
#49531 Your web server sketch wiped out the original AT firmware, so you cannot send any AT command any longer; that is, unless you write your own AT parser and incorporate it into your sketch.