Other Parts Discussed in Thread: CC2531
hello TI
I have CC2531 connected to RPi( Z-STACK-LINUX-GATEWAY:) and work as a ZC
Once Network formed and ZED(which has SampleLight app running) connected to ZC, I remove the ZED.
Now in leave callback at ZED side(ZDO_LeaveInd) I am invoking EZ mode so that my ZED can rejoin the network.
But it go back to reset after invoking following code in zcl_InvokeEZMode
if(zclEZModeState != EZMODE_STATE_READY)
{
zcl_SetEZModeError ( EZMODE_ERR_CANCELLED );
zcl_SetEZModeState ( EZMODE_STATE_FINISH ); // needed to shut down timers, turn off joining, etc...
return;
}
I check the state of EZ Mode. It is in EZMODE_STATE_IDENTIFYING
Now please help me to make my ZED to rejoin the ZC in EZ mode.
Regards
SS