• Hi - are there RTS/CTS pins on the HM-10? If so, just add some code like:

    setWatch(function(e) {
      digitalWrite(CTS, e.state);
      setDeepSleep(!e.state);
    }, RTS, {edge:"both", repeat:true});
    
About

Avatar for Gordon @Gordon started