This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ZigBee: Can't join when multiple channels used

When I call:


zb_set_network_ed_role(ZB_TRANSCEIVER_ALL_CHANNELS_MASK);


to search for a network across all of the possible channels I can't connect. I can only connect when using a single channel, e.g.:


zb_set_network_ed_role(1<<15);


Why is that? Does the API handle multiple channels?

Parents Reply Children
Related