Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

[Mesh Sdk] Add an existing provisioned device to a provisioner

Hi,

I have setup a provisionner with the sdk example that can provision devices. For that the provisioner scan unprovisioned devices and can start a provisioning process from the device id got from the unprovisioned beacon.

I have nodes that have been configured by the provisioner but for some reason (its not a problem, just a feature that a I develop for some needs), the provisioner lost informations about this nodes and so, can't communicate with this nodes.

The provisioner hasn't been reset and have the same keys configured (app, dev, net).

The nodes hasn't been reset and its always provisioned.

My question is :

Is it possible to re add the device to the provisioned node list of the provisioner in order to be able to communicate again with ? (The provisioner know the device mesh uuid and old unicast address of the device)

Regards

Board used :

- Nrf52840 evaluation board

Sdk used :

- nRF5_SDK_16.0.0_98a08e2

- nrf5_SDK_for_Mesh_v4.2.0_src

Related