InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
dRehmFlight Alternatives
Similar projects and alternatives to dRehmFlight
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
GAAS
GAAS is an open-source program designed for fully autonomous VTOL(a.k.a flying cars) and drones. GAAS stands for Generalized Autonomy Aviation System.
-
-
AUnit
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test. Used with EpoxyDuino for continuous builds.
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
QuickPID
A fast PID controller with multiple options. Various Integral anti-windup, Proportional, Derivative and timer control modes.
-
PID-Line-Follower
A robot which can follow a curvilinear path directed by a line on a surface, wherein both are of different colors. It uses a PID controller to do the same.
-
invensense-imu
Arduino and CMake library for communicating with the InvenSense MPU-6500, MPU-9250 and MPU-9255 nine-axis IMUs.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
dRehmFlight discussion
dRehmFlight reviews and mentions
- Getting into RC Planes
-
First DIY Drone Questions!
Since you mentioned programming, one other thing you should consider is the firmware. FPV drones typically run the betaflight firmware. betaflight is fairly mature, feature-rich and is aimed at racers and freestyle pilots. If you’re looking more to tinker with programing, you could start with this instead of a more standard flight controller: https://github.com/nickrehm/dRehmFlight
-
Book on programming my own autopilot
I have similar aspirations. No books, but if you want an example of someone who’s done that before, check out drhemflight. It’s not fully autonomous, but it’s a modular flight stabilizer running on teensy, which uses arduino IDE
- Does anyone know about a good avionics related open source project for learning purposes?
-
Seeking Advice and Help in Creating a Custom Flight Controller for My Mini Programmable Drone
There's several flight control systems on Github, such as Ardupilot, for example. I wouldn't undertake this without checking out what's already out there, all the way down to simple stabilization systems.
-
Ask HN: Best programmable drone / open source OS?
To add to this, most of the time one doesn't need to hack on the drone firmware itself. Just configuring/hacking the mission planner alone would go a long way: https://ardupilot.org/planner/
But if you're interested in more readable codebases without too much legacy headaches:
https://github.com/BossHobby/QUICKSILVER (for indoor drones mostly)
And for even less functionality but a good learning tool kind of codebase:
https://github.com/nickrehm/dRehmFlight
- Building Flight computer from scratch
- Does anyone have all the math required for creating a stabilization program for a rocket?
-
What did you wish you knew before making your own drone from scratch?
dRehmFlight is about the simplest a flight controller can get (in terms of code readability).
-
Inverted pendulum on a racing drone (power loop attempted)
This is actually my own flight controller code running on a teensy 4.0 microcontroller, coded in arduino: https://github.com/nickrehm/dRehmFlight
-
A note from our sponsor - InfluxDB
www.influxdata.com | 15 Jul 2025
Stats
nickrehm/dRehmFlight is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of dRehmFlight is C++.