dlenski / dlenski/ttbindec

Heart rate sensor not showing up

Open
#1 7 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Python
Stars
8
Forks
5
PR merge metrics
No merged PRs in 30d

Description

I notice the 0x23 code seems to be unknown/possibly related to GPS. Is it possible this contains heart rate data?

I have a run where I had a Polar attached (Runner on firmware 1.8.52) and the only two extra data elements I have are 0x23 and 0x42. 0x42 is always zero so that can't be it. And it doesn't appear in the main GPS data block either.

```
0004a1f9 22 FILE_GPS_RECORD(latitude=xxxxxxxx, longitude=-xxxxxxxx, heading=21114, gps_speed=4, timestamp=1584232723, calories=322, instant_speed=0.0, cum_distance=23302.3027344, cycles=0)
0004839d 23 UNKNOWN_0x23(unhexlify('fd04f6020706111c131d1b1a19000000000402'))
000483b1 42 UNKNOWN_0x42(unhexlify('00'))
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.