Understanding ESP8266-01 Memory structure
Posted: Thu Apr 04, 2019 7:15 am
Hi dear community;
I have
ESP8266-01 Module (black one) come with 1MB (512+512) 8Mbit
ARDUINO Uno R3
ARDUINO IDE software on windows
I spend 3-4 day to understand general structure and mechanism of ESP8266-01 Module
and im confused on some points;
first i did connect ESP8266-01 Module to ARDUINO Uno R3, and open the Serial Monitor of ARDUINO IDE to Testing AT+ commands (which is come from factory as builtin) and learn the builtinin flash mem capacity of ESP8266-01 Module and serial monitor returns me OK....
im wondering;
What if i upload an example sketch like "Blink" from ARDUINO IDE's ESP8266 Examples list,
does it remove the current AT+ Command list (which is come builtin) ?
if it so; what should i do if i want to change only the sketch section for each time without touching the firmware or at command list in builtin flash mem of ESP8266-01 Module ?
Thanks in advance. Best Regards
I have
ESP8266-01 Module (black one) come with 1MB (512+512) 8Mbit
ARDUINO Uno R3
ARDUINO IDE software on windows
I spend 3-4 day to understand general structure and mechanism of ESP8266-01 Module
and im confused on some points;
first i did connect ESP8266-01 Module to ARDUINO Uno R3, and open the Serial Monitor of ARDUINO IDE to Testing AT+ commands (which is come from factory as builtin) and learn the builtinin flash mem capacity of ESP8266-01 Module and serial monitor returns me OK....
im wondering;
What if i upload an example sketch like "Blink" from ARDUINO IDE's ESP8266 Examples list,
does it remove the current AT+ Command list (which is come builtin) ?
if it so; what should i do if i want to change only the sketch section for each time without touching the firmware or at command list in builtin flash mem of ESP8266-01 Module ?
Thanks in advance. Best Regards