You are reading a single comment by @myxor and its replies. Click here to read the full conversation.
  • I tried to run with my Bangle.js 2 today but wasn't able to get a GPS/GNSS fix in several minutes, also trying multiple reboots (which helped before most of the time).

    Then i started the GPS info app and see no fix again after being outside for quite some times.

    Then i tried

    Bangle.on('GPS', (f)=>{console.log(f);} );
    Bangle.setGPSPower(1);
    

    from https://github.com/espruino/BangleApps/w­iki/GPS-Issues via the WebIDE but i don't see any GPS event coming in.

    Can it be that my GPS/GNSS module is broke?

About

Avatar for myxor @myxor started