How to receive mesh message at nRF Mesh app (Android)?

Hi Nordic team

1. Define one vendor client model and one vendor server model at mesh nodes.

2. Provision all mesh nodes. Then, Create a mesh group 0xC000.

3. Configure all mesh nodes. Publish address of client model was 0xC000. Subscribe address of server model was 0xC000, too.

4. It can work to publish mesh message (several user bytes) to group 0xC000 at "Groups" panel of nRF Mesh app. Then, nodes can receive the message via server model.

My question is how to subscribe mesh message from 0xC000 at "Groups" panel of nRF Mesh app if a mesh node publish message via client model?

At nrf Mesh app source code, any API we can use to receive mesh message in group?

Thanks.

Jeffery

Parents
  • Hi, 

    Sorry for the late reply.

    The app doesn't support subscribing to any groups, it is a configuration client so it cannot subscribe it can only send messages.

    The proxy filter will allow you to include certain addresses you want to listen to or certain addresses you don't want to listen to. So the app will only receive messages from certain addresses depending on what you put in the lists.

Reply
  • Hi, 

    Sorry for the late reply.

    The app doesn't support subscribing to any groups, it is a configuration client so it cannot subscribe it can only send messages.

    The proxy filter will allow you to include certain addresses you want to listen to or certain addresses you don't want to listen to. So the app will only receive messages from certain addresses depending on what you put in the lists.

Children
No Data
Related