IOS-nRF-Mesh-Library icon indicating copy to clipboard operation
IOS-nRF-Mesh-Library copied to clipboard

Provision, configure and control Bluetooth mesh devices with nRF Mesh library.

Results 23 IOS-nRF-Mesh-Library issues
Sort by recently updated
recently updated
newest added

Currently, the heartbeats need to be polled to get the heartbeat value. It would be nice to get that information as a callback. Also, the poll allows only to get...

enhancement

As a *power user*, I want to be able to flash mesh nodes with newer firmwares so that I can easily test, update and verify network operation with the latest...

enhancement

### Where do you suspect the issue? Issue in mesh library, e.g. packets being dropped ### Version 4.1.0 (latest) ### Describe the issue ```swift _ = try? await globalMeshNetworkManager?.send(meshMessage, to:...

bug

### Target App ### Describe the feature I have a codebase with UI improvements, would this be of general interest? Here is how it looks like: ![image](https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library/assets/6040444/c2448057-2ebe-46cc-8901-6857ede0ddb6) I would share...

### Target Library ### Describe the feature The library and nRF Mesh expect the Provisioner's Unicast Address to be in that Provisioner's Unicast Address range. This is only implementation requirement...

enhancement

### Where do you suspect the issue? Issue in mesh library, e.g. packets being dropped ### Version 3.2.0 ### Describe the issue Calculation of [maxElementCount](https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library/blob/main/nRFMeshProvision/Mesh%20API/Provisioner%2BRanges.swift#L417) causes a crash. Crashes if...

bug

### Version 4.0.1 (Latest) ### Ask the question I updated from version 3.1.5 to version 4.0.1. I need to update many interfaces and the changes are huge. Is there any...

question

Created a dispatch queue instead of Task for issue #586 . Tried provisioning 10 times and it succeeded.

### Target Library ### Describe the feature Our application employs an internet-based synchronization mechanism to share project data across multiple devices, with each device having its own designated provisioner within...

enhancement