Other Parts Discussed in Thread: CC2530, Z-STACK
security network running for a long time,new devices join the network soon will automatically leave?
SECURE = 1, ZG_SECURE_DYNAMIC = 0, zgPreConfigKeys = TRUE, compile option enabled NV_RESTORE, NV_INIT.
I use NLME_PermitJoiningRequest function allows devices to join the network through the serial command . When open network permitjoin device sends beacon try
to join the network. After joining the network ,devices will conduct coordinator with heartbeat communication, other option is the default configuration.
Atfirst the network is operating normally, during many devices join the network and running for a long time ,
suddenly the new devices try to join the network after tens of seconds, they will automatically leave. Debugging found devices will enter ZDO_LeaveInd
function, but can not find where call this function. If the new device join the network, immediately turn off coordinator, then this device will always in
the network ultil the coordinator rejoin this network. So I suspect that the coordinator let the new device leave the network , but my program does not call such as ZDP_MgmtLeaveReq() function to let the devices leave the network, do anyone who have this problem? How to solve it? Packet Sniffer capture data for reference in the insert file.
Thanks !
4201.new devices join the network soon will automatically leave.psd

