Search found 2 matches

by acsreedharreddy
Fri Apr 19, 2019 5:46 am
Forum: ESP-IDF
Topic: how to check if internet is available
Replies: 16
Views: 32207

Re: how to check if internet is available

Hey how did you solve this?
by acsreedharreddy
Fri Feb 22, 2019 6:39 am
Forum: General Discussion
Topic: Saving WiFi credentials in the EEPROM
Replies: 5
Views: 17476

Re: Saving WiFi credentials in the EEPROM

There is a subsystem in the ESP32 ESP-IDF called "Non Volatile Storage" (NVS) which allows one to save arbitrary data in named locations. Once saved, they can be restored/read on a subsequent boot. This would be the easiest way to explicitly save and subsequently restore values. However, it is my u...