-->
Page 1 of 1

AT command processor and apps

PostPosted: Thu Nov 26, 2015 11:00 pm
by 71784
I use the Arduino IDE to program esp-01 devices and to send AT commands via the serial monitor. Does downloading a simple application to the device wipe out the AT command processor, or do they co-exist? I successfully downloaded my program to the device but it no longer responds to any AT commands at all.

Re: AT command processor and apps

PostPosted: Fri Nov 27, 2015 4:13 am
by eduperez
Yes, as soon as you upload your own code to the device, the AT firmware gets overwritten.

Re: AT command processor and apps

PostPosted: Fri Nov 27, 2015 10:05 am
by 71784
thank you very much.