Skip to content

Installation on Horus radios

Alessandro Apostoli edited this page Nov 14, 2022 · 16 revisions

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 please copy all model cfg files from /SCRIPTS/YAAPU/CFG/ to the new path /WIDGETS/yaapu/cfg/

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 /HORUS/SD folder to your radio SD Card.

  • Make sure you have the /WIDGETS/yaapu, /WIDGETS/yaapu/sounds, /WIDGETS/yaapu/cfg, /WIDGETS/yaapu/lib, /WIDGETS/yaapu/images folders.

  • 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

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.

Clone this wiki locally