How to display GPS coordinates on Taranis radios - yaapu/FrskyTelemetryScript GitHub Wiki

GPS coordinates are managed by OpenTX as a sensor discovered in the telemetry page.

screenshot_x9d+_19-08-06_23-01-43

Note

The GPS sensor is sent by ardupilot and is not created by the yaapu script, this implies that GPS coordinates are available even when the yaapu scripts are not running

GPS coordinates can be shown in a dedicated telemetry screen while the yaapu script is running in another one.

By configuring the yaapu script to run on screen1 we can, for instance, select screen2 to display GPS coordinates

screenshot_x9d+_19-08-06_22-58-36

You can toggle from one screen to the others by short pressing the [PAGE] button

screenshot_x9d+_19-08-06_22-57-40

GPS coordinated are usually shown in NMEA format

screenshot_x9d+_19-08-06_23-09-50

screenshot_x9d+_19-08-06_23-10-45

To have greater precision in the displayed coordinates choose the DMS format in the OpenTX radio config

screenshot_x9d+_19-08-06_23-10-03

screenshot_x9d+_19-08-06_22-57-40

Logginf GPS to the SD card

GPS coordinates can be logged to the SD card by leveraging OpenTX logging system. Just remenber to enable logging for the GPS sensor.

screenshot_x9d+_19-08-06_23-16-00