Thread 中讨论的其他部件:、 Z-stack
当前的 SDK 支持 Google Thread、但无关紧要。 支持至关重要。 我希望 CC2652P 能够在 DMM 模式下同时运行 Matter 和 Zigbee。
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.
您好!
当 Matter 规范/代码库最终确定时、我们的公共 SDK 将支持 Matter。 在此之前、您可以申请工程 SDK 以使用 Matter 示例;有关详细信息、请参阅此页面的自述文件 :https://github.com/project-chip/connectedhomeip/tree/master/examples/lock-app/cc13x2x7_26x2x7
要运行 Matter SoC、需要704K 器件(例如 CC2652P7)。
[引用 userid="89974" URL"~/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum 1062975/cc2652p-when -we-sdk-support-Matter "]我希望 CC2652P 能够在 Matter 和 Zigbee 的 DMM 模式下运行。您能解释一下这意味着什么吗?
您是否意味着 Matter 和 Zigbee 同时在同一器件上运行?
谢谢、
Toby
感谢您在这里的讨论!
是的、Matter 和 Zigbee 之间的网关/桥最有意义。
大多数网关都具有某种主机+无线电架构。 例如、Thread 具有 Thread 边界路由器(ot-br-POSIX)、该路由器由 Linux 主机+ Thread RCP、Zigbee 具有 Linux 主机+ ZNP、15.4协议栈 Linux 网关具有 Linux 处理器+ 15.4协处理器组成。
正如黄先生所提到的,可能可以使用两个无线电解决方案。 我们需要了解案件组如何解决这一问题。
是的、这就是挑战。 Matter 使用的是 openthread、它具有自己的 MAC 函数: https://github.com/openthread/openthread/tree/main/src/core/mac
但对于 Zigbee、Z-Stack 使用 TI 15.4 MAC。
[引用 userid="89974" URL"~/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum 1062975/cc2652p-when -we-sdk-support-Matter / 3935150#3935150"]Linux 主机+ ZNP 时、必须处理 ZCL 协议。 我认为 ZigBee-SoC 可以帮助 Linux 主机处理一些 ZCL 协议(例如读取属性、写入属性)是更好的。 Linux 主机只需指示协调 UART 所需的属性。当然、在主机和无线电之间分配 Zigbee 协议的方法也不同。 但我认为对于 ZNP、它应该只运行网络层、所以可能所有 ZCL 都应该位于主机上。 主机可能比 ZNP 更富资源。