Cross platform configuration tool for the Betaflight firmware
 
 
 
 
 
 
Go to file
creyc 677304c935 Add initial 3D quad model 2014-09-29 14:31:05 -04:00
_locales/en rssi_aux_channel support in receiver tab, hybrid box bugfixes 2014-09-24 16:01:23 +02:00
images Added octo x8 and flying wing graphics. Switching character outlines to actual text. 2014-09-19 09:33:41 -04:00
js log buildInfo on connect 2014-09-25 12:02:53 +02:00
resources/models Add initial 3D quad model 2014-09-29 14:31:05 -04:00
tabs rssi_aux_channel support in receiver tab, hybrid box bugfixes 2014-09-24 16:01:23 +02:00
LICENSE Initial commit 2013-04-08 17:29:52 +02:00
README.md updating readme 2014-03-25 15:58:05 +01:00
changelog.html updating changelog 2014-09-22 19:12:05 +02:00
eventPage.js only trigger update notification on upgrade, bump version, update dev changelog 2014-09-08 12:14:41 +02:00
main.css sprinkle in some new bright colors for sensor status, reworking meters in receiver tab 2014-09-22 18:58:56 +02:00
main.html default and initial setup renamed to landing and setup, including object adjustments 2014-09-20 13:51:23 +02:00
main.js log library versions 2014-09-25 12:18:47 +02:00
manifest.json updating changelog, bumping up manifest version 2014-09-19 18:07:51 +02:00

README.md

Baseflight Configurator

Configurator based on chrome.serial API running on Google Chrome/Chromium core

Keep in mind that this configurator is the most up-to-date configurator implementation for Baseflight flight software, in many cases it requires latest firmware on the flight controller, if you are experiencing any problems, please make sure you are running the latest version of firmware.

Installation

    • Click + Free

Alternative way

    • Clone the repo to any local directory or download it as zip
    • Start chromium or google chrome and go to tools -> extension
    • Check the "Developer mode" checkbox
    • Click on load unpacked extension and point it to the baseflight configurator directory (for example D:/baseflight-configurator)

How to use

You can find the Baseflight - Configurator icon in your application tab "Apps"

Linux users

  1. Dont forget to add your user into dialout group "sudo usermod -aG dialout YOUR_USERNAME" for serial access
  2. If you have 3D model animation problems, Enable "Override software rendering list" in chrome flags chrome://flags/#ignore-gpu-blacklist

Developers

We accept clean and reasonable patches, always target the "development" branch for the pull requests