OVMS3-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_console/ble_mesh_provisioner
lly fecfd754d9 ble_mesh: Remove BLE_MESH_MAX_STORED_NODES option
Previously the BLE_MESH_MAX_STORED_NODES option is added for
internal mesh test, which will be a little confusing for the
users to understand.
Here we remove this option, instead the BLE_MESH_MAX_PROV_NODES
will be used for all the cases. For mesh internal test, when
the test function is called to add some nodes info, the info
will be stored in the array of provisioned nodes directly.
2020-04-30 11:47:12 +00:00
..
main ble mesh: update ble mesh console example(backport v3.3) 2020-03-22 18:35:39 +08:00
CMakeLists.txt ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00
Makefile ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00
README.md ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00
sdkconfig.defaults ble_mesh: Remove BLE_MESH_MAX_STORED_NODES option 2020-04-30 11:47:12 +00:00

ble mesh provisioner demo

Introduction

This demo implements ble mesh provisioner basic features.Based on this demo, provisioner can scan and prove unprovisioned device, send set/get message. Also can define new model.

Demo steps:

  1. Build the ble mesh provisioner demo with sdkconfig.default
  2. register provisioner and set oob info, load model to init ble mesh provisioner
  3. enable bearer, so that it can scan and prove unprovisioned devices
  4. config appkey and other config info use config client model
  5. send set/get message to nodes