为什么我的router不能上线,router有beacon,coord也有beacon,但是就没下文了!!!
还有抓包的消息不能添加附件,添加附件就不能发表了!!
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.
您应该先打开您的协调器的 Permit join
另外您是可以上传抓包文件的,请问您在上传时出现了什么错误?您是哪种格式上传的?
如果你是zigbee3.0协议栈,你建立网络时候不要掉用:BDB_COMMISSIONING_MODE_NWK_STEERING
如果使用会执行下面的程序:
void bdb_nwkSteeringDeviceOnNwk(void)
{
zAddrType_t dstAddr;
dstAddr.addr.shortAddr = NWK_BROADCAST_SHORTADDR_DEVZCZR;
dstAddr.addrMode = AddrBroadcast;
// Trust Center significance is always true
ZDP_MgmtPermitJoinReq( &dstAddr, BDBC_MIN_COMMISSIONING_TIME, TRUE, FALSE );
}
//Constants used by all nodes
#define BDBC_MIN_COMMISSIONING_TIME 180 // 180 seconds