|
|
преди 6 години | |
|---|---|---|
| .. | ||
| ble_mesh_client_model | преди 6 години | |
| ble_mesh_console | преди 6 години | |
| ble_mesh_fast_provision | преди 6 години | |
| ble_mesh_node | преди 6 години | |
| ble_mesh_provisioner | преди 6 години | |
| ble_mesh_vendor_models | преди 6 години | |
| ble_mesh_wifi_coexist | преди 6 години | |
| README.md | преди 6 години | |
ESP BLE Mesh is the official BLE Mesh stack of Espressif Systems. We will provide long-term support for new features, performance optimization, etc.
Please help note that breaking changes may be introduced into ESP BLE Mesh on minor IDF versions.
Note: To use examples in this directory, you need to have Bluetooth enabled in configuration and Bluedroid selected as the host stack. ESP BLE Mesh will support NimBLE host soon, and currently the integration of NimBLE host with ESP BLE Mesh stack is under development.
This directory includes examples to demonstrate BLE Mesh functionality based on Zephyr (https://github.com/zephyrproject-rtos/zephyr) Mesh stack.
This example shows how ESP32 acts as a BLE Mesh Node with Generic OnOff Client & Server Models in the Primary Element.
See the README.md file in the example ble_mesh_client_model.
This example demonstrates how ESP BLE Mesh uses Console for message transmitting/receiving tests.
This example shows how ESP32 acts as a BLE Mesh Node and sends vendor messages for testing.
See the README.md file in the example ble_mesh_node.
This example shows how ESP32 acts as a BLE Mesh Provisioner and sends vendor messages for testing.
See the README.md file in the example ble_mesh_provisioner.
This example illustrates the solution of ESP BLE Mesh Fast Provisioning.
This example shows how ESP32, acting as a BLE Mesh Fast Provisioning Client, provisions other unprovisioned devices and then control the nodes.
See the README.md file in the example ble_mesh_fast_prov_client.
This example illustrates the process that:
See the README.md file in the example ble_mesh_fast_prov_server.
This example shows how ESP32 acts as a BLE Mesh Node with only Generic OnOff Server Model in the Primary Element.
See the README.md file in the example ble_mesh_node.
This example shows how ESP32 acts as a BLE Mesh Provisioner and provisions other unprovisioned devices.
See the README.md file in the example ble_mesh_provisioner.
This example shows how ESP32 acts as a BLE Mesh Fast Provisioning Server and coexists with Wi-Fi iperf functionality.
See the README.md file in the example ble_mesh_wifi_coexist.
See the README.md file in the upper level examples directory for more information about examples.