Need help to get previously connected wifi router lists from ESP32 Device
Posted: Tue Jul 17, 2018 4:31 am
Hi Espressif System Developers,
We are working on ESP32 IDF 2.1 SDK and we need help to store previously connected WiFi Router configurations into ESP32 Device itself.
We have checked that using ESP32 Flash Storage option, We can store only last configured router configuration which is working fine and ESP32 Device is able to get that configuration on next power cycle or reboot.
But, We need support like to store at-least 5 Router configurations which are successfully connected with ESP32 Device working as STA mode. I think that type of support has been provided into ESP8266 WiFi APIs in which we were able to store at-least 5 Router configurations into Device itself but didn't find for ESP32 Device.
So, Does anyone has any idea like ESP32 IDF provides that type of support or not? Otherwise we can do it using key-pair value to store into blob data partition.
Let me know if need any more informations from my side regarding this.
We are working on ESP32 IDF 2.1 SDK and we need help to store previously connected WiFi Router configurations into ESP32 Device itself.
We have checked that using ESP32 Flash Storage option, We can store only last configured router configuration which is working fine and ESP32 Device is able to get that configuration on next power cycle or reboot.
But, We need support like to store at-least 5 Router configurations which are successfully connected with ESP32 Device working as STA mode. I think that type of support has been provided into ESP8266 WiFi APIs in which we were able to store at-least 5 Router configurations into Device itself but didn't find for ESP32 Device.
So, Does anyone has any idea like ESP32 IDF provides that type of support or not? Otherwise we can do it using key-pair value to store into blob data partition.
Let me know if need any more informations from my side regarding this.