Building a custom octocopter from scratch with no prior hardware experience
- Hardware
- AI
- Robotics
- Open Source
The post is a build log for a custom octocopter by someone without prior drone or hardware experience. It walks through the mechanical design, CNC-cutting G-10 fiberglass arms and a carbon fiber body, assembly with a printed jig, and a control stack built around Betaflight with reinforcement learning layered in because the builder wanted a real-world RL project. That last part got attention because for a normal multirotor, RL is not the standard answer. The useful consensus was that the project is impressive precisely because it tackled several disciplines at once, but the engineering choices were more conservative than they first looked. Using CNC-cut composite parts instead of a fully 3D printed frame was treated as the right call, since multirotors punish weak or resonant structures and vibration problems quickly swamp everything else. On control, people grounded expectations. Commodity and open source drones still rely on fast PID loops for stabilization, often with filtering and higher-level control layered above them. RL may help in more dynamic autonomy problems or aircraft with changing flight regimes, but for level flight and waypoint following it is extra complexity, which the builder openly acknowledged. A side thread fixated on AI-assisted writing in the blog post and on whether “octocopter” is the correct term, but those mostly read as noise next to the core signal: this was a serious multidisciplinary build, and the comments that mattered explained why structure and control architecture matter more than novelty points.
If you are building physical systems outside your background, this is a strong case for documenting decisions and choosing conservative hardware when dynamics are unforgiving. For drone teams, the useful lesson is that RL is still mainly a research or special-mission tool, while frame stiffness and vibration control remain the practical bottlenecks that decide whether the aircraft flies well at all.
- karolina.mgdubiel.com
- Discuss on HN