- Mon Jul 13, 2015 9:32 am
#23140
I'm still very much new to the ESP8266s ... is this thinking correct:
--- thinking start ---
When we receive ESP8266 devices in the mail, they already contain an application pre-installed in them. That application is the "AT" command processor which listens for AT commands via UART and processes them. When we build new applications and deploy them to the ESP8266, we are replacing the original "AT command processor" application with our own application.
The concept of a "factory reset" would then be the same notion as loading the original "AT" command processor application into the device?
--- thinking end ---
If this is the case, then it would seem to me that downloading the Espressif SDK which I *think* has the binaries of the AT command processor included is what would be needed. Is that not the case?
Free ESP8266 book available for download
here.