终端使用了锂电池,如果长时间不能入网, 怎样使其进入低功耗?( 比如协调器断电了)
一直在搜索网络。
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.
@th smi
首先,如果你是固定信道的话,那就不要让终端脱网后在全信道扫描(代码在ZDObject.c,ZDO_StartDevice()中 )
其次,修改f8wconfig.cfg中的参数,REJOIN_BACKOFF、REJOIN_SCAN
REJOIN_SCAN 表示搜网时间
REJOIN_BACKOFF表示每次搜网的间隔时间(如果你开启了低功耗,此时它应该进入低功耗状态)