Avatar for TMQcard

TMQcard

Member since Nov 2021 • Last active Nov 2021
  • 3 conversations
  • 6 comments

Most recent activity

    • 41 comments
    • 6,254 views
  • in Bangle.js
    Avatar for TMQcard

    Hi, I am in Ireland. I tried every GPS app. it never showed me the GPS data. (Don't think it's prefix issue as I have waited for hours)

    When I tried the GPS Info app, I found there is 0 satellite.

    I wonder if it is the watch's GPS hardware issue or I just cannot use GPS as there is really 0 satellite in Ireland

  • in Bangle.js
    Avatar for TMQcard

    Thanks a lot!
    I am building my own android app to get data.
    I also would like to get the steps counter data. I don't think I can get it from advertising. As it required to be summed and reset per day. So I am thinking to get data from the ''Recorder'' app in bangle.js. How can I access the "Recorder" 's csv in Storage on my android app?

  • in Bangle.js
    Avatar for TMQcard

    Hi ,Gordon, that's all i got in 'Scanner':
    1 unknown device
    1 windows 10 device
    1 bangle.js

    I don't find any information about HR from bangle.js or unknown device

  • in Bangle.js
    Avatar for TMQcard

    Hi, I just follow the suggestion about advertising the Heart Rate.

    Bangle.setHRMPower(1,"test");
    Bangle.on("HRM", function(hrm) {
      NRF.setAdvertising({
        0xFFFF : [hrm.bpm]
      });
    });
    

    I would like to make sure if it works, how can I find the advertised HR data in NRF connect?

  • in Bangle.js
    Avatar for TMQcard

    Hi, I am currently learning Android. And I would like to build an Android app to monitor the heartbeat rate. I wonder if I can get the real-time data from Bangle.js directly, or I can only read the recorded data from the storage.

Actions