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.

EndDevice节点设备入网后正常发送Data Request,持续约5秒左右又开始发送BeaconRequest请求,又重新入网,这是什么原因呢?

EndDevice节点设备入网后正常发送Data Request,持续约5秒左右又开始发送BeaconRequest请求,又重新入网,这是什么原因呢?以上现象是不断循环,不太明白,求教下,并且如何能够保持网络。

  • 强调一点,下一次有问题请把抓包文件用附件上传,万分感谢!

    网络有没有使能加密,两边的key都一不一样。

    可能是节点入网以后,但是因为没有通过

    节点在入网以后,需要等待truste center的认证authenticatation

    void ZDApp_ProcessNetworkJoin( void )

    if ( ZG_SECURE_ENABLED && ( ZDApp_RestoreNwkKey() == false ) )
    {
    // wait for auth from trust center!!
    devState = DEV_END_DEVICE_UNAUTH;

    // Start the reset timer for MAX UNAUTH time
    ZDApp_ResetTimerStart( 10000 );//MAX_DEVICE_UNAUTH_TIMEOUT );
    }