1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 08:15:19 +03:00
No description
Find a file
Konstantin Sharlaimov 1e7c0597a5 Merge pull request #30 from gaelj/fw_flash-target_firmware_select
Add target and firmware version selects to firmware flasher tab
2016-07-22 05:29:40 +03:00
_locales/en Merge pull request #30 from gaelj/fw_flash-target_firmware_select 2016-07-22 05:29:40 +03:00
css Further CSS cleanup 2016-01-03 15:42:21 +01:00
images Board align icon fix 2016-06-15 13:36:10 +02:00
js Use MSP_STATUS_EX to display CPU load in status bar, from INAV 1.2.0 2016-07-21 19:19:30 +02:00
resources Correct icon for airplane mixer. 2016-07-14 13:10:28 +02:00
support Color scheme changes 2016-05-24 17:28:30 +02:00
tabs Fix bug when release name contains _ 2016-07-21 22:21:50 +02:00
.gitattributes Adding .gitattriutes file 2014-10-15 15:24:59 +01:00
.gitignore Allow FC loop time change via Configuration Tab 2015-05-26 16:28:58 +10:00
changelog.html Prepare for release. 2016-02-22 19:12:43 +01:00
eventPage.js resizing the app for 1024x600 res 2015-11-16 21:28:48 +00:00
LICENSE Initial commit 2013-04-08 17:29:52 +02:00
main.css calibration tab removed 2016-06-18 11:25:51 +02:00
main.html Use MSP_STATUS_EX to display CPU load in status bar, from INAV 1.2.0 2016-07-21 19:19:30 +02:00
main.js calibration tab removed 2016-06-18 11:25:51 +02:00
manifest.json Color scheme changes 2016-05-24 17:28:30 +02:00
README.md Update README.md 2016-06-14 19:02:25 +02:00

INAV Configurator

INAV Configurator is a crossplatform configuration tool for the INAV flight control system.

It runs as an app within Google Chrome and allows you to configure the Cleanflight software running on any supported INAV target.

Various types of aircraft are supported by the tool and by cleanflight, e.g. quadcopters, hexacopters, octocopters and fixed-wing aircraft.

available in the Chrome web store

Authors

Dominic Clifton/hydra - maintainer of the Cleanflight firmware and configurator.

Cleanflight Configurator was originally a fork of Baseflight Configurator with support for Cleanflight instead of Baseflight.

This configurator is the only configurator with support for Cleanflight specific features. It will likely require that you run the latest firmware on the flight controller. If you are experiencing any problems please make sure you are running the latest firmware version.

Installation

Via chrome webstore

  1. Visit Chrome web store
  2. Click + Free

Please note - the application will automatically update itself when new versions are released. Please ensure you maintain configuration backups as described in the Cleanflight documentation.

Alternative way

  1. Clone the repo to any local directory or download it as zip
  2. Start Chromium or Google Chrome and go to tools -> extension
  3. Check the "Developer mode" checkbox
  4. Click on load unpacked extension and point it to the Cleanflight Configurator directory (for example D:/cleanflight-configurator)

How to use

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

Notes

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

Support

If you need help your please use the multiwii or rcgroups forums or visit the IRC channel before raising issues in the issue trackers.

Issue trackers

For Cleanflight configurator issues raise them here

https://github.com/cleanflight/cleanflight-configurator/issues

For Cleanflight firmware issues raise them here

https://github.com/cleanflight/cleanflight/issues

IRC Channel

There is an IRC channel for Cleanflight, here: irc://irc.freenode.net/#cleanflight

Support for Baseflight Configurator can also be found on IRC, here: irc://irc.freenode.net/#multiwii

Technical details

The configurator is based on chrome.serial API running on Google Chrome/Chromium core.

Developers

We accept clean and reasonable patches, submit them!

Credits

ctn - primary author and maintainer of Baseflight Configurator from which this project was forked.