Is there a way to broadcast message in ZigBee network using STM32WB or somehow get end devises list?
I have a network consisting of a Amazon Alexa coordinator and couple of end devices. And I need to communicate somehow between end devices directly, without coordinator. So I am trying to use APS functionality. But when I try to use the broadcast address I get an error in the terminal. Is there any example of how to do this?
Also when I try to use group addressing I receive invalid argument in response (of course I made group address init as shown in Onn_Off example in repo).
So if I want to create a custom cluster - how can I use group addressing or broadcasting?
Is it right that this functionality of ZigBee not supported?
