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

How to Provision Beaconing Example from nRF5SDK_Mesh2.2.0 SDK and how to test the mesh functionality with Beaconing example?

Hi,

I'm working with nRF52832DK  board , nRF5_SDK_15.0.0 SDK  and nRF5SDK_Mesh2.2.0 Mesh SDK . verified the light_switch example project,i wanted to create beacons mesh network with  beaconing example, i compiled and flashed on to the DK board using segger embedded studio successfully.

 I don't find any information about how to provision the  beaconning example and how to connect them in mesh,please help me with this

Thanks in advance. 

Parents
  • Hi Satish, 

    The provisioner in light switch example was customized for light switch application. It only looking for devices with UUID that matches with light switch client and server. And the configuration is also customized for that application. 

    If you want the provisioner to provision your beacon example, you would need to modify the provisioner and the node_setup.c and the provisioner_helper.c to match with your application. 

    Another option is to use PyACI as a generic provisioner from a PC. You can provision and configure anything you want with the PyACI. Please follow the guide here. 

Reply
  • Hi Satish, 

    The provisioner in light switch example was customized for light switch application. It only looking for devices with UUID that matches with light switch client and server. And the configuration is also customized for that application. 

    If you want the provisioner to provision your beacon example, you would need to modify the provisioner and the node_setup.c and the provisioner_helper.c to match with your application. 

    Another option is to use PyACI as a generic provisioner from a PC. You can provision and configure anything you want with the PyACI. Please follow the guide here. 

Children
Related