• Hi,
    I deleted all of my own code, to be sure errors in there weren't interfering. On 2v12.89, the code above results in this:

    >setInterval(() => {
    :  Bangle.getPressure().then(d => {
    :    console.log(d);
    :  });
    :}, 10 * 1000);
    =3
    { "temperature": 0, "pressure": 0, "altitude": 0 }
    { "temperature": 0, "pressure": 0, "altitude": 0 }
    { "temperature": 0, "pressure": 0, "altitude": 0 }
    { "temperature": 0, "pressure": 0, "altitude": 0 }
    { "temperature": 0, "pressure": 0, "altitude": 0 }
    

    Could the sensor have gotten damaged? Just 2 days ago, the barometer was working, and matching wonderfully with the local met office readings.
    Greetings,
    Indriði

About

Avatar for Indridi @Indridi started