Help with Static Provisioning and Group Configuration in Bluetooth Mesh (nRF SDK / Zephyr)

Hello,

I’m currently working on a Bluetooth Mesh project using Nordic Semiconductor devices, and I would like to get guidance on static provisioning and group-based communication without using the nRF Mesh mobile app.

Specifically, I want to understand:

1. Which Zephyr or Nordic sample I should use to implement a static provisioner in code (instead of using the mobile app).
2. How to configure and assign a group address in this static provisioner setup.
3. How to add devices (nodes) into the configured group programmatically.
4. How to send mesh messages to that group.

I am using the nRF52 DK as the provisioner and Thingy:52 as the nodes.

Any suggestions, sample code references, or best practices would be greatly appreciated.

Best regards,
vamsi pamsietty

Related