|
|
3 سال پیش | |
|---|---|---|
| .. | ||
| aligenie_demo | 3 سال پیش | |
| ble_mesh_coex_test | 3 سال پیش | |
| ble_mesh_console | 3 سال پیش | |
| ble_mesh_fast_provision | 3 سال پیش | |
| ble_mesh_node | 3 سال پیش | |
| ble_mesh_provisioner | 3 سال پیش | |
| ble_mesh_sensor_model | 3 سال پیش | |
| ble_mesh_vendor_model | 3 سال پیش | |
| ble_mesh_wifi_coexist | 3 سال پیش | |
| common_components | 3 سال پیش | |
| README.md | 5 سال پیش | |
ESP-BLE-MESH is the official Bluetooth® 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 either Bluedroid or NimBLE can be selected as the host stack.
This directory includes examples to demonstrate ESP-BLE-MESH functionality based on Zephyr Bluetooth Mesh stack.
This example demonstrates how ESP-BLE-MESH uses Console for message transmitting/receiving tests.
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 controls the nodes.
See fast_prov_client folder for more details.
This example illustrates the process that:
See fast_prov_server folder for more details.
This example demonstrates how ESP32 acts as a BLE Mesh node with Generic OnOff Server model or Generic OnOff Client model on board.
This example shows how ESP32 acts as a BLE Mesh Node with Generic OnOff Client model in the Primary Element.
See onoff_client folder for more details.
This example shows how ESP32 acts as a BLE Mesh Node with only Generic OnOff Server model in the Primary Element.
See onoff_server folder for more details.
This example shows how ESP32 acts as a BLE Mesh Provisioner and provisions other unprovisioned devices.
See ble_mesh_provisioner folder for more details.
This example demonstrates how ESP32 acts as a BLE Mesh Provisioner with vendor client model or as a BLE Mesh node with vendor server model.
This example shows how ESP32 acts as a BLE Mesh Provisioner with a vendor client model in the Primary Element.
See vendor_client folder for more details.
This example shows how ESP32 acts as a BLE Mesh Node with a vendor server model in the Primary Element.
See vendor_server folder for more details.
This example shows how ESP32 acts as a BLE Mesh Fast Provisioning Server and coexists with Wi-Fi iperf functionality.
See ble_mesh_wifi_coexist folder for more details.
See the README.md file in the upper level examples directory for more information about examples.