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

How to added a node in multiple group in Nrf Mesh for Nrf52832

I want to add a node(server) in multiple group in Mesh.

Application is if any switch pressed next two corresponding light to be trigger to on. for that one server subscribe to two client for trigger.

How can I achieve this.

Parents
  • Hi Bivay,

    You can achieve this by using the nrf Mesh mobile application. You can use the application to configure the publishing and subscription of the server and clients.

    My understanding is that a client model element can only publish to one group, while a server can subscribe to multiple groups.

    I believe there are two ways to do this, either both clients can publish to the same group and the server only subscribes to one group, or each client can publish to a separate group while your server subscribes to both groups. 

    Someone can correct me if I am wrong.

    Have you used the mobile application before?

Reply
  • Hi Bivay,

    You can achieve this by using the nrf Mesh mobile application. You can use the application to configure the publishing and subscription of the server and clients.

    My understanding is that a client model element can only publish to one group, while a server can subscribe to multiple groups.

    I believe there are two ways to do this, either both clients can publish to the same group and the server only subscribes to one group, or each client can publish to a separate group while your server subscribes to both groups. 

    Someone can correct me if I am wrong.

    Have you used the mobile application before?

Children
Related