Moderator: igrr
RichardS
https://epartsconnect.com
Live realtime stock market prediction website. https://www.stocksignalslive.com my latest creation. Uses AI and machine learning.
New site featuring ESP8266 and ESP32 projects. tutorials, and news.
http://EverythingESP.com
ESP8266.com Founder and Administrator
The Mind Factory (get more from your 3D printer)
Home of the ESP8266, ESP8285, and ESP32 microcontrollers....
#include <ESP8266WiFi.h>
#include <EEPROM.h>
//extern "C" { //Since include file from SDK is a plain C not a C++, you need to include it that way
//#include "user_interface.h" // need for system_get_free_heap_size(); // get free memory
//}
I'm only using the 2 includes and also have AP and station enabled, but only connecting to station....
I have seen nothing but 255 from eeprom @ 80 but now see some data ? I will have to double check this, when time allows...
Try inserting a 8-9 us delay between each byte transmitted or written to EEPROM. I remember reading about it somewhere.