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

Message to group applied not to all nodes

hi guys

i develop mobile app for iOS and use nrfMesh lib v3.0-beta1. i have few nodes subscribed to a group. I send GenericLevelSet message to a group and receive successful response, but sometimes i see that message applied not to all nodes in the group.

is there way to be sure that message applied to all nodes in the group? 

Thank you!

  • Hi Oleksandrm, 

    Could you describe with more detail how you found out that the message didn't get to all nodes in the group ? 
    How do you allocate the nodes in your mesh network ? How many node configured as relay nodes ? 
    There could be a chance that the packet was corrupted due to interference or if the node doesn't do scanning at the time. And if you don't have enough redundancy (multiple relay nodes to cover one end node) 
    If you printout the destination address of the packets you would know if it addresses the group or not. You can try print that out on both the original node, and the destination nodes (the nodes subscribed to the groups address). 

Related