Search code examples
xbeezigbeenode-xbee

What channels does the xbee use to communicate?


I have some XBee3 pro, I made a network, a coordinator and 7 routers or end devices, the coordinator sends a broadcast (DL = 0xFFFF) to all the routers so that they receive the information, in the same way of some routers that need to send information, too I do a broadcast. My doubt arises in which channels the communication works, since where I will place these devices they have a system that works on channels 25 and 26 and I would not want to interfere with those channels.

What channels are used for communication between xbee's?

Is it only one channel that is used or are there several?

Is this channel fixed or are they dynamic?

Is there a fixed channel by default in which the xbee works?

In case those channels (25 & 26) are being used, how could I block those channels in the XCTU so that they are not used?


Solution

  • ATSC configures the channel mask, and ATCH reports the channel currently in use.

    This Zigbee Channels document from Digi does a good job of explaining how to configure SC. A value of 0x3FFF would mask off channels 25 and 26 and enable all other channels.