Thread 中讨论的其他器件:SysConfig、 Z-stack、
您好!
我想 通过大型 Zigbee 网络(协调器和50个路由器)尝试多对一路由。
此处对其进行了介绍:
我应该如何在 SysConfig 中启用它、对于协调器和路由器都是如此?
是否有适用于此设计的样片?
Br、
尤卡
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.
您好、Ryan、
好的、谢谢。 在所有目标器件中、最老的器件是 CC2538、所以我们先来重点看一下。 我通读了"Z-Stack 3.0.2\Documents\Z-Stack 3.0 Developer's Guide.pdf"的5.4节。 与我的第一次参考相比,似乎只有微小的差异。
第5.4节多次提到"集中器"、因此我假设 必须在 f8wCoord.cfg 文件中设置 CONCLUSTER_ENABLE (在第5.5节中描述)、才能 激活多对一路由。
但是、在协调器和路由器实现中、我还需要更改什么其他设置呢?
是否有可用于多对一路由的样片?
Br、
尤卡
您可以在 Components/stack/sys/ZGlobals.h 中找到大多数集中器定义
// Concentrator values #if !defined ( CONCENTRATOR_ENABLE ) #define CONCENTRATOR_ENABLE false // true if concentrator is enabled #endif #if !defined ( CONCENTRATOR_DISCOVERY_TIME ) #define CONCENTRATOR_DISCOVERY_TIME 0 #endif #if !defined ( CONCENTRATOR_RADIUS ) #define CONCENTRATOR_RADIUS 0x0a #endif #if !defined ( CONCENTRATOR_ROUTE_CACHE ) #define CONCENTRATOR_ROUTE_CACHE false // true if concentrator has route cache #endif // The hop count radius for concentrator route discoveries #if !defined ( CONCENTRATOR_RADIUS ) #define CONCENTRATOR_RADIUS 0x0a #endif
您也可以松散地遵循以下应用报告中的建议:
https://www.ti.com/lit/pdf/swra427
https://www.ti.com/lit/swra650
此致、
瑞安