Page 1 of 1

Wi-Fi Provisioning on ESP32

Posted: Thu Apr 01, 2021 6:01 am
by nzh912
The esp-wifi-provisioning is a Wi-Fi station configuration via an HTTP server running on the wifi module device. Can we act as a client and communicate with this http_server directly? just post the data to uri handle.
is there any API list that we can refer for the http client side used to communicate with ESP32 http server on ESP-Provisioning demo code?

Re: Wi-Fi Provisioning on ESP32

Posted: Wed Jun 09, 2021 12:58 pm
by omert08
Hello,

I have created a library with Flutter / Dart for WiFi provisioning.

Check it out!

https://pub.dev/packages/esp_softap_provisioning

https://github.com/omert08/esp_softap_provisioning

Thanks