EmuFlight VS cleanflight

Compare EmuFlight vs cleanflight and see what are their differences.

cleanflight

Clean-code version of the baseflight flight controller firmware (by cleanflight)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
EmuFlight cleanflight
7 5
428 2,567
1.6% 0.7%
9.0 4.5
5 days ago 6 months ago
C C
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

EmuFlight

Posts with mentions or reviews of EmuFlight. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-15.

cleanflight

Posts with mentions or reviews of cleanflight. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-27.
  • Reversing 2.4GHz Remote Control
    3 projects | news.ycombinator.com | 27 Apr 2022
    Wheni first stumbled across https://github.com/jopohl/urh (universal radio hacker) i couldn’t believe my luck.

    I’ve done stuff like this manually before (as in just collecting all the bits and then trying to ascribe meaning, e.g. https://github.com/cleanflight/cleanflight/issues/1125#issue... ) but i used URH to reverse my bbq temperature sensors.

    I have an alexa skill that shows the last 20 readings for both probes on a graph. It is stupidly over the top (a Pi with a cheap sdr dongle listens for packets from the bbq down the garden, it parses out the measurements and fires them into a dynamodb which is absurd but it was quick to do, then the Alexa skill just pulls from there and sends to a chart api that draws my line graphs to show on alex’s screen - totally absurd but great fun to do)

  • programmer needed for a simple job
    1 project | /r/rccars | 26 Jan 2022
  • Cleanflight 1.1.
    2 projects | /r/Multicopter | 8 May 2021
    This? https://github.com/cleanflight/cleanflight/releases/tag/v1.1.0
  • Alternatives to Betaflight
    1 project | /r/diydrones | 31 Mar 2021
  • Universal Radio Hacker: Investigate Wireless Protocols Like a Boss
    2 projects | news.ycombinator.com | 27 Feb 2021
    This made it really easy to figure out how to interpret the packets from my wireless barbeque thermometer. Previously i used some monstrous excel for this kind of pattern finding, e.g. https://github.com/cleanflight/cleanflight/issues/1125#issue...

    In the end the bbq temp sensor turned out to be trivial, using rtl433 on a raspberry pi I just log the packets to a dynamo table and alexa (using google charts from a lambda) plots the last 20 points on screen.

What are some alternatives?

When comparing EmuFlight and cleanflight you can also consider the following projects:

betaflight - Open Source Flight Controller Firmware

cleanflight-configurator - Google chrome/chromium based configuration tool for the cleanflight firmware

ExpressLRS-Hardware - STM32/ESP32/ESP8285-based High-Performance Radio Link for RC applications

inav - INAV: Navigation-enabled flight control software

bluejay - :bird: Digital ESC firmware for controlling brushless motors in multirotors

DroneBridge - DroneBridge is a system based on the WifiBroadcast approach. A bidirectional digital radio link between two endpoints is established using standard WiFi hardware and a custom protocol. DroneBridge is optimized for use in UAV applications and is a complete system. It is intended be a real alternative to other similar systems, such as DJI Lightbridge or OcuSync.

urh - Universal Radio Hacker: Investigate Wireless Protocols Like A Boss

rtl-sdr-blog - Modified Osmocom drivers with enhancements for RTL-SDR Blog V3 and V4 units.

EmuConfigurator - Emuflight Configurator is a cross-platform configuration tool for the Emuflight flight control system

betaflight_processing - This repository contains only processing charts based on latest Betaflight (4.3) version