Android-nRF-Mesh-Library
Android-nRF-Mesh-Library copied to clipboard
How to Implement Nordic BLE Mesh in Flutter Using nordic_nrf_mesh: ^0.13.0
I am working on a Flutter project that requires comprehensive support for Bluetooth Low Energy (BLE) Mesh networking using the nordic_nrf_mesh: ^0.13.0 package. Specifically, I need the following functionalities:
Scanning and Node Connection:
Ability to scan for nearby BLE Mesh devices. Establish connections with available nodes. Provisioning:
Support for provisioning nodes into the BLE Mesh network. OOB (Out-of-Band) string authentication for secure provisioning. Vendor Model Creation:
Ability to create custom vendor models. Support for sending and receiving messages through these vendor models. Unprovisioning Nodes:
Functionality to remove nodes from the BLE Mesh network (unprovisioning). Integration with Native Android Code:
Seamless integration with native Android code for handling Bluetooth Mesh provisioning. These features are critical for my project, and I would appreciate it if they could be supported or if guidance could be provided on implementing them.
Thank you for your consideration!