Avatar for Waffle

Waffle

Member since Apr 2020 • Last active May 2020
  • 1 conversations
  • 8 comments

Most recent activity

  • in Bangle.js
    Avatar for Waffle

    Entering:

    Bangle.setGPSPower(1);
    Bangle.on('GPS-raw', function(gps) {
      if (Date().getSeconds() % 5 === 0){
        print(gps);
      }
    });
    

    also outputs:

    $GNRMC,,V,,,,,,,,,,N*4D
    $GNVTG,,,,,,,,,N*2E
    $GNGGA,,,,,,0,00,99.99,,,,,,*56
    $GNGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*2E
    $GPGSV,1,1,00*79
    $GNGLL,,,,,,V,N*7A

    every 5s

  • in Bangle.js
    Avatar for Waffle

    "Updated" the software to 2v05.1 -> no fix; did the above step again -> no fix;
    then I deleted all apps and clicked install favorite apps and that fixed it!
    until I reset again and now it's back at "searching for GPS time" -_-

  • in Bangle.js
    Avatar for Waffle

    Deleted all apps again now and just installed bootloader and a clock and still got "searching for GPS time".

  • in Bangle.js
    Avatar for Waffle

    Looks like me and karttu have the same problem. I can relate to what he is saying. But I can't confirm

    For Bluetooth Music Control I enabled HID mode and I think after
    installing GPS Info the watch went into this 'Searching for GPS time'
    mode.

  • in Bangle.js
    Avatar for Waffle

    I'm sorry that I wasn't clear enough. With "reset" I meant exactly that: https://www.espruino.com/Bangle.js#reset­ting-without-loading-any-code and then I did "Install Default Apps". And with

    "BTN1 + BTN2 doesn't help either"

    I meant it will reset my watch yes, but then it just goes back to "searching for GPS time".

    Also the first time this "bug" happened I had the standard version of espruino (the one it got send with) and then I updated to the latest unreleased ver: 2v05.436 (which I still have).

  • in Bangle.js
    Avatar for Waffle

    And no I can't do anything right now. Long press BTN3 or BTN1 + BTN2 doesn't help either

  • in Bangle.js
    Avatar for Waffle

    When did you receive the watch? Did any app or widget work? Do you have access to any of those now? Were any of the items within this thread attempted?

    Received it about 2 weeks ago and everything worked (beside the beep but that's fine). Than the same GPS Time "Bug" happened and I reset the watch and redownloaded everything and that fixed it (for some time it seems), but I don't want to do that every time now.

  • in Bangle.js
    Avatar for Waffle

    My Watch is stuck at "searching for GPS time" for about ~5 days now. I was also wearing it outside and had it on my balcony for ~6h. Also no fix.
    Am I missing something?

Actions