Page 1 of 1

BLE provisioning

Posted: Thu Oct 31, 2019 12:17 am
by newhobby
Hi,

I'm using the ble_prov example with the published app on android store.
Everything works as intended, but the screenshots on the app store suggest that there is a wifi scan feature where the user can select among scanned wifi networks instead of typing one.
How can I make that work?
My app doesn't offer any option for scanning for networks.

Re: BLE provisioning

Posted: Thu Oct 31, 2019 7:38 am
by ESP_Piyush
Hello,

The softap_prov and ble_prov examples were added before the Wi-Fi scan feature was introduced. Please use the newer "manager" example for the scan feature (https://github.com/espressif/esp-idf/tr ... ng/manager).

Re: BLE provisioning

Posted: Wed Jun 09, 2021 12:59 pm
by omert08
If you want to do it through WiFi provisioning, I have developed a library for Flutter / Dart applications.

Check it out!

https://pub.dev/packages/esp_softap_provisioning

https://github.com/omert08/esp_softap_provisioning

Thanks