Identify a mesh node before provisioning

Hi all,

I am doing some tests with nrf52840 and I wanted to know if it is possible to identify a node before provisioning with the new remote provisioning model. I mean, to launch the attention callback before adding a node to the bluetooth mesh network. Is there any function able to do that or is there any possible way?

Thanks in advance, Ivan

[nrf52840, latest SDK version]

Parents
  • Hi,

    The whole provisioning process is controlled from the PB-Remote Client, which communicates over the Bluetooth Mesh network with the PB-Remote Server, which has direct radio communication with the provisionee. You can do the full procedure from the PB-Remote Client as if you used PB-GATT or PB-ADV, including using attention to see which device you are about to provision. Alternatively you can filter the provisioning beacon scan on a specific device UUID to provision.

    Regards,
    Terje

Reply
  • Hi,

    The whole provisioning process is controlled from the PB-Remote Client, which communicates over the Bluetooth Mesh network with the PB-Remote Server, which has direct radio communication with the provisionee. You can do the full procedure from the PB-Remote Client as if you used PB-GATT or PB-ADV, including using attention to see which device you are about to provision. Alternatively you can filter the provisioning beacon scan on a specific device UUID to provision.

    Regards,
    Terje

Children
Related