user142668
Member since Apr 2022 • Last active May 2022Most recent activity
-
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 triedBangle.isHRMOn()
to somehow get the state of LED but it turns out that this method only shows what was passed as an argument toBangle.setHRMPower(...)
(i.e.1/true
or0/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?
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)