Network Config - Setting up an ESP32 using an HTTP server
Posted: Sun Nov 03, 2019 10:37 am
Hello,
I've recently stumbled upon this topic of network configuration using a phone.
https://docs.espressif.com/projects/esp ... onfig.html
Lately I've been working on a similar thing: letting the esp32 run as an access-point + station, fetching the Wi-Fi credentials over an HTTP request, store the credentials in memory if the esp32 connects and then switch to station mode.
The above link seems like a quicker and neater way of doing things.
My question: is it possible to do what I mentioned (http requests for connecting + storing wifi creds) using the above example?
Thank you for your time.
Regards,
I've recently stumbled upon this topic of network configuration using a phone.
https://docs.espressif.com/projects/esp ... onfig.html
Lately I've been working on a similar thing: letting the esp32 run as an access-point + station, fetching the Wi-Fi credentials over an HTTP request, store the credentials in memory if the esp32 connects and then switch to station mode.
The above link seems like a quicker and neater way of doing things.
My question: is it possible to do what I mentioned (http requests for connecting + storing wifi creds) using the above example?
Thank you for your time.
Regards,