Cross platform configuration tool for the Betaflight firmware
 
 
 
 
 
 
Go to file
cTn de87fab530 reworked serial layer (more verbose), added checks for chrome.runtime.lastError in connect and disconnect api calls 2014-11-22 06:31:46 +01:00
_locales/en implemented simple review mechanism 2014-11-21 08:40:43 +01:00
extras add extras folder 2014-11-21 01:56:07 +01:00
images replacing iconmoon font with proper svg icon 2014-10-28 17:34:29 +01:00
js reworked serial layer (more verbose), added checks for chrome.runtime.lastError in connect and disconnect api calls 2014-11-22 06:31:46 +01:00
resources add adjusted svg graphics for V tail and A tail quad from norem 2014-11-19 19:36:11 +01:00
tabs implemented simple review mechanism 2014-11-21 08:40:43 +01:00
LICENSE Initial commit 2013-04-08 17:29:52 +02:00
README.md update manifest, readme, fallback brick code 2014-10-01 17:23:23 +02:00
changelog.html updating changelog 2014-11-21 14:05:01 +01:00
eventPage.js reworked serial layer (more verbose), added checks for chrome.runtime.lastError in connect and disconnect api calls 2014-11-22 06:31:46 +01:00
main.css implemented simple review mechanism 2014-11-21 08:40:43 +01:00
main.html implemented simple review mechanism 2014-11-21 08:40:43 +01:00
main.js track settings changes via events 2014-11-20 19:29:43 +01:00
manifest.json bumping version, updating changelog 2014-11-03 18:48:46 +01: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"

WebGL

Make sure Settings -> System -> "User hardware acceleration when available" is checked to achieve the best performance

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