MeshX 0.3
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
Files | |
esp_platform_ble_mesh.c | |
This file contains platform-specific implementations for BLE Mesh functionality on the ESP32 using the MeshX framework. It provides APIs for managing BLE Mesh models, compositions, provisioning, and initialization. | |
esp_platform_bt.c | |
This file contains the initialization code for BLE Mesh functionality on the ESP32 platform. It supports both Bluedroid and NimBLE BLE stacks. The file includes functions to initialize the Bluetooth controller, configure the BLE stack, and retrieve the device UUID for provisioning. | |