Xbee 3 micropython disappear from network but device is still found using XCTU

Hi all,

I am currently creating a simple device using XBee 3 Digimesh 2.4 procotol. All it does is read a button and listen to a broadcast message and flash some led.

I’ve got the micropython code up and running perfectly, however, the XBee 3 module seems to always disconnect from the network. I can confirm that the micropython code is still running as the led are reacting to the button input, but it doesn’t seem to be receiving any messages. I tried hooking up the UART and find it on XCTU and I was able to discover and read all the configuration.

Using another XBee 3 module to discover devices on the same network doesn’t return anything.

It seems like the XBee 3 module is running, micropython code is running but it is not connected to the network.

Any solution or idea about this problem?

Thanks.

Please contact Digi Support for this issue.

I have this issue frequently. A few things i have noticed causing a problems.

Setting xbee.idle_radio(True) will not allow other units to send messages to that device, or find it with node discover. ALSO, that particular xbee will not find anyone else with its node discover, xbee.discover()
Setting xbee.idle_radio(False) brings it back inline when that is the issue.

The other problem i find gets me in a no-rf traffic state seems to be related to the CCA mechanism. The CA values for Xbee3 are less tolerant to noise and it seems like if it “fails” (increments up the CCA failures in EC) too many times it is left in a dead state. I have no figured out how to recover without a reboot. Setting CA=0 (disable) has seemed to be helpful in stopping it from happening, but it might just take longer to get there. You have to set CA=0, store it with WR and reboot.
When in this state, even trying to send BROADCAST messages were saying “ETIMEDOUT” and the EC value would go up by 3, no data would be sent out the RF

I agree, I tried it and it was successful. it is really time consuming!https://word-unscrambler.io