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 Reply
  • Awesome, happy to help.

    So what I was trying to explain to you before was that a client model element can only publish to one group.

    For example, let's say you have a mesh client node with only one generic on/off element. That element can only publish to one address.

    But what you can do is have a mesh client node with multiple generic on/off elements. Then each of those elements can publish to a different group, for example one client node with 6 generic on/off elements (light switches for example). Each of those elements can then publish to a separate group.

    Does that make sense?

Children
Related