Other Parts Discussed in Thread: CC2530
怎么实现cc2530终端节点 的远程控制复位?因为项目要求终端节点是在高压环境下比较危险不能手动复位,所以想实现远程控制进行复位
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: CC2530
怎么实现cc2530终端节点 的远程控制复位?因为项目要求终端节点是在高压环境下比较危险不能手动复位,所以想实现远程控制进行复位
可以在收到指定无线数据包之后执行软件复位
软件复位可以调用OnBoard.h中的宏函数SystemReset()。
您说的是进入睡眠模式?可以设置睡眠定时器定时唤醒查看是否有消息
每个工程内都有的
您也可以通过 Edit-->Find and Replace-->Find in Files 来进行查找