ESP8266 have 512 bytes of internal EEPROM, it is useful when you want to store some settings, such as IP address of server, WEP key, SSID of WiFi.
In this lesson we will see writing data to EEPOM and reading from EEPROM
To write byte to EEPROM we need two commands Continue reading Internal EEPROM ESP8266