All Projects → emuflight → EmuConfigurator

emuflight / EmuConfigurator

Licence: GPL-3.0 License
Emuflight Configurator is a cross-platform configuration tool for the Emuflight flight control system

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
NSIS
403 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects
Jinja
831 projects

Projects that are alternatives of or similar to EmuConfigurator

Cleanflight
Clean-code version of the baseflight flight controller firmware
Stars: ✭ 2,362 (+1953.91%)
Mutual labels:  quadcopter, flight-controller, cleanflight
-HactoberFest2021-For All Beginers-
Raise Genuine PRs, Your PRs will be accepted, Star This Repo, You aren't allowed to Update README.md
Stars: ✭ 33 (-71.3%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
downloadTimeCalculator
A site to get approximate download time
Stars: ✭ 25 (-78.26%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
wazuh-puppet
Wazuh - Puppet module
Stars: ✭ 25 (-78.26%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
cinesimile
CineSimile is a platform that shows similar movies for a specific movie.
Stars: ✭ 16 (-86.09%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Resources
No description or website provided.
Stars: ✭ 25 (-78.26%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
nostromo
BLDC ESC firmware (GPLv3.0)
Stars: ✭ 36 (-68.7%)
Mutual labels:  quadcopter, fpv
HacktoberFest-21
A mentorship initiative to help beginners kickstarting their open-source journey by completing Hacktoberfest'21 challenge | Curated list of beginner-friendly issues for Hacktoberfest 2021 | Raise PR to add your issues
Stars: ✭ 27 (-76.52%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest2021-DSA
If You know the implementation of any DSA related topic/problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo. You aren't allowed to Update README.md. Welcoming developers, content writers, and programming enthusiasts.
Stars: ✭ 232 (+101.74%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
HealthBliss-Hacktoberfest2021
HealthBliss is a static responsive website which provides its users with good health reads on how to overcome anxiety, depression and bipolar disorders. Check the readme to know more.
Stars: ✭ 22 (-80.87%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
magento2-showoutofstockprice
This Magento2 Module adds prices and the add-to-cart button to out-of-stock configurable products.
Stars: ✭ 22 (-80.87%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (-80%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest-2021
An Open Source repository to Teach people How to contribute to open sources.
Stars: ✭ 98 (-14.78%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Leetcode-scripts
Repo for creating awesome leetcode solution scripts to make my panda smarter
Stars: ✭ 16 (-86.09%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
algorithmshacktoberfest2021
Some algorithms, than i need some help to complete !
Stars: ✭ 25 (-78.26%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Vibranium
Web template for and by DSC chapters worldwide because we are a Wakanda of student developers and future technology leaders from all across the world. 🎉
Stars: ✭ 89 (-22.61%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
MERN-E-Commerce
A simple E-Commerce app built on MERN stack with integrated Stripe Checkout.
Stars: ✭ 57 (-50.43%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Dev-Essentials
A Chrome Extension, built to keep you updated with the latest happenings, upcoming contests and, new tech innovations.
Stars: ✭ 16 (-86.09%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
LaunchPadFlightController
TM4C123G based Flight Controller
Stars: ✭ 62 (-46.09%)
Mutual labels:  quadcopter, flight-controller
Angular
A repositoy to learn and boost your Angular skills. It contains cheatsheet, code, articlues and all learning resources you need.
Stars: ✭ 49 (-57.39%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021

Emuflight Configurator

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

Emuflight

Various types of aircraft are supported by the tool and by Emuflight

  • quadcopters
  • hexacopters
  • octocopters
  • fixed-wing aircraft.

The application allows you to configure the Emuflight software running on any supported Emuflight target.

Downloads

Please download our releases at GitHub.

Build Status

Authors

Emuflight Configurator is a fork of the Cleanflight Configurator with support for Emuflight instead of Cleanflight.

This configurator is the only configurator with support for Emuflight specific features!

If you are experiencing any problems please make sure you are running the latest firmware version.

Installation

Standalone

This is the default installation method, and at some point in the future this will become the only way available for most platforms. Please use this method whenever possible.

Please download the installer from the Release page.

Apple OSX/Mac

The application is signed and built on a secure environment but we are still working on notarization to get accepted on the Apple Store.

In the meantime, please right-click the application and select Open to be able to override the strict security restrictions.

Experimental Test Builds

Automated Builds available to try on your own risk!

Development

Setup

  1. Install Node.js
  2. Install yarn: npm install yarn -g
  3. Change to project folder and run: yarn install
  4. Run yarn start

Run Tests

yarn test

Build and Release

The tasks are defined in gulpfile.js and can be run with through yarn:

yarn gulp <taskname> [[platform] [platform] ...]

Available Tasks

List of possible values of <task-name>:

  • dist copies all the JS and CSS files in the ./dist folder
  • apps builds the apps in the ./apps folder [1]
  • debug builds debug version of the apps in the ./debug folder [1]
  • release zips up the apps into individual archives in the ./release folder [1]

Build or release app for one specific platform

To build or release only for one specific platform you can append the plaform after the task-name. If no platform is provided, all the platforms will be done in sequence.

  • MacOS use yarn gulp <task-name> --osx64
  • Linux use yarn gulp <task-name> --linux64
  • Windows use yarn gulp <task-name> --win32
  • ChromeOS use yarn gulp <task-name> --chromeos

You can also use multiple platforms e.g. yarn gulp <taskname> --osx64 --linux64.

Languages

Emuflight Configurator has been translated into several languages.

The application will try to detect and use your system language if a translation into this language is available.

If you prefer to have the application in English or any other language, you can select your desired language in the options menu of the application.

Notes

WebGL

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

Linux users

Please add your user into the dialout group for serial access:

sudo usermod -aG dialout $USER

Linux / MacOSX users

If you have 3D model animation problems, enable "Override software rendering list" in Chrome flags at

chrome://flags/#ignore-gpu-blacklist

Support

If you need help please reach out in Emuflight support chat on Discord before raising issues on Github.

Please register and join via this link.

Issue trackers

Thank you!

Developers

We accept clean and reasonable patches, please submit them!


Emuflight

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].