All Projects → betaflight → Betaflight Tx Lua Scripts

betaflight / Betaflight Tx Lua Scripts

Licence: gpl-3.0
Collection of scripts to configure Betaflight from your TX (currently only supported in OpenTx)

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Betaflight Tx Lua Scripts

Macos big sur icons replacements
Replacement icons for popular apps in the style of macOS Big Sur
Stars: ✭ 3,608 (+993.33%)
Mutual labels:  hacktoberfest
Phpjasper
A PHP report generator
Stars: ✭ 327 (-0.91%)
Mutual labels:  hacktoberfest
Openfoodfacts Server
Open Food Facts database and web interface - 🐪🦋 Perl, CSS and JS coders welcome 😊 For helping in Python, see Robotoff
Stars: ✭ 325 (-1.52%)
Mutual labels:  hacktoberfest
Luvit
Lua + libUV + jIT = pure awesomesauce
Stars: ✭ 3,443 (+943.33%)
Mutual labels:  hacktoberfest
Portainer
Making Docker and Kubernetes management easy.
Stars: ✭ 20,434 (+6092.12%)
Mutual labels:  hacktoberfest
Bulma Admin Dashboard Template
🐝 Free admin dashboard template with bulma css
Stars: ✭ 327 (-0.91%)
Mutual labels:  hacktoberfest
J.a.r.v.i.s
python powered Intelligent System
Stars: ✭ 325 (-1.52%)
Mutual labels:  hacktoberfest
Animatedgradientview
🎞 Powerful gradient animations made simple for iOS.
Stars: ✭ 329 (-0.3%)
Mutual labels:  hacktoberfest
Osquery
SQL powered operating system instrumentation, monitoring, and analytics.
Stars: ✭ 18,475 (+5498.48%)
Mutual labels:  hacktoberfest
Personalsit.es
📇 A little directory of people's personal sites
Stars: ✭ 329 (-0.3%)
Mutual labels:  hacktoberfest
Cds
Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform
Stars: ✭ 3,677 (+1014.24%)
Mutual labels:  hacktoberfest
Validator.js
String validation
Stars: ✭ 18,842 (+5609.7%)
Mutual labels:  hacktoberfest
Vue Storefront Api
Vue.js storefront for Magento2 (and not only) - data backend
Stars: ✭ 328 (-0.61%)
Mutual labels:  hacktoberfest
Codeceptjs
Supercharged End 2 End Testing Framework for NodeJS
Stars: ✭ 3,592 (+988.48%)
Mutual labels:  hacktoberfest
Patternfly
This repo contains core (HTML/CSS) implementation for PatternFly. Issues related to CSS/HTML and layout should be filed here.
Stars: ✭ 328 (-0.61%)
Mutual labels:  hacktoberfest
Devicekit
DeviceKit is a value-type replacement of UIDevice.
Stars: ✭ 3,566 (+980.61%)
Mutual labels:  hacktoberfest
Waiter
🕰️ Loading screens for Shiny
Stars: ✭ 325 (-1.52%)
Mutual labels:  hacktoberfest
Valgrind Macos
A valgrind mirror with latest macOS support
Stars: ✭ 324 (-1.82%)
Mutual labels:  hacktoberfest
Plan
Player Analytics plugin for Minecraft Server platforms (Bukkit/Sponge/Nukkit/BungeeCord/Velocity) - View player activity of your server with ease. 📆
Stars: ✭ 322 (-2.42%)
Mutual labels:  hacktoberfest
Tql
TQL is a compile-time Rust ORM
Stars: ✭ 327 (-0.91%)
Mutual labels:  hacktoberfest

Betaflight TX Lua Scripts

Latest version Build Status Build Status License: GPL v3

Firmware Considerations

  • Betaflight - As a best practice, it is recommended to use the most recent stable release of Betaflight to obtain the best possible results;
  • OpenTX - 2.3.4 or newer;
  • Crossfire TX / RX - v2.11 or newer;
  • FrSky TX / RX with support for SmartPort - While most receivers with SmartPort support work fine, it is recommended to update the receiver to the most recent firmware version to correct any known bugs in telemetry.

Installing

!! IMPORTANT: DON'T COPY THE CONTENTS OF THIS REPOSITORY ONTO YOUR SDCARD !!

Download a zip file containing the latest version from the releases page.

Unzip the files from the link above and drag the contents of the obj folder to your radios SD card. If you do this correctly, the SCRIPTS directory will merge with your existing directories, placing the scripts in their appropriate paths. You will know if you did this correctly if the bf.lua file shows up in your /SCRIPTS/TOOLS directory.

How to install

Bootloader Method

  1. Power off your transmitter and power it back on in boot loader mode.
  2. Connect a USB cable and open the SD card drive on your computer.
  3. Unzip the file and copy the scripts to the root of the SD card.
  4. Unplug the USB cable and power cycle your transmitter.

Manual method (varies, based on the model of your transmitter)

  1. Power off your transmitter.
  2. Remove the SD card and plug it into a computer
  3. Unzip the file and copy the scripts to the root of the SD card.
  4. Reinsert your SD card into the transmitter
  5. Power up your transmitter.

If you copied the files correctly, you can now go into the OpenTx Tools screen from the main menu and access the Betaflight Configuration tool. The first time you run the script, a message 'Compiling...' will appear in the display before the script is started - this is normal, and is done to minimise the RAM usage of the script.

Running the script as a telemetry page

Due to issues with input mapping and memory overruns, running the script as a telemetry page is no longer supported. The only way to run the script is through the Tools screen in the OpenTX main menu.

Setting up VTX Tables

If you are using a VTX that supports the SmartAudio or Tramp protocols then bands and channels etc. are managed using VTX tables since Betaflight version 4.1.0. The script will be downloading and storing the current VTX table for every model the first time the model is connected and the script is run. If you change the VTX table, you have to re-load the updated VTX table in the script, by choosing the 'vtx tables' option in the function menu.

Background script

The optional background script offers RTC synchronization and RSSI through MSP. It can be setup as a special or global function in OpenTX. The image below shows how to run the background script as a special function.

Background script setup

Unstable Testing Versions

Unstable testing versions of the latest builds of the Lua Script can be downloaded from here.

Be aware that these versions are intended for testing / feedback only, and may be buggy or broken. Caution is advised when using these versions.

Building from source

  • Be sure to have make and luac in version 5.2 installed in the path
  • Run make from the root folder
  • The installation files will be created in the obj folder. Copy the files to your transmitter as instructed in the 'Installing' section as if you unzipped from a downloaded file.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].