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.

如何控制节点搜索网络,降低电流?

我做了1个单火节点开关,协调器在线时,节点电流约0.5ma,日关灯工作正常,无闪灯现象。协调器离开网络后,或单火节点开关重新开机,协调器不在线,单火节点开关就不停搜索网络,电流大约30ma,日光灯有闪烁现象,目前,无办法控制节点搜索电流,只要节点停止搜索,电流就小了,无闪灯现象。现在需要解决协调器离开后,节点停止搜索网络,协调器上线,节点自动加入网络,网络通信正常。请问各位大侠有什么办法控制节点搜索网络,降低电流? 

  • /*
    * ZDApp_StartJoiningCycle
    * - Starts the joining cycle of a device. This will only continue an
    * already started (or stopped) joining cycle.
    *
    * returns TRUE if joining started, FALSE if not in joining or rejoining
    */
    extern uint8 ZDApp_StartJoiningCycle( void );

    /*
    * ZDApp_StopJoiningCycle
    * - Stops the joining or rejoining process of a device.
    *
    * returns TRUE if joining stopped, FALSE if joining or rejoining
    */
    extern uint8 ZDApp_StopJoiningCycle( void );