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

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

Parents Reply Children
  • 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. 

Related