Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
api/ | 18-Mar-2025 | - | 12,252 | 6,478 | ||
btc/ | 18-Mar-2025 | - | 7,673 | 6,622 | ||
mesh_common/ | 18-Mar-2025 | - | 13,418 | 5,897 | ||
mesh_core/ | 18-Mar-2025 | - | 41,357 | 29,802 | ||
mesh_models/ | 18-Mar-2025 | - | 20,494 | 16,051 | ||
Kconfig.in | D | 18-Mar-2025 | 54.7 KiB | 1,276 | 1,092 | |
README.md | D | 18-Mar-2025 | 1.4 KiB | 22 | 12 |
README.md
1# ESP-BLE-MESH Component 2 3This is Espressif Bluetooth Low Energy Mesh component folder. 4 5This component is a part of Espressif IoT Development Framework (ESP-IDF). For the latest documentation please refer to [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/index.html). 6 7The ESP-BLE-MESH networking enables many-to-many (m:m) device communications and is optimized for creating large-scale device networks. 8 9 10### [ESP-BLE-MESH Documentation](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/index.html) 11 12- [Getting Started](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/index.html##getting-started-with-ble-mesh) 13- [Architecture](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/arhitecture.html) 14- [Feature List](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/ble_mesh-feature-list.html) 15- [FAQ](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/ble_mesh_faq.html) 16- [API Reference](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/bluetooth/ble_mesh.html) 17 18 19### [ESP-BLE-MESH Examples](../../../examples/bluetooth/esp_ble_mesh) 20 21- Refer to **ESP-BLE-MESH Examples** of [Getting Started](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/index.html##getting-started-with-ble-mesh) for the tutorials of ESP BLE Mesh examples. 22