- From: Sebyechelon via GitHub <sysbot+gh@w3.org>
- Date: Mon, 04 May 2020 10:55:33 +0000
- To: public-web-bluetooth-log@w3.org
sebyechelon has just created a new issue for https://github.com/WebBluetoothCG/web-bluetooth: == Read RR Value from HR Device == I am reading the values of my HR device through Web Bluethooth. This is an example of read values: ``` 0x10 0x3e 0xb1 0x3 0xde 0x10 0x39 0x23 0x4 0x35 0x10 0x3d 0xcf 0x3 0xef ``` I convert these numbers into decimal numbers and I have: ``` 16 62 177 3 222 16 57 35 4 53 16 61 207 3 239 ``` Where: - The second column represents the heart beats per minute (62 - 57 - 61). - The fourth column represents the RR interval (222 - 53 - 239). But the numbers seem wrong to me. If I have beats around 60 per minute, I should have a higher RR interval than the value I read. Do I make any conversion errors? Is the RR value to be read in another way? Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/493 using your GitHub account
Received on Monday, 4 May 2020 10:55:34 UTC