All Projects → emuflight → Emuflight

emuflight / Emuflight

Licence: gpl-3.0
EmuFlight is flight controller software (firmware) used to fly multi-rotor craft.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Emuflight

QUICKSILVER
Flight Controller Firmware
Stars: ✭ 45 (-75.54%)
Mutual labels:  quadcopter, stm32
Superview
A small program that takes a 4:3 aspect ratio video file, and transforms it to a 16:9 video using the GoPro SuperView method
Stars: ✭ 137 (-25.54%)
Mutual labels:  hacktoberfest, quadcopter
Qcopterremotecontrol
遙控板 RemoteControl,使用 STM32F407VG / STM32F411CE
Stars: ✭ 40 (-78.26%)
Mutual labels:  stm32, quadcopter
Qcopterflightcontrol
飛控板 FlightController,使用 STM32F405RG / STM32F411CE
Stars: ✭ 143 (-22.28%)
Mutual labels:  stm32, quadcopter
Inav
INAV: Navigation-enabled flight control software
Stars: ✭ 1,830 (+894.57%)
Mutual labels:  hacktoberfest, quadcopter
Nf Interpreter
⚙️ nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
Stars: ✭ 168 (-8.7%)
Mutual labels:  hacktoberfest, stm32
Electricalage
Electrical Age (ELN) is a Minecraft Mod offering the ability to perform large-scale in-game electrical simulations.
Stars: ✭ 185 (+0.54%)
Mutual labels:  hacktoberfest
Cosmos
Hacktoberfest 2021 | World's largest Contributor driven code dataset | Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter |
Stars: ✭ 12,936 (+6930.43%)
Mutual labels:  hacktoberfest
Simplepresence
An easy and simple way to set your Discord Rich Presence Status through RPC (no token required)
Stars: ✭ 184 (+0%)
Mutual labels:  hacktoberfest
Otter Iron Pro
USB-PD soldering station for JBC C245 handles.
Stars: ✭ 182 (-1.09%)
Mutual labels:  stm32
Jaeger
CNCF Jaeger, a Distributed Tracing Platform
Stars: ✭ 14,813 (+7950.54%)
Mutual labels:  hacktoberfest
Moya
Network abstraction layer written in Swift.
Stars: ✭ 13,607 (+7295.11%)
Mutual labels:  hacktoberfest
Google Signin
Google Sign-in for your React Native applications
Stars: ✭ 2,391 (+1199.46%)
Mutual labels:  hacktoberfest
Fluentvalidation
A library for using FluentValidation with Blazor
Stars: ✭ 184 (+0%)
Mutual labels:  hacktoberfest
Monica
Personal CRM. Remember everything about your friends, family and business relationships.
Stars: ✭ 15,499 (+8323.37%)
Mutual labels:  hacktoberfest
Dirtyjtag
JTAG probe firmware for STM32F1
Stars: ✭ 183 (-0.54%)
Mutual labels:  stm32
Plotly.js
Open-source JavaScript charting library behind Plotly and Dash
Stars: ✭ 14,268 (+7654.35%)
Mutual labels:  hacktoberfest
Star Battle
🎮 A spaceship shooting game developed using JavaScript ES6, Canvas
Stars: ✭ 184 (+0%)
Mutual labels:  hacktoberfest
Json Avro Converter
JSON to Avro conversion tool designed to make migration to Avro easier.
Stars: ✭ 186 (+1.09%)
Mutual labels:  hacktoberfest
Supertinyicons
Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos
Stars: ✭ 13,177 (+7061.41%)
Mutual labels:  hacktoberfest

EmuFlight

EmuFlight is flight controller software (firmware) used to fly multi-rotor craft.

This fork differs from Baseflight, Cleanflight and Betaflight in that it focuses on flight performance, innovative filtering, and leading-edge features.

WARNING

DJI components bypass Configurator safety-checks. Do not attempt arming while connected to Configurator with LiPo plugged. Always remove propellers and use a smoke-stopper for extra safety.

News

Currently working on the first official release of EmuFlight. To get the latest updates as well as support from us, you can join our discord at https://discord.gg/gdP9CwE.

Features

