moschotto / OpenTX_GPS_Telemetry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenTX/EdgeTX GPS Widget / telemetry screen

GPS LUA TELEMETRY scripts v2.5

Copyright (C) by mosch
License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
GITHUB: https://github.com/moschotto?tab=repositories

make sure that your radio is a least on OpenTX 2.3.x / EdgeTX 2.6.0

❗ Even if your radio is not listed down below, check the resolution of your radio screen and use the scripts below (don't care about the naming)

=> e.g. the x7 / x9 lite scripts are working on the Jumper T-Pro as well (same display resolution)

NOTE: i'm not using EdgeTX - tested in simulator only

Radios with 480x272 pixel displays (e.g. Jumper T16)

  • /T16/GPS
  • /T16/GPS Stats T16.lua

Radios with 212x64 pixel displays (e.g. x9d/x9+/x9E)

  • /x9/GPSx9.lua
  • /x9/GPS Stats X9.lua

Radios with 128x96 pixel displays (e.g. TBS Tango 2)

  • /TBS_Tango/GPSxT.lua
  • /TBS_Tango/GPSviewerT.lua

Radios with 128x64 pixel displays (e.g. x7 / x9 lite / Jumper T-lite)

  • /x7_x9lite/GPSx9L.lua
  • /x7_x9lite/GPS Stats X9L.lua

Description:

How to find your model in case of a crash, power loss etc? Right, check the last GPS coordinates and type it into to your mobile phone...

Alt text

  • Shows and logs GPS related information. logfile will be generated in /LOGS/GPSpositions.txt

  • GPS logfile can be viewed with the GPS stats XXX.lua" on the radio itself

  • in case that the telemetry stops, the last coordinates will remain on the screen

  • distance from your home position - how far you need to walk ;)

Usage:

Once you have a good and valid GPS fix (>5 satellites) you need to set the home position manualy.

For non color screen radios, just "long press enter" and exit the menu without selecting anything.

For color screen radios via "long press enter" -> statistics -> "long press enter" to reset statistics and exit menu in under 10 seconds

Installation for non color screen radios:

  1. copy GPSxxx.lua to /SCRIPTS/TELEMETRY
  2. copy GPS Stats XXX.lua to /SCRIPTS/TOOLS
  3. copy the BMP folder to /SCRIPTS/TELEMETRY/BMP
  4. ❗ make sure that the /LOGS/ folder exists. If not, create it
  5. Setup a "screen (DIsplay 13/13)" and select GPSxxx.lua
  6. Make sure GPS, speed, alt sensors have been discovered within the telemetry menu/screen of opentx/edgetx

Installation for color screen models i.e Jumper/HOROUS/Radiomaster:

  1. copy the GPS folder (inculding subfolders) to /WIDGETS/GPS
  2. copy GPS stats T16.lua to /SCRIPTS/TOOLS
  3. ❗ make sure that the /LOGS/ folder exists. If not, create it
  4. Setup "1/2" widget screen and select "GPS"
  5. Make sure GPS, speed, alt sensors have been discovered within the telemetry menu/screen of opentx/edgetx

#########################

x7 / x9 lite Screens:

Alt text

Alt text

x9d/x9+/x9E Screens:

Alt text

Alt text

JUMPER T16 / HOROUS etc WIDGET screen:

Alt text

Alt text

Demo Video

IMAGE ALT TEXT HERE

Hits

About


Languages

Language:Lua 100.0%