Search found 3 matches
- Wed Dec 19, 2018 4:02 pm
- Forum: ESP-IDF
- Topic: issue while using NVS and SoftAP
- Replies: 5
- Views: 7177
Re: issue while using NVS and SoftAP
Hi, We have already test AP, STA and AP+STA with NVS as well into ESP32 IDF 3.0 and 3.1 Stable Release but didn't find any issue like you are facing right now. Would you please use default example provided with IDF to make sure like it is working fine with that or not? Also as i have suggested earl...
- Mon Dec 17, 2018 5:26 pm
- Forum: ESP-IDF
- Topic: issue while using NVS and SoftAP
- Replies: 5
- Views: 7177
Re: issue while using NVS and SoftAP
Hi, Did you check WiFi connectivity issue after disabling NVS code? Because there is no any connection between WiFi connectivity and NVS code though WiFi is using NVS for WiFi configuration. So, I don't think that configuration are overrides with your NVS code. Would you please check with direct fl...
- Fri Dec 14, 2018 2:09 pm
- Forum: ESP-IDF
- Topic: issue while using NVS and SoftAP
- Replies: 5
- Views: 7177
issue while using NVS and SoftAP
Hello everyone, I'm actually new to ESP-IDF and I've got an issue: I wonder why the station that connects to the esp (currently mode it's AP_STA) keep disconnecting and reconnecting. This problem came out when I started using NVS functions. It seems like I can't use the NVS before I started the soft...