Other Parts Discussed in Thread: Z-STACK
Thread 中讨论的其他器件:Z-stack
您好!
我已经从 Z-Stack 3测试了 GenericApp。 我将终端设备连接到协调器。 当协调器要求终端设备离开时、终端设备不执行任何操作、仍然向协调器发出数据请求。 我已经在 Ubiqua 中检查了这一点。 为什么会发生这种情况?如何解决?
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.
器件的 NWK ID 为0x6EB0。 父路由器为0x77BF。 休假请求位于第466行。
否 我确实注意到、在这个代码之后、程序退出 ZDO_ProcessMgmtLeaveReq。
if ((ZG_build_ENDDEVICE_TYPE)&&(ZG_DEVICE_ENDDEVICE_TYPE))
{
//只有父设备可以请求离开,否则将以静默方式丢弃帧
if (inMsg->srcAddr.addr.shortAddr!=_NIB.nwkCoordAddress)
{
返回;
}
}
Zigbee 3.0规范的新部分包括 ZED、它仅接受来自其父设备 processors.wiki.ti.com/.../What's_New_in_ZigBee_3.0的休假请求命令
编辑:此主题的原始问题已得到解决,因此将关闭帖子,任何进一步的对话将在 YK 的新帖子中继续。
此致、
Ryan