David Mayo

I am a masters of engineering at MIT studying EECS. I am interested in artificial intelligence, machine learning, computer vision, and robotics.

Quadcopter From Scratch


Description

This project is a fully hand-built quadrotor, which balances itself using accelerometer and gyroscope data, and a proportional-derivative algorithm. A wireless controller, also hand-made, controls the desired average throttle of the motors, and relays this information to the quadrotor in real-time. I worked on this project with Albert Shaw and Clayton Ritcher.

Wiring

As my first venture into the world of microcontrollers, my main goal for this project was to develop my electrical engineering skills, and ultimately, make something that could fly. All of the code was written in C, and ran on a PIC microcontroller. Below is the wiring diagram for the quadrotor 'brain' as well as a picture of the 'brain':

quadcopter wiring diatram quadcopter brain circuit board quadcopter remote control circuit board

Frame Construction

quadcopter frame

Motors

quadcopter motors quadcopter diagram

Sensors

quadcopter motors quadcopter diagram

Testing Videos

Github | Email