ESP BLE Provisioning

4.1
24 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

This app can be used to send Wi-Fi Network credentials (Network name and Passphrase) to ESP32 devices over BLE transport using the wifi-provisioning feature of ESP IDF (V3.2 and later)

Supported Features

- BLE based Wi-Fi Provisioning from IDF v3.2 and later
- Security Level 1
- Proof of Possession (PoP)
- Wi-Fi scan list

Please refer https://docs.espressif.com/projects/esp-idf/en/stable/api-reference/provisioning/wifi_provisioning.html for additional information
Updated on
Apr 12, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.0
23 reviews
Dmitry Ilchyshyn
December 22, 2023
Connects esp device. but cannot get list of wifi APs during scan. upd. works after reading GitHub issues, fixing original WiFi library code. so in general it's ok
Did you find this helpful?
Benjamin Lindqvist
August 17, 2022
Super unstable and buggy. This should be so easy.
Did you find this helpful?
Q
October 16, 2020
Broken on Pixels on android 11, seems unable to grab the Wi-Fi scan list.
5 people found this review helpful
Did you find this helpful?

What's new

- Added Bluetooth Gatt leak fix.
- Some other minor updates.