nRF Mesh provisioner Android app not working with nRF5340

When provisioning nRF5340DK eval boards with the nRF Mesh Android app. The nRF Mesh only remembers the last node it provisioned. It shows all the Nodes but if I select any node but the last one on the list the app connects only to the last node.
exact same code but built for the nRF52840DK and the nRF Mesh app works fine.

Parents
  • After provisioning, you can see all nodes on the Network yeah, right?
    Yes, I see them all and they work as I coded them

    Each of them have a different UUID (uses different UUID in advertising when not provisioned)?
    When I click on the "Add Node" button in nRF Mesh I see all the unprovisioned nodes and there MAC Address
    and they all get increasing unicast addresses based on the # of elements in each node

    Scanner (for connecting to a provisioned node) scans for devices advertising Network ID, should display all provisioned nodes with GATT Proxy feature that are in range. Can you see all devices there?
    yes I see them all

    And no matter which one you click, it always connects to the last one provisioned?
    yes, I need to run some more tests it seems to happen when I provision the fourth device
    I will try just two devices , then add another, .....

Reply
  • After provisioning, you can see all nodes on the Network yeah, right?
    Yes, I see them all and they work as I coded them

    Each of them have a different UUID (uses different UUID in advertising when not provisioned)?
    When I click on the "Add Node" button in nRF Mesh I see all the unprovisioned nodes and there MAC Address
    and they all get increasing unicast addresses based on the # of elements in each node

    Scanner (for connecting to a provisioned node) scans for devices advertising Network ID, should display all provisioned nodes with GATT Proxy feature that are in range. Can you see all devices there?
    yes I see them all

    And no matter which one you click, it always connects to the last one provisioned?
    yes, I need to run some more tests it seems to happen when I provision the fourth device
    I will try just two devices , then add another, .....

Children
No Data
Related