I have two Zigbee modules:
Probee ZU10 https://www.tigal.com/product/2093
Xbee Series 2 http://www.digikey.com/product-detail/en/XB24-Z7WIT-004/602-1098-ND/1942304
I want to communicate with these two Zigbee modules. Is this possible?
I have two Zigbee modules:
Probee ZU10 https://www.tigal.com/product/2093
Xbee Series 2 http://www.digikey.com/product-detail/en/XB24-Z7WIT-004/602-1098-ND/1942304
I want to communicate with these two Zigbee modules. Is this possible?
是的,如果它们都配置为同一个 ZigBee 网络,应该是可能的。请注意,您需要ATZS
在 XBee 模块上设置为 2,因为您将使用 ZigBee 标准而不是运行专有的 XBee 网络。您将无法发送远程 AT 命令,或使用 XBee 模块的“透明串行”集群。您需要有一个支持 ZigBee 标准的 ZDO 和 ZCL 协议层的 XBee 主机库。
如果您使用 C,您可以使用GitHub 上的这个开源库,其中包括 ZDO 和 ZCL。