This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How can I get all addresses of devices in a mesh?

Is there any way to evaluate the addresses of all mesh network nodes in the nRF51-ble-broadcast-mesh project and send it to the "master device"? I am working against sdk-8-support branch.

Parents
  • Thank you for your fast response. I meant the BLE-advertising address. I use it as a prefix for all commands send to a particular node in the mesh to identitfy the right receiver. As my master device needs all addresses for configuration purposes, it requests the address of all nodes using only one handle. The nodes return the notification after a random lag, thus minimizing conficts. Don't know yet how this behaves in big meshes, but I plan to cluster it then in more than one handle in order to keep the time-window short (thanks to your advice). The master device receives all BLE addresses in a time-window just like all non-mesh-member devices when scanning BLE devices. Some might be missing, which is not so important for my use-case, as the user could request the addresses repeatedly. Love your project, keep up the excellent work!

Reply
  • Thank you for your fast response. I meant the BLE-advertising address. I use it as a prefix for all commands send to a particular node in the mesh to identitfy the right receiver. As my master device needs all addresses for configuration purposes, it requests the address of all nodes using only one handle. The nodes return the notification after a random lag, thus minimizing conficts. Don't know yet how this behaves in big meshes, but I plan to cluster it then in more than one handle in order to keep the time-window short (thanks to your advice). The master device receives all BLE addresses in a time-window just like all non-mesh-member devices when scanning BLE devices. Some might be missing, which is not so important for my use-case, as the user could request the addresses repeatedly. Love your project, keep up the excellent work!

Children
No Data
Related