Cross platform configuration tool for the Betaflight firmware
 
 
 
 
 
 
Go to file
cTn 05707da405 fixing some UI alignment 2013-04-15 10:19:09 +02:00
css fixing some UI alignment 2013-04-15 10:19:09 +02:00
images about tab and other tiny improvements 2013-04-13 15:29:52 +02:00
js accel trim support 2013-04-15 10:03:34 +02:00
tabs accel trim support 2013-04-15 10:03:34 +02:00
LICENSE Initial commit 2013-04-08 17:29:52 +02:00
README.md fix typo in readme 2013-04-13 13:10:12 +02:00
background.js Initial commit 2013-04-08 17:29:52 +02:00
main.html about tab and other tiny improvements 2013-04-13 15:29:52 +02:00
manifest.json updating readme and some "name" files 2013-04-13 12:55:25 +02:00

README.md

baseflight / multiwii configurator

This project was designed to work primarily with baseflight (but should work just fine with anything using the standard MSP)

Configurator is based on chrome.serial API (currently found only in google chrome and chromium web browsers)

I am using Flotr2 as a plotting library (with a few UI tweaks).

Using "webkit" as application wrapper assures full compatibility across operating systems (Windows / Linux/ Mac OS).

Installation

    • 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)
    • Note: Don't go "inside" configurators directory (just point to the folder)
    • You are done

How to use

You can find the baseflight configurator icon in your application tab "Apps"

Application should work "out of the box" on both Windows and Mac OSX

On Linux the situation is a little tricky. There is an outstanding bug in chromium/google chrome which is preventing setting the correct baud rate via the UI this bug will be fixed in version 27, but till then you might need to use an 3rd party utility like stty

example command to change the baud rate via stty stty -F /dev/ttyUSB0 115200