Does it possible to send a message to all listener on DigiMesh?

Hi,

I just want to know if I can send a message to all Xbee DigiMesh on my mesh network?

Best regard,

Nicolas

1 Like

You can broadcast to all by sending to the broadcast address.
In transparent mode set DH to 00000000 and DL to 0000FFFF.
In an API packet Use 000000000000FFFF for the 64 bit address field and FFFE in the 16 bit address field.

2 Likes