Hello, I want to know if it's possible to read and export all the daily data like HR and feets?
It's to explore a fenix 5s in forensic and I don't have to sync it with Garmin Connect.
Thanks
Hello, I want to know if it's possible to read and export all the daily data like HR and feets?
It's to explore a fenix 5s in forensic and I don't have to sync it with Garmin Connect.
Thanks
Take a look at the Health SDKs. The Health SDK is a B2B program, and there is a fee to use it, but will do what you are looking.
https://developer.garmin.com/health-sdk/overview/
I am a researcher/developer and purchased a Garmin Vue to explore the data. I am also trying to download the high temporal resolution data that I see in Connect but cannot export. Graphs are minute-to-minute or higher res, but exportable reports are hour-by-hour and not useful for my purpose. I would love to hear what solution you come up with. I see the health sdk suggestion, but not sure if that is overkill for what I want right now.
Disclaimer; it is years ago I wrote software to do this, so things may have changed. You can get 24/7 data on movement, heart rate, activity level, stress level, steps, stairs climbed from Monitor FIT files. You can process the message types involved with the FIT SDK. The easiest way to obtain the Monitor files is not syncing the Garmin device, so you can copy them via USB directly.
That's exactly what I'm looking for. You don't have your code? I have make a E01 image from my watch but I don't find those information...
Hate to disappoint, but my 7 year old Java code does not even build anymore. It was based on example code in the FIT SDK and only did the rudimentary things I needed. I "was going to redo it neatly some day". Ended up using it, warts and bugs and all. It is a tough learning curve but if you start with the sample code it is good fun.