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设备入网,在多个设备同时连接时,怎么合理调节入网时间

Other Parts Discussed in Thread: Z-STACK

默认DBEACON_REQUEST_DELAY=100,beacon request的发送间隔很短,入网极快,但是经常有设备无法连接上协调器。我将设备调到DBEACON_REQUEST_DELAY=1500能使多个设备连接,但是入网就变的很慢。在ZD的函数内有没有规定连接次数的函数,当一个设备连3-4次连接不上就暂停连接,延时几秒后让其他的设备连接。这样使设备入网变的简单高效。