You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Have you tried the code above? Or you need the low power?

    The simplest method would be to just keep your own time using the RTC as a base. For instance this should work based on what you say about calibrating it:

    var bootTime = getTime();
    
    function getTime() {
      return new Date((bootTime+(getTime()-bootTime)*44/4­3)*1000);
    }
    
About

Avatar for Gordon @Gordon started