Wifi Configuration (SSID & Password) Over HTTP Web server
Posted: Wed Jul 24, 2019 10:47 am
Hello, I am new to ESP32 and I am working on a project that requires setting up an HTTP server on the ESP32 working as a soft AP (using ESP IDF written in C only) - the main question I am running into is, how to configure the Access Point via the web server?
This project requires the ability to change the SSID and password of the Access Point after accessing the web server/access point with an initial SSID and password.
I have seen many examples of implementing a simple lightweight web server using the ESP as an access point, but I am not experienced in this area to build in the functionality of changing the SSID and PWD over the web page and I am hoping that there may be some existing examples that someone could share that may point me in the right direction and possibly something that I could build from.
Any help is very much appreciated.
This project requires the ability to change the SSID and password of the Access Point after accessing the web server/access point with an initial SSID and password.
I have seen many examples of implementing a simple lightweight web server using the ESP as an access point, but I am not experienced in this area to build in the functionality of changing the SSID and PWD over the web page and I am hoping that there may be some existing examples that someone could share that may point me in the right direction and possibly something that I could build from.
Any help is very much appreciated.