I am attempting to develop and app with added data fields - ActivityRecording::Session.createField
My target is devices such as Fenix HR 3 that support the required v1.30 SDK or later.
I only have the EPIX device which does not support that SDK, so I am using the simulator.
I am able to save a .fit file from the simulator.
I am able to use the FIT SDK/FitToCSV.bat to see that my fields are present in the .fit file
I have tried many other tools to see the data in a better way but they all seem to fail.
Ideas on ways to visualize the data?
1) monkeygraph - cannot get it to work at all. Open the fit file, nothing happens, the monkey just sits there.
Cannot find any documentation on monkeygraph.
2) https://connect.garmin.com/modern/
I can upload some fit files using
https://connect.garmin.com/api/upload/widget/manualUpload.faces
However if i upload the fit files with the added fields, it fails to load them.
3) Basecamp will also load fit files, however it also fails if these extra fields are present, it gives no error but does not load the file.
4) gpsbabel - also fails