Close
0%
0%

ParaDrone: Autopilot for Parachutes

Arduino based autopilot system for any parachute

Similar projects worth following
BASEline ParaDrone aims to automate the flight of any parachute or paraglider.

The system consists of:
- Hardware to pull left and right toggles.
- Electronics for remote control and autopilot control.
- Autopilot software

Some background: I'm a skydiver and wingsuit base jumper. In early 2020, I was thinking about ways to make skydives without needing to buy an entire plane or helicopter to jump out of. Initially I was thinking about human lift drones, but it seemed impractical. Then it occurred to me: how hard would it really be to make a self-flying parachute? And if you can autonomously fly a parachute, why not a paraglider? Or even a paramotor. And so the idea for ParaDrone was born...

  • Leveling Up

    Kenny03/23/2021 at 00:35 0 comments

    (Summer 2020)

    After the successful flight of the first prototype, it was time to start building a more advanced system. The first prototype literally used kitchen cabinet hardware. Going forward I had 3 goals: 1) More power 2) More reliable and 3) Autonomous.

    Power

    The servos used on the prototype actually worked to pull down parachute toggles with over 10lbs of force. The problem was that they needed to be geared way down to do so. Changing gear ratios wasn't going to make up for the tiny motor inside the servo, so a bigger motor was needed.

    I explored many options - servos, steppers, brushless, and brushed DC motors. Ultimately settled on a 37mm diameter 200 rpm gearbox brushed DC motor. Brushed motors have the best torque at low RPM and that's what is needed here.

    Toggle range limiting

    One of the first problems with the prototype is: what happens when you reach the "top" of the toggle stroke. The answer is that it starts wrapping around the spool the other direction (clockwise/counterclockwise). So unless you're watching the toggle, there is no way to command the motor "go up". Since it will eventually overshoot and come back down. To fix this problem was very tricky, and continues to be one of the core engineering challenges of this project: How to apply range limiting to the toggle tether? I solved this by adding a limit switch that is triggered when the spool starts winding too far "clockwise":

    The 3D printed enclosure also helps keep the line from unwinding off the spool, fixing a possible failure mode when there is slack in the line.

    I had never 3D printed anything before. To make this happen I had to buy a 3D printer (Monoprice Voxel) and learn to use CAD software for the first time. Because I'm a software developer, and apparently like pain, I designed ParaDrone in openjscad.

    Autonomy

    Finally, Remote Control (R/C) is cool, but the goal here is to have an autonomous self-flying parachute. So that means there needs to be a microcontroller. I have played with Raspberry Pis before, but it felt like the wrong tool for the job. Since it's a full computer, the Rasberry Pi has slow boot time, and higher power requirements than an Arduino. But I had never done any embedded systems development, so add that to the pile of things to learn for this project.

  • Minimum Viable Prototype

    Kenny01/21/2021 at 03:53 0 comments

    (Early 2020)

    In order to prove the concept I wanted to build a minimum viable prototype. I took an 18" board, 2 continuous rotation servos, and an off-the-shelf R/C setup.

    The line would wind around the servo on a spool, guided by kitchen cabinet hardware. RSL shackles on the end of the line were used to attach to toggles on the parachute. Then I took it to my local skydiving dropzone to test it:

    SUCCESS! The first test proved it was viable, but needed improvement...

View all 2 project logs

Enjoy this project?

Share

Discussions

freeflightlab wrote 01/22/2021 at 02:33 point

Love the flight testing!

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates