2021-07-08 06:29 PM
Hi,
Now using Zigbee on STM32WB, and try to send a command to multiple nodes on broadcast or group addressing.
Is there any way to check whether packets are received via-router or directly? Thank you.
2021-07-11 11:19 PM
Hi,
I use a ZigBee sniffer to check what is going on. Did you send and receive broadcast/group command with success?
I am trying to send commands to multiple nodes but I am not receiving it on the another node. On the sniffer I can see that nothing is sent.
2021-07-18 07:59 PM
Thank you for replying.
I didn't know the sniffer for Zigbee. (I have one for BLE.)
I have not tried broadcast/group command yet. I got it that other nodes don't receive the packets maybe.
Then, is there any information in the packets received by the addressed nodes about hopping states. In BLE mesh, I've heard that the there is data like TTL (time-to-live) and API to get it.