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.

zstack znp和普通协调器工程区别

Other Parts Discussed in Thread: CC2530, Z-STACK

你好,我现在在学习zigbee的协调器,看到主要有3种方式实现,我使用的是ZHA的1.2的协议栈

1.直接使用带8051的内核做处理器,也就是8051+zigbeeRF功能一体来做协调器

2.使用ZNP,外挂一个mcu做处理

3.使用MT指令

疑问:我想问,

1.这3种方式可以带的入网设备有没有不同?例如第一种可以带20个终端/路由稳定;第二种是不是可以带到30,甚至50个终端/路由稳定,比较外置处理器,ROM,RAM不受限制

2.ZNP我现在使用了官网的例程,然后使用ztool来查看,但是不知道要入网设备应该如何处理,也就是使用simpleAPI如何把一个终端设备加入网络,已经配置到协调器了;