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 | |
ble_mesh_plat_init.h | |
Header file for BLE Mesh example initialization functions and definitions. This file contains declarations for initializing Bluetooth and retrieving the device UUID for BLE Mesh applications. | |
meshx_platform_ble_mesh.h | |
Header file for MeshX BLE Mesh platform abstraction layer. This file provides type definitions and macros to map MeshX BLE Mesh components to ESP-IDF BLE Mesh APIs. | |