esp-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner
wangjialiang db23ef400c feat(ble_mesh: example: esp32c6/h2): update config file to support duplicate scan. 2023-07-21 02:02:21 +00:00
..
main ble_mesh: example: Remove -Wno-format compile option for BLE Mesh examples 2022-12-13 11:16:26 +08:00
tutorial
CMakeLists.txt
README.md Modify the readme files in example/bluetooth 2023-01-13 15:05:34 +08:00
sdkconfig.ci.adv
sdkconfig.ci.bluedroid
sdkconfig.ci.bluedroid_deinit
sdkconfig.ci.model
sdkconfig.ci.nimble
sdkconfig.ci.nimble_deinit
sdkconfig.ci.nvs00
sdkconfig.ci.nvs01
sdkconfig.ci.pba
sdkconfig.ci.pbg
sdkconfig.ci.proxy00
sdkconfig.ci.proxy01
sdkconfig.ci.proxy02
sdkconfig.ci.proxy03
sdkconfig.ci.rx_hb
sdkconfig.ci.scan
sdkconfig.defaults
sdkconfig.defaults.esp32c3 ble_mesh: example: Fix esp32c3 and esp32s3 partition table overflow issue 2023-01-10 14:06:21 +08:00
sdkconfig.defaults.esp32c6 feat(ble_mesh: example: esp32c6/h2): update config file to support duplicate scan. 2023-07-21 02:02:21 +00:00
sdkconfig.defaults.esp32h2 feat(ble_mesh: example: esp32c6/h2): update config file to support duplicate scan. 2023-07-21 02:02:21 +00:00
sdkconfig.defaults.esp32s3 ble_mesh: example: Fix esp32c3 and esp32s3 partition table overflow issue 2023-01-10 14:06:21 +08:00

README.md

Supported Targets ESP32 ESP32-C3 ESP32-C6 ESP32-S3

ESP BLE Mesh Provisioner demo

This demo shows how a BLE Mesh device can function as a provisioner.

Please check the tutorial for more information about this example.