Part Number: LAUNCHXL-CC26X2R1 Hello,
I am working with simplelink_zigbee_sdk_plugin_2_20_00_06 and using the zed_switch_ota project. I have a znp and my zed joins successfully and works fine. Problem is when my znp is turned off the zed continuously…
Those two defines map to "uint32 zgDefaultRejoinBackoff = REJOIN_BACKOFF;" and "uint32 zgDefaultRejoinScan = REJOIN_SCAN ;". The max allowable value is uint32.
They are controlled by the following two defines in f8wconfig.cfg of Z-Stack Home 1.2.2a
/* Rejoin retry backoff silent period timer duration in milliseconds - default 15 minutes according to HA test spec */
-DREJOIN_BACKOFF=900000
/* Rejoin retry…
Perhaps you can try increasing REJOIN_BACKOFF/REJOIN_SCAN. Since you're taking one of the routers (probably 0x4C3F as indicated by packets 277-281) out of the network, all of that router's children will send rejoin the network (the orphan notifications…
They are controlled by the following two defines in f8wconfig.cfg of Z-Stack Home 1.2.2a
/* Rejoin retry backoff silent period timer duration in milliseconds - default 15 minutes according to HA test spec */
-DREJOIN_BACKOFF=900000
/* Rejoin retry…
Other Parts Discussed in Thread: Z-STACK , CC2530 Hello,
I'm using CC2530 based on the Temperature Sensor sample of Z-stack Home 1.2.2.
I changed the values of REJOIN_SCAN and REJOIN_BACKOFF to save power when the ZC is off. But what I see is that…