Hi all
i have a test about how zigbee link
here is the post : e2e.ti.com/.../addpost
and when doing the test , i hava some question about the permitjoin action、
1. i was shut down the ZC , while ZR1 success joining the network, and then open the permit join as coding like below :
if (keypress)
{
NLME_PermitJoiningRequest(200);
}
but there is nothing being catched in ubiqua, i could only see that the ZED get a association , but do not success join the network
as the picture shows it was always being grey
Question 1 : is that enough only using the NLME_PermitJoiningRequest() to enable permitjoin?
Question 2 :what is the different between NLME_PermitJoiningRequest() and ZDP_MgmtPermitJoinReq()
i saw the all of them were used in EZMODE.C file
but there is only using ZDP_MgmtPermitJoinReq() in SW_sample.C
Question 2 : when finish execute NLME_PermitJoiningRequest() ,why there is nothing being catched in ubiqua ?
Question 3 : why does the ZED could not join network ZR?
2. when i power on the ZC, the ZED success joining the network , But it was not go through ZR, it was joining network directly
Question 5 : what does update device means ?
here is the log :123.rar