You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Great! Well, it still seems to be working at the moment! Although it looks like you may have had to restart it? :)

    I did some more work on CC3000, so you might find that the latest version is a bit more reliable as well. It'll only remove the single interval when there is an error - so if you do the following then it should always keep working:

    setInterval( function() {
      setTimeout(function() {
       // set up WiFi and send reading here
      }, 10);
    }, 60000);
    
About

Avatar for Gordon @Gordon started