Ornithopter

Developed original design and built prototypes for a remote-control mechanical bird drone

I started this project with research: I began by studying bird flight biomechanics and aerodynamics. First, I focused on the complex motion of flapping wings and the aerodynamics and biomechanics that allow for the extreme efficiency of bird flight. I read research papers on the subject, and studied slow motion videos of flapping wings, making sure to measure exact angles, frequencies, velocities, and positions. Then, I studied the body shape, mass distribution, size, weight, and flight angles/positions of birds.

Once I had completed my biological research, I focused on the technical research. I studied principles of mechanical design, advanced CAD design and simulation, small-scale aeronautical design, rapid protoyping and manufacturing techniques, lightweight materials, mechatronics/avionics circuits & control-system programming, RF-control system electronics, and so on.

Once I was done with research, I brainstormed ideas and hand-drafted rough designs and parameters. I based the rough parameters, dimensions, size, weight, flapping-frequency and angles on a Red-Tailed Hawk. I focused especially on the design of a mechanism that would mechanically emulate the folding movement of bird wings, and extremely lightweight yet strong self-locking (through material tension) body and wing structures.

Next, I moved on to CAD design the machine using Autodesk Fusion 360. I began by making mechanical models of different flapping mechanisms--testing them, improving them, and troubleshooting them. Designign the flapping mechanism was incredibly complex and difficult, but after countless failed ideas, I developed an effective and efficient flapping mechanism that uses a system of levers connected to the drive gear to accomplish the desired movement.

Next, I designed a gearbox that transmitted the high-velocity low-torque input of an RC helicopter motor to the high-torque low-velocity (5 Hertz frequecy) drive gears. I designed all of the gears using a python script for Fusion 360. I then designed a lightweight fuselage structure that used tension in the bent skeleton to effectively hold itself together a flexible strength that could resist the violent flapping movement of the wings and possible crashes. I also designed a similar self-supporting wing-spar struture. This structure was designed such that the wings would flex more on the trailing end than the front end, so that the flapping motion would generate forward thrust in addition to lift (as in the flexible wings of birds). Additionally, this self-supporting flexible structure would minimize added weight of excess adhesive and joints.

The next step was prototyping the machine. I 3D-printed the mechanical component (joints, gears, connections, etc.) using a high-precision resin 3D-printer. I laser-cut the fuselage skeleton structure out of lightweight fiberglass composite. The wing spars were cut from carbon fiber rods, and the wing fabric was ripstop ultralight nylon. The machine was assembled with adhesive, and metric steel and nylon screws/bolts.

The final part of this project was the electronics. I used an arduino nano microcontroller for the receiver on the drone, and an arduino uno microcontroller for the remote control. The drone control system involved a motor controller connected to the main drive motor, a dual-servo tail control system (two servos control horizontal flaps on the tail), and an radio frequency receiver, all wired to a rechargeable battery and the arduino nano. The remote control had a radio frequency emmmiter, a joystick, and a potentiometer throttle.