Category Archives: Telemetry Scripts

Head Speed

      Comments Off on Head Speed

OpenTX Lua Telemetry Script The head speed of a helicopter is the revolutions per minute of the main rotor. Gear Ratio = Main Gear/Pinion Gear Number Of Teeth Head Speed = RPM/Gear Ratio Head Speed = RPM x Pinion/Main Description Displays the helicopter’s head speed Download Head Speed Files File… Read more »

GPS Directions Home (Distance, Trip)

      Comments Off on GPS Directions Home (Distance, Trip)

OpenTX Lua Telemetry Script Sensor FrSKY GPS Description Reads coordinates from up to 2 GPS sensors One GPS on the aircraft and an optional GPS on the Tx (Pilot-Home position) When only one GPS is used the Pilot-Home position is set to where the GPS strats reporting coordinates or when… Read more »

Lap Timer

      Comments Off on Lap Timer

OpenTX Lua Telemetry Script Description Displays elapsed time, lap number and lap time. Plays a beep each time a lap is recorded. Speaks the lap number 1st, 2nd and so on till the 16th lap. Speaks the lap time in minutes and seconds. The seconds are rounded to the nearest… Read more »

Battery Capacity Remaining

      Comments Off on Battery Capacity Remaining

OpenTX Lua Telemetry Script Description Reads an OpenTX global variable to determine battery capacity in mAh Reads a battery consumption sensor and/or a voltage sensor to estimate mAh and % battery capacity remaining The sensors used are configurable A consumption sensor is a calculated sensor based on a current sensor and… Read more »

Getting Started With Lua Telemetry Scripts

      Comments Off on Getting Started With Lua Telemetry Scripts

OpenTX Lua Telemetry Scripts What Is A Telemetry script Access telemetry data Displays customized telemetry screens Process telemetry data (telemetry calculations) Up to 3 active scripts per model Selected from the telemetry screen settings Can be used by different models (with caution) Can be used to display non-telemetry data such a the… Read more »