Shooting activity

I noticed there's a shooting activity type available in the API. When I tried it, it showed up in Connect like any other activity - heart rate, route etc. In general, stuff that is not relevant for most shooting sports. I'd like to build an app around it , so any recommendations on how to log the hits and misses (per round) in the FIT file? I also could not find any mention of that activity type in the ANT documentation so no help there.

  • You can use the ActivityRecording module to start a recording session. It will record heart rate and other stuff if you enable the appropriate sensors. Once you have that working, you can use the functionality in the FitContributor module to add data to the fit file, and that data can be displayed on Garmin Connect like the existing graphs.