Page 1 of 1

Wi-Fi Provisioning over web broser example

Posted: Wed Jan 03, 2024 7:39 pm
by iotdeveloperfw
Hi espressif staft,

Do you have any guide to do Wi-Fi Provisioning over web browser in which you have any template to send ssid and password, I'm using esp-idf 4.4.6? A client (computer) must connect to the esp32, and open a captive portal automatically.

Thanks in advance.

I'm folowing this example https://github.com/espressif/esp-idf/bl ... g.rst#id41 but it use a mobile app, and I do not need to my application, only use a web browser.

Re: Wi-Fi Provisioning over web broser example

Posted: Thu Jan 04, 2024 8:59 am
by ESP_harshal
Hello @iotdeveloperfw,

Not exactly a way to use the browser but you can use the ESP Provisioning Tool: https://github.com/espressif/esp-idf/tr ... s/esp_prov to connect your host (computer) with esp32.

Thanks!

Re: Wi-Fi Provisioning over web broser example

Posted: Thu Jan 04, 2024 4:56 pm
by iotdeveloperfw
Hi,

Thank you for your reply, Unfortunatly I can apply in my solution :( because it's a requirement that the wifi provisioning must use a web browser so it implicates that esp support ap mode, open a captive portal, put the new credentials and connect to it.

Re: Wi-Fi Provisioning over web broser example

Posted: Thu Jan 04, 2024 5:51 pm
by ok-home
hi
try
ESP32 WiFi Connect to an access point or create an access point using SSID/Pass saved in NVS.
https://github.com/ok-home/nvs_wifi_connect/tree/master