Topic

FAQ
Login Register
ZigBee multicast
ZNS
Jul 15, 2021 15:46

/

A

/A

Hello! Are there any examples or guidelines how to create a multicast group with the API?

Thank you in advance.

SDK V3.6.6.0 TLSR8258



TL_hk Jul 16, 2021 12:07
1
/A

Reference manual: Zigbee Development Manual (CN) -> 7.6.4;

Code example: zbhci_zclHandler.c, void zbhci_clusterGroupHandle(void *arg).


Users can verify the functions with zgc tool.

7 replies
TL_hk Jul 16, 2021 12:07
1
/A

Reference manual: Zigbee Development Manual (CN) -> 7.6.4;

Code example: zbhci_zclHandler.c, void zbhci_clusterGroupHandle(void *arg).


Users can verify the functions with zgc tool.

ZNS [Author] Jul 16, 2021 19:54
0
/A

Still I have no clue how to resolve my problem. I have a registered endpoint = 0x02 and I want to add it to the group in order to receive multicast messages from coordinator. What steps should I take? I use sampleLight project as a base.

TL_hk Jul 19, 2021 17:48
1
/A

The zgc tool is in the SDK directory: (...\Zigbee_SDK_xxx\Tools\ZGC), it has a simple userguide.


As for the attached screenshots, the device should have joined the network before sending the addGroupCmd, so it's not recommended to send any command during init step.


You may try the zgc tool first.

ZNS [Author] Jul 22, 2021 16:36
0
/A

My final solution: