esp-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner
2023-01-13 15:05:34 +08:00
..
main ble_mesh: example: Remove -Wno-format compile option for BLE Mesh examples 2022-12-13 11:16:26 +08:00
tutorial ble_mesh: example: Fix example README & tutorial link error 2020-06-29 19:23:18 +08:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
README.md Modify the readme files in example/bluetooth 2023-01-13 15:05:34 +08:00
sdkconfig.ci.adv ble_mesh: ci: Add ble & ble mesh coex sdkconfig test files 2020-12-21 09:08:25 +00:00
sdkconfig.ci.bluedroid component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.bluedroid_deinit component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.model component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.nimble component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.nimble_deinit component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.nvs00 ble_mesh: ci: Add settings sdkconfig test files 2020-12-04 20:31:25 +08:00
sdkconfig.ci.nvs01 ble_mesh: ci: Add settings sdkconfig test files 2020-12-04 20:31:25 +08:00
sdkconfig.ci.pba component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.pbg component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.proxy00 component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.proxy01 component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.proxy02 component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.proxy03 component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.rx_hb component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
sdkconfig.ci.scan ble_mesh: ci: Add ble & ble mesh coex sdkconfig test files 2020-12-21 09:08:25 +00:00
sdkconfig.defaults component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
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 ble_mesh: example: update ble mesh examples for esp32c6 2023-01-05 16:56:35 +08:00
sdkconfig.defaults.esp32s3 ble_mesh: example: Fix esp32c3 and esp32s3 partition table overflow issue 2023-01-10 14:06:21 +08:00

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.