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的选择连接

是这样的,我现在是想固定协调器和endpoint的panid;

协调器的已经固定成功了,通过osal_nv_write把panid和channel固定了,然后延时500ms重启,这个是OK的了,但是在固定endpoint的时候,发现我就算改了panid和channel并且osal_nv_write成功了,但是还是会根据协调器的panid和channel来连接,并且自动更改为协调器的panid和channel;

因为我这边涉及到生产测试大批量的信号强度,所以有没有办法固定协调器的panid和channel呢?

查阅相关资料是重启就OK的,所以很困惑,望解答~