@Gordon yeah, I've been reading through the specs (and parsing existing data).
I know (hmm "know", not sure that's accurate!) that sending a value of 0x06, 0x2c should send the right flags to say the heart_rate monitor is connected and the heart rate is 44bpm.
Which does kinda work, but I also believe the device needs to advertise it has heart_rate services - which this doesn't seem to be doing, otherwise filtering for the service doesn't seem to work (or certainly the demo page I'm working from doesn't see it)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@Gordon yeah, I've been reading through the specs (and parsing existing data).
I know (hmm "know", not sure that's accurate!) that sending a value of
0x06
,0x2c
should send the right flags to say the heart_rate monitor is connected and the heart rate is 44bpm.I was thinking something like this:
Which does kinda work, but I also believe the device needs to advertise it has heart_rate services - which this doesn't seem to be doing, otherwise filtering for the service doesn't seem to work (or certainly the demo page I'm working from doesn't see it)