Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KReddy2522 opened this issue Aug 29, 2024 · 0 comments

Comments

@KReddy2522
Copy link

KReddy2522 commented Aug 29, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant