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

BLE mesh - Send message from Provisioner to a specific node

Hi,

Can we send a message from a Provisioner to a Unicast address in a mesh network?

I'm using nrf52832 and can send orreceive message between nodes in the mesh but I do not know if the provisioner can send a message to a specific node.

Hope to get response!!

Thanks in advance.

Parents Reply Children
  • Thanks.

    Still not sure what kind of message you are looking to send from the provisioner.
    When mention the Android app, are you then talking about our nRF Mesh app and using that as the provisioner?

    You could base your application on our light switch examples. And you can solve this by configuring the nodes to send and on/off message to the unicast address of the desired node on the event of a touch sensor. This process can be repeated over and over again if you don't the sequence to be randomized. You can use the Android app to configure the nodes with regards to which node it should publish messages to and what addresses to subscribe to.

    Best regards,
    Joakim Jakobsen

Related