Hi all :
there are 5 ZEDs(three of them are enabled power saving,others were not ),and they are all enabled the NV_RESTORE
when they were join the ZC, i doing the “restart” on the ZC。
it means execute belowing code ,(maybe you can only disable the ZC NV_RESTORE, and do the power restart)
this issue could be happen。
uint8 pBuf = ZCD_STARTOPT_CLEAR_STATE | ZCD_STARTOPT_CLEAR_CONFIG; (void)znp_nv_write(ZCD_NV_STARTUP_OPTION, 0, 1, &pBuf); zapPhyReset(zapAppPort); return;
when i test 6 times , i found that one of the POWER_SAVING ZED could not rejoin the network (others are OK)
The ZED short address is 0xE059 at the fifth time “restart”
when the ZC finish the sixth time “restart” , the 0xE059 could not rejoin the ZC anymore ,
i saw that there is a lot of “Leave” CMD (which option include rejoin bit 0x01 and request bit 0x01 ) from ZC to 0xE059。
here is the log :1234.rar
(Ps: We could search the 12324 ,it is the begin of the issue happen )
and i wait a long time, This ZED could not rejoin the network .
so i power off the ZED and then power on, but it also could not be rejoin ,
then i turn on the permit join of the ZC, i saw that the ZED could rejoin success by using a new short address 0xBB05
so what is the cause of this issue?
why does othere ZED could rejoin success ???
BR!