This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello TI,
I want my end device to rejoin the network just after it leaves the network without restarting.
I use ZDO_StartDevice api inside ZDO_LeaveInd leave callback function but nothing happens.
I also tried NLME_ReJoinRequest but nothing happens.
please help me in how to let a node join the network directly.
Regards
SS
Hi,
How did the end device leave the network ? - Was MGMT_LEAVE_REQ sent to the end device from coordinator ? Are you using smartRF05+CC2530EM ?
Saurabh
Hello
Yes. I am using MGMT_LEAVE_REQ from coordinator to end device.
you using smartRF05+CC2530EM ? Yes I am using CC2530 + smartRf05 board.
Best Regards
Shekhar Shakti
HI,In case you already have Home Automation 1.2.1 installed from http://www.ti.com/tool/z-stack, please refer to document 'Z-Stack Monitor and Test API.pdf' . ZDO_MGMT_LEAVE_REQ can be sent with 'rejoin' option. Do you have this enabled ?
Thanks,
Saurabh
Thanks Saurabh
Actually I am modifying the leave callback function ZDO_LeaveInd in SampleLight application.
As ZED leave the network this callback get executed and so I want my ZED to rejoin The same network again.
Best Regards
SS