OZEO-DOOZ / nrf_mesh_plugin

A Flutter plugin to enable mesh network management and communication using Nordic Semiconductor's SDKs.
https://pub.dev/packages/nordic_nrf_mesh
BSD 3-Clause "New" or "Revised" License
28 stars 19 forks source link

How to Implement Nordic BLE Mesh in Flutter Using nordic_nrf_mesh: ^0.13.0 #277

Open KReddy2522 opened 2 months ago

KReddy2522 commented 2 months ago

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!