Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1k
Cross platform configuration tool for the Betaflight firmware
License
betaflight/betaflight-configurator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Betaflight App is a crossplatform configuration tool for the Betaflight flight control system.
The Betaflight App is a Progressive Web Application (PWA). The most recent release of the Betaflight App is available atapp.betaflight.com
NOTE: If you are considering testing the latest unstable release then it is atmaster.app.betaflight.com
Various types of aircraft are supported by the tool and by Betaflight, e.g. quadcopters, hexacopters, octocopters and fixed-wing aircraft.
These are still available under different operating systems and allows you to configure the Betaflight software running on any supported Betaflight target.Downloads are available in Releases.
We provide a standalone program for Windows, Linux, Mac and Android.
Download the installer fromReleases.
The minimum required version of windows is Windows 8.
Changes to the security model used in the latest versions of MacOS X 10.14 (Mojave) and 10.15 (Catalina) mean that the operating system will show an error message ('"Betaflight Configurator.app" is damaged and can’t be opened. You should move it to the Trash.') when trying to install the application. To work around this, run the following command in a terminal after installing:sudo xattr -rd com.apple.quarantine /Applications/Betaflight\ Configurator.app.
First step is to download the installer and keep it in your working directory, which can be done with the following command:
wget https://github.com/betaflight/betaflight-configurator/releases/download/10.10.0/betaflight-configurator_10.10.0_amd64.debIn most Linux distributions your user won't have access to serial interfaces by default. To add this access right type the following command in a terminal, log out your user and log in again:
sudo usermod -aG dialout ${USER}Post-installation errors can be prevented by making sure the directory/usr/share/desktop-directories exists. To make sure it exists, run the following command before installing the package:
sudo mkdir /usr/share/desktop-directories/Thelibatomic library must also be installed before installing Betaflight App. (If the library is missing, the installation will succeed but Betaflight App will not start.) Some Linux distributions (e.g. Fedora) will install it automatically. On Debian or Ubuntu you can install it as follows:
sudo apt install libatomic1On Ubuntu 23.10 please follow these alternative steps for installation:
sudo echo "deb http://archive.ubuntu.com/ubuntu/ lunar universe" > /etc/apt/sources.list.d/lunar-repos-old.listsudo apt updatesudo dpkg -i betaflight-configurator_10.10.0_amd64.debsudo apt-get -f installOn Ubuntu 24.10 and above, please follow these steps, as some deprecated modules are no longer available through apt on this distro:
sudo apt updatewget http://archive.ubuntu.com/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-4ubuntu1_amd64.debwget http://archive.ubuntu.com/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6-4ubuntu1_all.debsudo dpkg -i gconf2-common_3.2.6-4ubuntu1_all.debsudo dpkg -i libgconf-2-4_3.2.6-4ubuntu1_amd64.debsudo dpkg -i betaflight-configurator_10.10.0_amd64.debsudo apt-get -f installIf you experience graphics display problems or smudged/dithered fonts display issues in Betaflight App, try invoking thebetaflight-configurator executable file with the--disable-gpu command line switch. This will switch off hardware graphics acceleration. Likewise, setting your graphics card antialiasing option to OFF (e.g. FXAA parameter on NVidia graphics cards) might be a remedy as well.
The future of the Betaflight App is moving to a PWA (Progressive Web Application). In this way it will be easier to maintain specially to support different devices like phones, tablets. etc. Is a work in progress but you can have access to the latest snapshot in PWA way without installing anything (take into account that some things don't work and are in development).
- Latest PWA master snapshot of the App:https://master.app.betaflight.com/
Be aware that this version is intended for testing / feedback only, and may be buggy or broken, and can cause flight controller settings to be corrupted. Caution is advised when using this version.
Please do not submit pull requests for translation changes, but read and follow the instructions below!
Betaflight App has been translated into several languages. The application will try to detect and use your system language if a translation into this language is available. You can helptranslating the application into your language;
If you prefer to have the application in English or any other language, you can select your desired language in the first screen of the application.
The next versions of the App will be a modern tool that based on PWA (Progressive Web Application) and uses principally Node, Yarn, Vite and Vue for development and building. For Android we use Capacitor as wrapper over the PWA. To build and develop over it, follow the instructions below.
- Change to project folder and run
yarn install. - Run
yarn dev.
The web app will be available athttp://localhost:8000 with full HMR.
- Change to project folder and run
yarn install. - Run
yarn build. - Run
yarn previewafter build has finished.
Alternatively you can runyarn review to build and preview in one step.
The web app should behave directly as in production, available athttp://localhost:8080.
NOTE: The Android version is not fully functional yet. It is in development.
You need to installAndroid Studio as Capacitor apps are configured and managed through it.
- Change to project folder and run
yarn install. - Run
yarn android:run.
The command will ask for the device to run the app. You need to have some Android virtual machine created or some Android phoneconnected using ADB.
As alternative to the step 2, you can execute ayarn android:open to open de project into Android Studio and run or debug the app from there.
- Change to project folder and run
yarn install. - Run
yarn dev --host. It will start the vite server and will show you the IP address where the server is listening. - Run
yarn android:dev
This will ask for the IP where the server is running (if there are more than one network interfaces). You need to have some Android virtual machine created or some Android phoneconnected using ADB.Any change make in the code will reload the app in the Android device.
yarn test
There's a dedicated Discord server here:
We also have a Facebook Group. Join us to get a place to talk about Betaflight, ask configuration questions, or just hang out with fellow pilots.
https://www.facebook.com/groups/betaflightgroup/
Etiquette: Don't ask to ask and please wait around long enough for a reply - sometimes people are out flying, asleep or at work and can't answer immediately.
For Betaflight App issues raise them here
https://github.com/betaflight/betaflight-configurator/issues
For Betaflight Firmware issues raise them here
https://github.com/betaflight/betaflight/issues
We accept clean and reasonable patches, submit them!
For the full details of the contributions made to the Betaflight App (and its predecessors) please check out theGithub contributors page.
About
Cross platform configuration tool for the Betaflight firmware
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.