Hi. I have some question.
I'm using Mesh with nRF52832.
How get address after provising?
Is there API function?
1. get or set address -> Unicast address.
2. get or set address -> Gorup address.
3. Is there procedure to get or set address?
thank you.
Hi. I have some question.
I'm using Mesh with nRF52832.
How get address after provising?
Is there API function?
1. get or set address -> Unicast address.
2. get or set address -> Gorup address.
3. Is there procedure to get or set address?
thank you.
Hi.
During provisioning, each element in a node is assigned a unicast address. When you then send a message via the unicast address, only the element with that particular unicast address will read the message. After provisioning you shouldn't change the unicast address.
You can use the nRF Mesh app to provision and configure your devices. Using the app you can assign and change the group address you want to subscribe/publish to.
We have a blog post on the nRF Mesh app here:
https://devzone.nordicsemi.com/b/blog/posts/provision-configure-and-control-bluetooth-mesh-networks-with-nrf-mesh
Best regards,
Joakim Jakobsen
Hello,
As the OP asked, I would also like to know what are the API calls for setting and getting addresses (Group, Virtual, subscription, publishing etc...) . Using the nrfMesh App is one thing. but using API calls that can allow that to happen programmatically and dynamically is another thing...
Can that be done through a nRF52 provisioner? What about changing after provisioning?
Thanks you and best regards,
//EA