Avatar for user142668

user142668

Member since Apr 2022 • Last active May 2022
  • 1 conversations
  • 2 comments

Most recent activity

  • in Bangle.js
    Avatar for user142668

    thx, but my problem is with skin detection feature. It turns off lights, but doesn't turn them back on when put on wrist again. The only thing i can think of right now is to restart my app if there is no data coming from watch (if there are no heart rate readings)

  • in Bangle.js
    Avatar for user142668

    the green led on the back of the BangleJS2 only works when i put it on my wrist…
    i understand it comes with new firmware. But can i disable that feature?
    The problem is that when my app is running and i take off my watch, it turns LED off and after i put watch on it doesn't light up LED, so i need to close and open my app again...
    I tried Bangle.isHRMOn() to somehow get the state of LED but it turns out that this method only shows what was passed as an argument to Bangle.setHRMPower(...) (i.e. 1/true or 0/false).
    Or is there some method that would allow me to re-check if watch have been put on wrist and allow me to turn on LED lights?

Actions