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

Controlling multiple groups nodes with the nRF mesh APP

Hi 

I want to set up a network of about 4 groups of BLE light modules(using the experimental dimming example). Each group comprises of 5 to 7 light modules.   

Currently the way I implement it is that I configured all the nodes to PROXY server (according to this blog) and then I group them.

With this method, I always need to connect the nodes to the APP each time I want to use the APP.

This is highly inconveniencing to be connecting such number of nodes each time the APP is used.   

Are there better ways I can set up the network of about 4-5 groups comprising of 7 BLE modules and then control them with the nRF APP?

Parents
  • Hi,

    As long as your nodes are configured to use the GATT provisioning bearer, they can be provisioned (and configured) from the smartphone app. Directly connecting to the node is only required for the provisioning. Later, you only need to connect to one of the nodes, in order for the phone app to communicate with any other node on the network.

    Once you have the groups set up, and configured the nodes to subscribe to various groups, from the nRF Mesh app you can go to the Groups tab, select a group, and send mesh packets to that group (e.g. on/off messages for turning light on or off.)

    Regards,
    Terje

  • Thanks for your reply. I suppose this is only possible when you have only one APP key?

    Also how do I configure a node to have an extra functionality of relay in order to extend the network range?

  • Hi,

    Since the smartphone app is also used for provisioning and configuring the other nodes, it does know what app keys to use for what devices.

    Most examples have the relay feature enabled by default. It does not seem like disabling/enabling the relay feature is possible from the nRF Mesh app, but the feature should be already enabled by default on those SDK examples that does have the relay feature.

    Regards,
    Terje

Reply
  • Hi,

    Since the smartphone app is also used for provisioning and configuring the other nodes, it does know what app keys to use for what devices.

    Most examples have the relay feature enabled by default. It does not seem like disabling/enabling the relay feature is possible from the nRF Mesh app, but the feature should be already enabled by default on those SDK examples that does have the relay feature.

    Regards,
    Terje

Children
No Data
Related