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

Connect NRF52-DK and thingy52 to mesh network.

Hello.

I have one of these dk and one thingy52 and I would like to connect them to mesh network, I read somewhere that I can use my phone as provisioner so is it possible to achieve this and what kind of software do I need for this to work? Does any of existing examples will do?

Best regards.

Parents
  • Hi,

    You can use the nRF Mesh on either Android or iOS to provision the devices. You can have a look here under "Provisioning with nRF Mesh app" to get more information on how you can use the app. As for firmware, you can find a demo for the Thingy:52 here. For the nRF52-DK, you should check out our Mesh SDK here, have a look at the light switch proxy examples.

  • twar said:
    which one exactly should I flash the board? There are these two: proxy_client and proxy_server?

     You can use either one, depends on what you want your node to be(server or client).

    twar said:
    Do I need phone with bluetooth 5.0 to this to work?, because last time I've tried this app it did not find any device during scan process but maybe I flashed both device with wrong hex files.

    No, you don't need a phone with bluetooth 5.0. You might have used the client/server examples without proxy. To be able to find the devices, they need to be flashed with an example with the proxy feature enabled. Both examples mentioned above have this feature enabled.

Reply
  • twar said:
    which one exactly should I flash the board? There are these two: proxy_client and proxy_server?

     You can use either one, depends on what you want your node to be(server or client).

    twar said:
    Do I need phone with bluetooth 5.0 to this to work?, because last time I've tried this app it did not find any device during scan process but maybe I flashed both device with wrong hex files.

    No, you don't need a phone with bluetooth 5.0. You might have used the client/server examples without proxy. To be able to find the devices, they need to be flashed with an example with the proxy feature enabled. Both examples mentioned above have this feature enabled.

Children
Related