Other Parts Discussed in Thread: Z-STACK
我想通过串口设置路由器切换成协调器,创建新的网络,要如何实现?求大虾指点迷津,谢谢
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.
Other Parts Discussed in Thread: Z-STACK
我想通过串口设置路由器切换成协调器,创建新的网络,要如何实现?求大虾指点迷津,谢谢
我希望是动态控制,串口给个指令,路由器收到后按协调器配置重启,不知道怎么实现?
如果您想通过UART命令进行修改节点类型的话,您需要使用MT_SYS接口。具体内容您可以查看Z-Stack Monitor and Test API 44页。
Before the device type is changed, the entire NV NIB database must be cleared.
If you expose the MT_SYS interface, device type can be changed with UART commands.