Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
api/ | 03-Aug-2024 | - | 12,219 | 6,459 | ||
btc/ | 03-Aug-2024 | - | 7,643 | 6,601 | ||
mesh_common/ | 03-Aug-2024 | - | 12,283 | 5,091 | ||
mesh_core/ | 03-Aug-2024 | - | 41,136 | 29,666 | ||
mesh_models/ | 03-Aug-2024 | - | 20,492 | 16,049 | ||
Kconfig.in | D | 03-Aug-2024 | 53.2 KiB | 1,245 | 1,064 | |
README.md | D | 03-Aug-2024 | 1.5 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](https://github.com/espressif/esp-idf/tree/master/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