https://github.com/gaetanmarti/glidator
This application - developed for Garmin watches - provides basic and comprehensive flight instruments for gliders.
https://github.com/gaetanmarti/glidator
Last synced: 3 months ago
JSON representation
This application - developed for Garmin watches - provides basic and comprehensive flight instruments for gliders.
- Host: GitHub
- URL: https://github.com/gaetanmarti/glidator
- Owner: gaetanmarti
- Created: 2024-08-18T09:52:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T14:18:19.000Z (8 months ago)
- Last Synced: 2024-10-14T19:17:11.930Z (7 months ago)
- Language: Monkey C
- Size: 611 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-garmin - glidator - developed for Garmin watches - provides basic and comprehensive flight instruments for gliders. | 2024‑09‑13 | ⭐1 | (Device Apps / Older resources)
- awesome-garmin - glidator - developed for Garmin watches - provides basic and comprehensive flight instruments for gliders. | 2024‑09‑13 | ⭐1 | (Device Apps / Older resources)
README
# glidator
This application - developed for Garmin watches - provides basic and comprehensive flight instruments for gliders.This application provides basic and comprehensive flight instruments for gliders. It shows altitude, GPS heading, as well as vertical and horizontal speeds. It is possible to record your flight (with the select button).The watch face clearly displays when climbing (rate higher than +0.3 m/s) or when sinking (rate lower than -2.0 m/s). The beep can be activated/deactivated using the menu button (long click on the center left button on the Fenix®).
# Monkey C - installation
1. Download and install the latest Garmin SDK (`https://developer.garmin.com/connect-iq/sdk/`). Current SDK version is `Connect IQ 7.2.1`.
2. Note that you need a Garmin developer Key that is used during the "Verify Installation" step. Ensure that you have selected the `.der` certificate file !# Code compilation
1. (CMD + SHIFT + P) `> Monkey C: Build Current Project`.
2. Activate a `.mc` file and RUN or RUN in DEBUG MODE.# Deployment
1. Export the project via command `Monkey C: Export Project`.
2. Go in Garmin IQ and upload the gernrated `glidator.iq` file.