https://github.com/rgrellmann/connectiq-bergsteigen-app
Connect IQ device app for Garmin vivoactive 3 smartwatches intended for mountaineering
https://github.com/rgrellmann/connectiq-bergsteigen-app
Last synced: 3 months ago
JSON representation
Connect IQ device app for Garmin vivoactive 3 smartwatches intended for mountaineering
- Host: GitHub
- URL: https://github.com/rgrellmann/connectiq-bergsteigen-app
- Owner: rgrellmann
- License: gpl-3.0
- Created: 2019-08-29T05:54:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T20:31:24.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T19:17:50.026Z (7 months ago)
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-garmin - connectiq-bergsteigen-app
- awesome-garmin - connectiq-bergsteigen-app - Connect IQ device app for Garmin vivoactive 3 smartwatches intended for mountaineering (2020-07-03) (Device Apps / Older resources)
README
# connectiq-bergsteigen-app
A device app for Garmin Smart Watches intended for mountain tours.It has two data fields with values which I find useful during mountain tours.
Currently it is only working on the vívoactive 3 series.
Currently only english and german translations are available.The first DataField contains informations which are of permanent interest during mountain tours, and should be easily readable while walking or climbing.
* current altitiude
* current heart rate
* total ascent and total descent (in my opinion the ascent and descent are more important during mountain tours than the elapsed distance, which can be found on DataField 2)
* elapsed time
* battery status icon
* current clock timeThe second DataField contains informations which may be useful on mountain tours, but not of permanent interest or not frequently needed.
Values on this DataField:
* current position (latitude/longitude in decimal degrees, like on Google Maps)
* current heading (degrees and letters)
* time of sunrise and time of sunset at the current location
* burned calories during this activity
* elapsed distance during this activity (in my opinion the ascent and descent are more important during mountain tours, so these values are on DataField 1)
* battery status icon
* current clock time
* current temperature in degrees celsius
* current barometric pressure and mean sea level pressure (altitude and temperature compensated value) in hPa## Plans for the future
* more translations (help is appreciated!)
* a confirmation dialog before discarding an activity
* maybe some graphs (heart rate, altitude)
* maybe a very simple map with way points
* suggestions are welcome