EmuFlight has some of the following features:

  • Multi-color RGB LED strip support (each LED can be a different color using variable length WS2811 Addressable RGB strips - use for Orientation Indicators, Low Battery Warning, Flight Mode Status, Initialization Troubleshooting, etc)
  • DShot (150, 300, 600, 1200, 2400, 4800), Multishot, and Oneshot (125 and 42) motor protocol support
  • Blackbox flight recorder logging (to onboard flash or external microSD card where equipped)
  • Support for targets that use the STM32 F7 and F4 processors. F3 Support removed after version 0.1.0
  • PWM, PPM, and Serial (SBus, SumH, SumD, Spektrum 1024/2048, XBus, etc) RX connection with failsafe detection
  • Multiple telemetry protocols (CSRF, FrSky, HoTT smart-port, MSP, etc)
  • RSSI via ADC - Uses ADC to read PWM RSSI signals, tested with FrSky D4R-II, X8R, X4R-SB, & XSR
  • OSD support & configuration without needing third-party OSD software/firmware/comm devices
  • OLED Displays - Display information on: Battery voltage/current/mAh, profile, rate profile, mode, version, sensors, etc
  • In-flight manual PID tuning and rate adjustment
  • Rate profiles and in-flight selection of them
  • Configurable serial ports for Serial RX, Telemetry, ESC telemetry, MSP, GPS, OSD, Sonar, etc - Use most devices on any port, softserial included
  • VTX support for Unify Pro and IRC Tramp
  • Latest IMUF filtering technology
  • and MUCH, MUCH more.

Installation & Documentation

See: https://github.com/emuflight/EmuFlight/wiki

Support and Developers Channel

There's a dedicated Discord chat channel here:

https://discord.gg/gdP9CwE

Etiquette: Don't ask to ask and please wait around long enough for a reply - sometimes people are out flying, asleep or at work and can't answer immediately.

Configuration Tool

To configure EmuFlight you should use the EmuFlight-configurator GUI tool (Windows/OSX/Linux) which can be found here:

https://github.com/emuflight/EmuConfigurator

DJI OSD [In]Compatibility

Setting PIDs and Rates (except for Feed Forward) is supported with the DJI OSD. The filtering menus (MISC PP, FILT PP, FILT GLB) are not currently supported and may result in unintended filtering settings.

Contributing

Contributions are welcome and encouraged. You can contribute in many ways:

  • Documentation updates and corrections.
  • How-To guides - received help? Help others!
  • Bug reporting & fixes.
  • New feature ideas & suggestions.

The best place to start is the EmuFlight Discord (registration here. Next place is the github issue tracker:

https://github.com/emuflight/EmuFlight/issues

https://github.com/emuflight/EmuConfigurator/issues

Before creating new issues please check to see if there is an existing one, search first otherwise you waste peoples time when they could be coding instead!

If you want to contribute to our efforts financially, please consider making a donation to us through PayPal (Not yet setup).

If you want to contribute financially on an ongoing basis, you should consider becoming a patron for us on Patreon (Not yet setup).

Developers

Contribution of bugfixes and new features is encouraged. Please be aware that we have a thorough review process for pull requests, and be prepared to explain what you want to achieve with your pull request. Before starting to write code, please read our development guidelines and coding style definition.

EmuFlight Releases

Build Status Codacy Badge

https://github.com/emuflight/EmuFlight/releases

Open Source / Contributors

EmuFlight is software that is open source and is available free of charge without warranty to all users.

EmuFlight is forked from Betaflight, so thanks goes to all those whom have contributed to Cleanflight, Betaflight, Butterflight and their origins.

Origins for this fork (Thanks!):

  • Alexinparis (for MultiWii),
  • timecop (for Baseflight),
  • Dominic Clifton (for Cleanflight),
  • borisbstyle (for Betaflight),
  • Sambas (for the original STM32F4 port), and
  • Marinus (for forking IMUF thus beginning EmuFlight).

The EmuFlight Configurator is forked from Betaflight Configurator and its origins.

Origins for EmuFlight Configurator:

  • Dominic Clifton (for Cleanflight configurator), and
  • ctn (for the original Configurator).

Big thanks to current and past contributors:

  • Budden, Martin (martinbudden)
  • Bardwell, Joshua (joshuabardwell)
  • Blackman, Jason (blckmn)
  • ctzsnooze
  • Höglund, Anders (andershoglund)
  • Ledvina, Petr (ledvinap) - IO code awesomeness!
  • kc10kevin
  • Keeble, Gary (MadmanK)
  • Keller, Michael (mikeller) - Configurator brilliance
  • Kravcov, Albert (skaman82) - Configurator brilliance
  • MJ666
  • Nathan (nathantsoi)
  • ravnav
  • sambas - bringing us the F4
  • savaga
  • Stålheim, Anton (KiteAnton)
  • Tim Sweet, Kaylin Doerr, Shawn Loftin - Filtering improvements, IMUF

And many many others who haven't been mentioned....

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].