• Hi Gordon,

    Thanks for the reply (and apologies for not putting this in the right place, wasn't sure where the best place to put it was).

    Well I did find this thread and as a result I actually already tried the approach you've suggested but to no avail. The only difference in the other thread is they've got pretty much all the code in onInit as opposed to including Ruuvitag outside i.e.

    function onInit() {
          var Ruuvitag = require('ruuvitag');
          Ruuvitag.setEnvOn(true);
          setInterval(function() {
            console.log(Ruuvitag.getEnvData());
          }, 5000);
    }
    

    I will try with exactly the sample you've suggested if you think it would make the difference, however, failing that do you have any other ideas? From the looks of the other thread it seems like it's a limitation from the Ruuvi side?

About

Avatar for jamesh @jamesh started