Hardware:
- Raspberry Pi Zero W
- nRF52840 DK running Serial Example and connected to RPi via USB
- Custom nRF52840 board acting as a Vendor Model Server x 2
Software:
- nRF SDK for Mesh v5.0.0
I realise there are multiple tickets with the same topic but I'd like a response to a more recent version of the SDK. I have two provisioned vendor server models that I want to make a group of but no documentation is provided in the Interactive PyACI tutorial. I'd then like to send a message to this group and hopefully receive acknowledged replies. It is not exactly clear where to start.
From what I understand I need to:
1) Create a group
2) Give it a group address id and get the address handle
3) Use the configuration client to make the Servers subscribe to messages from the group
4) Send the message to the group address handle
How do I do this using interactive_pyaci and the serial example?
