cancel
Showing results for 
Search instead for 
Did you mean: 

How to know whether packets are transmitted via-router or not on Zigbee

TKimu.2
Associate

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.

2 REPLIES 2
lukasz2
Associate III

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.

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.