Yet Another Cycling Forum

General Category => The Knowledge => GPS => Topic started by: quixoticgeek on 12 January, 2018, 12:55:55 pm

Title: Wahoo .fit files
Post by: quixoticgeek on 12 January, 2018, 12:55:55 pm

My Wahoo Elmnt Bolt syncs to dropbox a .fit file for every ride I do. The file seems to be be a binary file of some kind.

Does anyone know what tools there are (ideally for linux), that can decode the data in these files?

Thanks

J
Title: Re: Wahoo .fit files
Post by: Aushiker on 12 January, 2018, 01:02:07 pm
It is a Garmin Fit file. See https://www.google.com.au/search?q=garmin+fit+files+linux&oq=.fit+files+lin&aqs=chrome.1.69i57j0l2.6644j0j4&sourceid=chrome&ie=UTF-8 for possible converters on Linux.
Title: Re: Wahoo .fit files
Post by: Greenbank on 12 January, 2018, 01:04:20 pm
You can upload fit files to Garmin Connect, Strava or Golden Cheetah (plus others...)

If you really want to play around with the contents then download the FIT SDK: https://www.thisisant.com/resources/fit

That includes some C++ code to dump out the contents.

There are also a few tools like fit2tcx on github that will convert a FIT file to TCX (which can then be trimmed down to GPX).
Title: Re: Wahoo .fit files
Post by: fuaran on 12 January, 2018, 01:28:19 pm
GPSBabel can convert FIT to GPX. Though it will may lose some of the fitness data (eg laps or paused time), as they are not supported by GPX format.

Or an online converter at GPSies. https://www.gpsies.com/convert.do

Or try Turtle Sport. It can import FIT files, and will show a map and graphs of the ride. http://turtlesport.sourceforge.net/EN/home.html
Title: Re: Wahoo .fit files
Post by: Pingu on 12 January, 2018, 03:00:43 pm
Or RideWihGPS.
Title: Re: Wahoo .fit files
Post by: frankly frankie on 14 January, 2018, 04:16:47 pm
There are also a few tools like fit2tcx on github that will convert a FIT file to TCX (which can then be trimmed down to GPX).

Fit2tcx doesn't seem to have been updated for a while - so can't handle FIT2 files (Wahoo).
Title: Re: Wahoo .fit files
Post by: thing1 on 21 May, 2018, 08:37:22 am
Gpsbabel support tracked in https://github.com/gpsbabel/gpsbabel/issues/90