OpenTX 2.1 Lua Reference Guide

Join the chat at https://gitter.im/opentx/lua-reference-guide
Join the chat at https://gitter.im/opentx/lua-reference-guide

Go to https://www.gitbook.com/book/opentx/opentx-lua-reference-guide/details for the latest published version of this guide.

This guide covers the development of user-written scripts for R/C transmitters running the OpenTX 2.1 operating system with Lua support. Readers should be familiar with OpenTX, the OpenTX Companion, and know how to transfer files the SD card in the transmitter.

Part I of the guide shows how to enable Lua support for Taranis and includes basic examples of each types of script.

Part II is a programming guide and introduces the types of OpenTX Lua scripts and how they can be used.

Part III is the OpenTX Lua API Reference

Part IV addresses common issues in converting Lua scripts that were originally written for OpenTX 2.0

Part V covers advanced topics with examples