Avatar for _pasi

_pasi

Member since Apr 2022 • Last active Mar 2023
  • 4 conversations
  • 16 comments

Most recent activity

  • in Bangle.js
    Avatar for _pasi

    I let it dry for a few days, but nothing happens.

    from what i could see, it seams like there isn't a membrane anymore 🙈 probably that's the issue. I only left it on for handwashing, etc.

    a half price sounds good 👍 Thanks a lot 😊

  • in Bangle.js
    Avatar for _pasi

    Hey @Gordon,

    did you found any source or solution for this Issue ?
    It seams like that my watch has the same issue after over a year of daily use :(.

  • in Bangle.js
    Avatar for _pasi

    ah, okay.
    Has anybody an idea what else it could be ?

  • in Bangle.js
    Avatar for _pasi

    I had a look at the Gadgetbridge log, and i counted the steps.

    Banglejs: 1345
    Gadgetbridge App: 163
    Gadgetbridge Log: 953

    Here is a little snippet from the log. It looks wrong to me, that the accual message is interrupted ?

    15:09:40.284 [Binder:1204_1] INFO  n.f.g.s.d.b.BangleJSDeviceSupport - UART RX LINE: {"t":"status","bat":86,"chg":0}
    15:09:40.286 [Binder:1204_1] INFO  n.f.g.s.d.b.BangleJSDeviceSupport - UART RX JSON parsed successfully
    15:09:40.289 [Binder:1204_1] INFO  n.f.g.s.AbstractDeviceSupport - Got BATTERY_INFO device event
    15:09:40.329 [main] INFO  n.f.g.s.DeviceCommunicationService - Setting broadcast receivers to: true
    15:09:40.332 [main] INFO  n.f.g.u.GB - not sending API event due to settings
    15:09:40.332 [main] INFO  n.f.g.s.d.b.BangleJSDeviceSupport - ACTION_DEVICE_CHANGED Verbunden
    15:09:40.333 [main] INFO  n.f.g.s.r.AutoConnectIntervalReceiver - will reset connection delay, all devices are initialized!
    15:09:40.549 [main] DEBUG n.f.g.e.NotificationListener - Notification 1 posted: com.espruino.gadgetbridge.banglejs: null
    15:09:40.550 [main] DEBUG n.f.g.e.NotificationListener - notificationAppListIsBlackList: true
    15:09:40.555 [main] INFO  n.f.g.e.NotificationListener - Ignore notification: com.espruino.gadgetbridge.banglejs
    15:10:00.596 [Binder:1204_1] DEBUG n.f.g.s.b.BtLEQueue - characteristic changed: 6e400003-b5a3-f393-e0a9-e50e24dcca9e value: 0x0d 0x0a 0x7b 0x22 0x74 0x22 0x3a 0x22 0x61 0x63 0x74 0x22 0x2c 0x22 0x73 0x74 0x70 0x22 0x3a 0x37
    15:10:00.597 [Binder:1204_1] INFO  n.f.g.s.d.b.BangleJSDeviceSupport - RX: 
    {"t":"act","stp":7
    15:10:00.598 [Binder:1204_1] INFO  n.f.g.s.d.b.BangleJSDeviceSupport - UART RX LINE: 
    15:10:00.610 [Binder:1204_1] DEBUG n.f.g.s.b.BtLEQueue - characteristic changed: 6e400003-b5a3-f393-e0a9-e50e24dcca9e value: 0x36 0x2c 0x22 0x68 0x72 0x6d 0x22 0x3a 0x33 0x38 0x2e 0x32 0x7d 0x0d 0x0a
    15:10:00.611 [Binder:1204_1] INFO  n.f.g.s.d.b.BangleJSDeviceSupport - RX: 6,"hrm":38.2}
    

    Gadgetbridge settings:

    • text as Bitmap: true
    • larger MTU: false
  • in Bangle.js
    Avatar for _pasi

    My Playstore updates the apps automatically and the bangle.js apps i update at least every 2 weeks.
    i can only compare the steps from October, but when i look into the Gadgetbridge stats, it seams like the issue started mid/end September.

  • in Bangle.js
    Avatar for _pasi

    Hey together,

    i experienced since a few weeks ago, that in my Gadgetbridge (Version 0.71.2a-banglejs) that the steps are way to low (see table below).
    First i thought that the Bangle.js 2 does not count the steps correctly, but i had a look at the watch and there it seams more realistic (see table below).

    Most of the time, (i would guess 90%) of the day the Bangle has a connection to Gadgetbridge.

    Does someone else experience the same issue ?
    How could i test more where the issue is ?

    Thanks already for your help :)

  • in Bangle.js
    Avatar for _pasi

    Hey together,

    currently i am trying to develop an App, that checks for updates on other apps and notifys, if there are any.
    This is done with the new Bangle.js Gadgetbride version and internet access.
    Later i would like to automate that with the schedular lib.

    I have the thing up and running, and everything works fine, if i upload it directly from the IDE into the RAM.
    But when i install the app from the App loader, i dont get the Event, that GB sends to me.

    I think it has something to do with how functions are stored, triggered, and so on. I just don't fully understand how it works.
    Also when i trigger the download from the app, the first download works. But when i trigger the same function from the Settings app, it doesn't. Think that has also something todo with that.

    Would be thankfull for an explanation of how the functions are stored in memory/ram, so on.

    If you want to check my code: https://github.com/xxpasixx/BangleApps/t­ree/master/apps/updateNotifier
    And here is the App: https://xxpasixx.github.io/BangleApps/?q­=update%20notefier

    Thanks for your help.

    • 2 comments
    • 441 views
Actions