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

Please tell me the steps to provision devices in mesh network using nRF connect mobile application.

What are the steps to be carried out for setting mesh network

I have flashed client hex file in one nRF52840 dongle and server hex file on other dongle. The example I am running was pb_remote from nRF SDK for mesh ver 2.2.0. After this what steps i need to carry out for setting mesh network since my aim is to send data from server to client and viceversa. I am using nRF Connect mobile application as well.

  • May I ask why you are using pb_remote from mesh sdk v2.2.0? That example is used if you want to remote provision a device. Like I mentioned in your previous case, I am taking a look at this & will update the other thread. I would recommend using the light switch example. The problem with using the dongle is that there is no segger rtt logging because the dongle does not have a segger chip. I would therefore recommend using three dev kits instead of the dongle to debug the mesh network you are trying to build. You can then use these dev kits to debug the dongles via the debug out port on the dev kits.

    If you want to provision via the mobile phone, I would use the nRF Mesh mobile app. You will not be able to provision a mesh network using nRF Connect.

Related