Search found 2 matches

by ankitdaf
Thu Feb 15, 2018 9:02 am
Forum: ESP-IDF
Topic: Restart ESP Programmatically
Replies: 2
Views: 13862

Restart ESP Programmatically

Hi

Is there a way to restart the ESP32, the equivalent of a power cycle ?

I tried esp_restart(), but it seems that it only restarts the CPU, not the WiFi, Bluetooth etc. How do I trigger a restart which is an equivalent of a power cycle ?
by ankitdaf
Thu Feb 15, 2018 9:01 am
Forum: ESP-IDF
Topic: Erasing WiFi credentials from NVS with code
Replies: 2
Views: 7914

Erasing WiFi credentials from NVS with code

Hi I have saved WiFi Credentials to NVS by choosing WiFi storage as NVS configuration. Is there a way to erase the WiFi config from NVS with code, and not by doing "make erase_flash" ? I tried to create a wifi_config_t configuration by setting a null ssid and password but it does not seem to work, a...