Installation on Horus radios - yaapu/FrskyTelemetryScript GitHub Wiki

requires widget version 2.x.x (for 1.9.x versions check here)

Updating to a newer version

simply overwrite the old version with the new one

Note: if coming from version 1.9.x

  • move all model cfg files from /SCRIPTS/YAAPU/CFG/ to /WIDGETS/yaapu/cfg/
  • move map tiles from /SCRIPTS/YAAPU/IMAGES/maps to /IMAGES/yaapu/maps

Steps for a proper installation

  • flash your radio to the latest OpenTX/EdgeTX release
  • enable lua support by checking the relevant options prior to flashing your radio with Companion

luac_option

Copy the contents of the OTX_ETX/color_common/SD folder to the root of your radio SD Card.

Next copy the radio specific files: based on your radio LCD resolution copy the contents of the relevant /OTX_ETX/resolution/SD folder to your radio SD Card.

Note: to find the correct resolution for your radio check the README.md file

  • Make sure you have the following folders

    • /WIDGETS/yaapu
    • /WIDGETS/yaapu/sounds
    • /WIDGETS/yaapu/cfg
    • /WIDGETS/yaapu/lib
    • /WIDGETS/yaapu/images
  • For offline maps support you also need the /IMAGES/yaapu/maps folder, check below for more info

Note: Power cycle the radio to clear widget caches!

  • Follow this guide to setup the script as an OpenTX full screen widget.

  • For offline GPS maps functionality, follow this guide to download and setup the maps

The correct folder structure of your SD card should be like

  • /WIDGETS/yaapu/main.lua
  • /WIDGETS/yaapu/main.luac
  • /WIDGETS/yaapu/menu.lua
  • /WIDGETS/yaapu/menu.luac
  • /WIDGETS/yaapu/cfg
  • /WIDGETS/yaapu/images
  • /WIDGETS/yaapu/lib/
  • /WIDGETS/yaapu/sounds/en
  • /WIDGETS/yaapu/sounds/it
  • /WIDGETS/yaapu/sounds/fr
  • /WIDGETS/yaapu/sounds/de
  • /IMAGES/yaapu/maps

image

Enable OpenTX sensor logging to SD card (optional)

Logging of sensor data (GPS for instance) to your SD card is possible by using the built in OpenTX logging facilitiy, check this guide to setup your system.