How can I create groups in a ZigBee PRO network to multicast these groups from the coordinator?
I am using XBee s2 modules in API mode.
I want send only one multicast message that has multiple nodes as the destination; some kind of broadcast message but not for all devices. I think that the 16-bit address is for this propose, but I can't change the 16-bit address.
Is there any functionality to create groups in ZigBee pro?
Using c# I was able to create a datagridview table with multiple xbee modules in it. Using their 64bit addresses and a column that I could use to group specific modules together (ie. group A, B, C, etc) I was able to loop through the table and communicate to a specific group.