scubajorgen / TomTomWatch

Tool for exporting GPS files from TomTom Sports Watches
85 stars 18 forks source link

Trying to figure out what this is for ttwatch as well. #3

Open derickr opened 7 years ago

derickr commented 7 years ago

https://github.com/scubajorgen/TomTomWatch/blob/75649a259d767c45bd50bd84e7f705c1ce272117/src/main/java/net/studioblueplanet/ttbin/Activity.java#L621

Perhaps these could be the number of satellites to visible, locked, and used?

scubajorgen commented 7 years ago

I doubt it, since the value is always 2 From byte 5 these are very confusing parameters. Maybe some kalman filter parameters... Apparently when uploaded, the ttbin GPS data is filtered, since lat/lon values on TomTom Mysports (e.g. when exporting from Mysports to GPX) do not exactly correspond to the raw values in the ttbin file. In order to match e.g. track distances on watch and TomTom Mysports, information must be passed on the filtering. Hence this assumption...