How can I open this file to see the raw data of the HR values?
my two cents and sorry for the technical bla bla bla...
the raw data
open the mmmmm.fit file with a hex-editor
search…
Just to clarify what you are asking.
You mentioned you had a Fenix 5 so I assume you are wanting your HR data from a fitness activity (run, etc.) rather than a dive.
I’m pretty sure that a fitness TCX…
Hi Excido, any update how to get the raw HR data? I have a Fenix 5 and I am trying to make my onw analysis.
Raul.
HR data will not be merged on the watch but on Garmin Connect (I don’t know why, it’s silly). The fit file there should have everything.
I downloaded from one training "export original" the file nnnnnnn.zip, after unzip it, there is just one file mmmmm.fit and it is no ascii caracters. How can I open this file to see the raw data of the HR values?
Thanks man.
How can I open this file to see the raw data of the HR values?
my two cents and sorry for the technical bla bla bla...
the raw data
open the mmmmm.fit file with a hex-editor
search for text "fit"
serach again for "fit" until you get to the last one in the file
when finding more than two you will have to repeat the cutting
you found the last "fit" in the file
from there count nine byte back and select from there until the end of the file
copy (& cut when found more than two "fit", repeat),
paste in a new file and save as a hr-mmmmm.fit file
with thisisant FIT SDK dump the content into a CSV format
import & check with Microsoft Excel
or
open the mmmmm.fit with FitFileRepairTool and analyse with Microsoft Excel
happy & safe sporting
Thanks OnlyTwo, using hex-editor and R script I will generate my onw plots of my trainings. It is fun but Garmin can provide the raw HR-data in CSV format, like Polar does. Thanks again!
Just to clarify what you are asking.
You mentioned you had a Fenix 5 so I assume you are wanting your HR data from a fitness activity (run, etc.) rather than a dive.
I’m pretty sure that a fitness TCX file is available for fitness activities in addition to the FIT file. TCX is just XML and can be downloaded from Connect.
I assume the TCX file will have the updated HR data - it certainly has the base HR data from the watch.
yep, just checked
downloaded hr data is in the exported tcx
not from a run, etc, but from swimming
happy & safe sporting