• Thank you!
    I had the exact same problem draining the battery helped!
    I did not think of trying the power-off function (i only restarted multiple times to no avail).

    My cause may be similar, although i did not try power-cycling it myself.
    Instead i tried to copy the workaround from the barometer app and apparently failed.
    My pressure handler is currently

    function handlePressure(p) {
      if (p===undefined) {
        setTimeout(() => Bangle.getPressure().then(handlePressure­), 500);
        return;
      }
      [do handling here]
    }
    

    and i call it every minute by

    Bangle.getPressure().then(handlePressure­);
    

    which seems to confuse the sensor.

About

Avatar for user147320 @user147320 started