Gordon Williams

Results 234 comments of Gordon Williams

Are all your apps up to date? I just tried this and it worked fine for me. * Alarms -> New -> Alarm -> 14:06 * Confirm * New ->...

I'm not too sure on this... I feel like this is a feature nobody has actually asked for or needed to date? It's also going to be tricky to do...

Hi - thanks - as mentioned there are some attempts to improve this (above). One issue you may be hitting is that the initial filter is designed for 50Hz but...

> Looks like the interval was reduces from 50Hz to 25Hz quite recently The *reported* interval was, and on Bangle.js 2 kickstarter version it was dropped. All Bangles since the...

> I tried to set it to 20 - now I see 40 to 60 bpm with Confidence around 60-70 % (there is no way for me to have 40...

Test harness now at https://github.com/gfwilliams/EspruinoHRMTestHarness More info in http://forum.espruino.com/conversations/373033/#comment16554946

I should add that since this the last post on this bug report I've completely changed the HRM algorithm to a binary blob one supplied by the manufacturer of the...

When exactly was it working? Because the binary blob was added a year ago. The HRM detects wear by whether it's getting any reflection from the IR LEDs or not...

The code that checks is at https://github.com/espruino/Espruino/blob/master/libs/misc/hrm_vc31.c#L376-L412 You could check your psValue/envValues from HRM-RAW events and see if they can be tweaked, but the values I used are the ones...

Thanks! Yes, it'd be really good to just use `Bangle.getHealthStatus("day").steps` where possible - only downside is it forgets after the watch does a full reboot (it could be fixed in...