• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

api/18-Mar-2025-12,2526,478

btc/18-Mar-2025-7,6736,622

mesh_common/18-Mar-2025-13,4185,897

mesh_core/18-Mar-2025-41,35729,802

mesh_models/18-Mar-2025-20,49416,051

Kconfig.inD18-Mar-202554.7 KiB1,2761,092

README.mdD18-Mar-20251.4 KiB2212

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