Thanks for the fast reply !
It is 2v13.
The HRM app is... now up to date.
The strap is tight, and there is no foil on the sensor.
Most of the time, values are still off.
For instance now when I'm typing this message, it gets wild.
Vibrations issues maybe as I read on another post.
But after about 30", sometimes more, of being idle, the values match as in the attached video.
Then, even idle, values goes off, and come back oscillating.
I had this when values were off:
{ vcPPG: 2925, vcPPGoffs: 0, isWearing: true, adjusted: false,
vcCurrent: 41, vcPre: 868, vcPS: 1062, vcEnv: 0, vcIRQ: 23,
vcRaw: new Uint8Array([23, 109, 11, 21, 0, 100, 3, 38, 4, 0, 0, 0]).buffer,
raw: 2925, filt: 4548, avg: 645, isBeat: false, bpm: 164.5,
confidence: 0 }
And this when the value were in sync:
{ vcPPG: 1177, vcPPGoffs: 0, isWearing: true, adjusted: false,
vcCurrent: 40, vcPre: 886, vcPS: 1085, vcEnv: 0, vcIRQ: 23,
vcRaw: new Uint8Array([23, 153, 4, 20, 0, 118, 3, 61, 4, 0, 0, 0]).buffer,
raw: 1177, filt: 4759, avg: -101, isBeat: false, bpm: 63.5,
confidence: 40 }
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.
Thanks for the fast reply !
It is 2v13.
The HRM app is... now up to date.
The strap is tight, and there is no foil on the sensor.
Most of the time, values are still off.
For instance now when I'm typing this message, it gets wild.
Vibrations issues maybe as I read on another post.
But after about 30", sometimes more, of being idle, the values match as in the attached video.
Then, even idle, values goes off, and come back oscillating.
I had this when values were off:
{ vcPPG: 2925, vcPPGoffs: 0, isWearing: true, adjusted: false,
vcCurrent: 41, vcPre: 868, vcPS: 1062, vcEnv: 0, vcIRQ: 23,
vcRaw: new Uint8Array([23, 109, 11, 21, 0, 100, 3, 38, 4, 0, 0, 0]).buffer,
raw: 2925, filt: 4548, avg: 645, isBeat: false, bpm: 164.5,
confidence: 0 }
And this when the value were in sync:
{ vcPPG: 1177, vcPPGoffs: 0, isWearing: true, adjusted: false,
vcCurrent: 40, vcPre: 886, vcPS: 1085, vcEnv: 0, vcIRQ: 23,
vcRaw: new Uint8Array([23, 153, 4, 20, 0, 118, 3, 61, 4, 0, 0, 0]).buffer,
raw: 1177, filt: 4759, avg: -101, isBeat: false, bpm: 63.5,
confidence: 40 }
I saw confidence 100 sometimes too.
1 Attachment