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

(nRFMesh IoS Application Version 2.2.3) Send mesh message to Group address

Hey Guys,

I am trying to send a mesh message to a group address using nRFMesh application in IoS. After accessing the Groups tab, it is showing as "No models configured". If there are any solutions, kindly let me know.

On the other hand, I could use android version of nRFMesh and send the message. But, I would like to know if it is possible with ios too.

Thanks,

Gurusanthosh

  • Hello,

    It is possible, yes. The nRF Mesh sample app for iOS supports only Generic On Off Server and Generic Level Server models in the Groups tab. You need to have at least one such Model on any of the Elements on any Node in your network subscribed to this group to make it visible. This is because the app needs to know which Application Key can be used to send this message.

    Using the Network tab:

    1. Go to any of your Nodes that has any of the mentioned Models (can also be the local Node - your phone, as it has those models implemented in the sample app),
    2. Make sure at least one Application Key is added to this Node,
    3. Navigate to the Model and make sure at least one Application Key is bound to this Model.
    4. Subscribe the Model to the Group.

    Then, go to Groups tab and select the Group. Controls to send On/Off or Level Up/Down will show up.

    The nRF Mesh sample app does not support any other models on the Group tab (including vendor models).

Related