You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
cTn 369a3cb020 about tab and other tiny improvements 12 years ago
css about tab and other tiny improvements 12 years ago
images about tab and other tiny improvements 12 years ago
js about tab and other tiny improvements 12 years ago
tabs about tab and other tiny improvements 12 years ago
LICENSE Initial commit 12 years ago
README.md fix typo in readme 12 years ago
background.js Initial commit 12 years ago
main.html about tab and other tiny improvements 12 years ago
manifest.json updating readme and some "name" files 12 years ago

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