How can two different provisioner add new node to same ble mesh network? I guess i can do that by config the same netkey for two provisioner
How can two different provisioner add new node to same ble mesh network? I guess i can do that by config the same netkey for two provisioner
Hi Tuan,
Yes, it's possible to have multiple provisioners in the same network. And you are correct that you just need to have the same netkey for two provisioners.
In addition you need to define different address domains for each provisioner, so that they don't assign same address to different nodes.
Hi Hung,
For the above mention "In addition you need to define different address domains for each provisioner", which API can assign a new address for provisioner? My 52840 flashed a serial example(nrf5_SDK_for_Mesh_v5.0.0_src\examples\serial) as a provisoner.
Thanks.
Best regards,
Oplinux
Hi Hung,
For the above mention "In addition you need to define different address domains for each provisioner", which API can assign a new address for provisioner? My 52840 flashed a serial example(nrf5_SDK_for_Mesh_v5.0.0_src\examples\serial) as a provisoner.
Thanks.
Best regards,
Oplinux
Hi Oplinux,
There is no API, but you need to configure the code of the provisioner to start at a certain address.
In Interactive pyaci it's the __next_free_address inside the provisioning.py. By default it starts from the low_address of the provisioner (0x0010) and continue incremental from that.
If you have multiple provisioners you may want to define different start addresses.