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

Provisioner from light switch example to provision and configure himself as a client

Hello,

I am currently working on the nRF SDK for Mesh v3.1 and I am using a static provisioner as in the light switch example. I have merged the client and server functionality into one node, and my server-client nodes are perfectly able to be provisioned and configured by the static provisioner. However, I want to be able to use the provisioner as one of my server-clients as well, but it will not start the provisioning nor the configuration procedure for himself - even though I initialize him in a similar way as my other server-clients.

I am not sure how to do this. I have looked at the code from nRF SDK for Mesh v1.1 and in particular the access_setup function, but it is still not obvious for me how to adapt this example into my code. For instance, can I rewrite and use the prover_helper_provision_self() function to achieve this from SDK v3.1?

Parents Reply Children
No Data
Related