Thread 中讨论的其他器件: Z-stack
您好!
我将 cc2538-cc2592 emk 作为协调器(z-stack 3.0) 、将 cc2650emk 作为终端器件(z-stack 1.2.2a)。
终端设备会加入网络、但协调器会在加入后移除终端。问题可能出在哪。
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.
您必须允许传统器件加入 Zigbee 3.0网络、由于新的 Zigbee 3.0安全方案、这些器件被拒绝。 您可以通过在 bdb_interface.h 中将 BDB_DEFAULT_TC_require_key_exchange 设置为 false 来允许旧设备加入
您可以在此处阅读有关 Zigbee 3.0更改的更多信息:
http://processors.wiki.ti.com/index.php/What%27s_New_in_ZigBee_3.0
我发现下面提到的帖子很有用
在 ZC(z-stack 3.0)上将 BDB_DEFAULT_require_key_exchange 设置为 false 后,终端设备将保持在网络中,但现在 z-stack 3.0路由器未加入网络。
路由器不发送关联请求。
以前它能够加入网络。
我还尝试 在 ZR (z-stack 3.0)上将 BDB_DEFAULT_TC_REGAL_KEY_EXCHANGE 设置为 false、但它(ZR) 仍然不会加入网络