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

BLE Mesh connection from different devices

Hi,

I'm currently testing the nRF52833-DK with the light switch example and it works great so far with the new Mesh SDK,

but I have still some open questions about the BLE Mesh functionalities. I hope some of you can answer my questions:

  1.  I tried to connect to a mesh network from two phones, but I could not control the light from both. The second phone I could bring in the network by manually typing in the correct network key. Is it possible to control the light from multiple devices, that use a GATT bearer / proxy to connect to the Mesh? 
  2.  I have also observed, that when I choose a proxy node for one phone, the same proxy is not available  for the second phone. Is it overall possible for a proxy node to provide a gateway for several devices?

Kind Regards,

Sebastian

Parents
  • Hi

    1. By exporting and importing a network from one phone to another you can solve this. After importing the network on the second phone make sure you change the address to a different one than the original phone. As long as you have both phones connected to a proxy/proxies you can control the lilght from both phones.

    2. Currently the example supports only one proxy connection. I guess you will have to implement this feature yourself. 

    Hope this helps.

Reply
  • Hi

    1. By exporting and importing a network from one phone to another you can solve this. After importing the network on the second phone make sure you change the address to a different one than the original phone. As long as you have both phones connected to a proxy/proxies you can control the lilght from both phones.

    2. Currently the example supports only one proxy connection. I guess you will have to implement this feature yourself. 

    Hope this helps.

Children
Related