How to use HRM-env event? #6493
Replies: 1 comment
-
Posted at 2023-11-13 by @gfwilliams On mine, if the watch is on its back I see it reporting The real use it for something like the flash counter though: https://banglejs.com/apps/?id=flashcount For that you have to manually configure the sensor to run faster and to turn off the green LED:
So then it'll run nice and fast (200Hz in that case) and you could use it for some kind of sensing or communication Posted at 2023-11-13 by bponce02 I'm trying to implement some type of wear detection by pulling the environment data. Maybe I'm misunderstanding how the watch does it. Do I have to rely on the other sensor to detect if something is close to the watch? I cannot replicate getting a one. Only zeros when I run the code above. I can get numbers above zero by shining my phone's flashlight, but this isn't useful for my use case. Posted at 2023-11-14 by @gfwilliams Ahh, ok - then actually all you need is:
The isWearing value is reported in HRM-raw |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-11-12 by bponce02
I've been doing some quick tests on my Bangle running 2v19. However, I'm not sure what the output of this event is supposed to mean. All I get when I run this is zeros. Is this expected functionality?
Beta Was this translation helpful? Give feedback.
All reactions