Hi
I have heart rate monitor bracelet which I read the heart rate from him under C#.
I have searched a lot about the data I receive from the sensor, its a byte[] data with 8 cells (ANT_ReferenceLibrary.ANTMessageID.EXT_BROADCAST_DATA_0x5D).
I found out that index 7 holds the heart rate, but what the other first 7 holds ? I couldn't find any documentation about it.
Any help will be appreciated.