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

Provisioning & configuring client element on a Provisioner

Hi,

We would like to add another element to the provisioner. Is there an example how to provision and configure a client element on a provisioner node using the new SDK/SoftDevice?

(using nRF52840, SDK15.2, Mesh 3.0.0)

Thanks a lot.

Parents
  • Hi Lukas, 

    You would need to setup the element and model locally. You can chose to have the client model on the same (primary) element as the provisioner or have  it on a secondary element. In our Mesh SDK v1.0.1 we used to have the provisioner on the same node as 4 other light switch client (5 elements on one node). You can have a look at the source code of the provisioner+client exampel in SDK v1.0.1 . Please look for function access_setup() in main.c 

Reply
  • Hi Lukas, 

    You would need to setup the element and model locally. You can chose to have the client model on the same (primary) element as the provisioner or have  it on a secondary element. In our Mesh SDK v1.0.1 we used to have the provisioner on the same node as 4 other light switch client (5 elements on one node). You can have a look at the source code of the provisioner+client exampel in SDK v1.0.1 . Please look for function access_setup() in main.c 

Children
No Data
Related