Book Image

Building a Quadcopter with Arduino

By : Vasilis Tzivaras
Book Image

Building a Quadcopter with Arduino

By: Vasilis Tzivaras

Overview of this book

<p>Quadcopters, also known as quadrotors, are gaining more and more popularity in today's world. With the help of these devices, anyone can have an “eye in the sky” and can monitor any place at any time. You can capture photographs and once a while and perform automated tasks. In this book, you will be informed about all the basic modules and electronics needed to fly a simple quadcopter. You’ll delve deep to create a fully-functional quadcopter quickly with the help of Arduino boards. Through this book, you’ll develop the skills needed to build a DIY drone that can capture pictures and record videos.</p>
Table of Contents (16 chapters)
Building a Quadcopter with Arduino
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Flight dynamics


A quadcopter consists of four motors. Each motor produces thrust and torque. The quadcopter can hover and stay steady over the ground when all four motors have the same torque and the total thrust of the craft is equal to or greater than m*g, where m is the mass of the craft and g is the gravity constant. Motors one and four spin clockwise, as shown in the following figure:

Motors two and three, on the other hand, spin counter clockwise. Since every motor produces torque, motor one cancels out the torque produced from motor four and motor two cancels out the torque produced from motor three.

Let's have a look at the quadcopter's maneuvers. Assuming that CM is the center of the craft mass; in order to implement a forward movement, all that is needed is to lower the angular velocity of motor one and two. As a result, there will be less thrust produced in the front than the rear resulting in the quadcopter moving forward. Similarly, we can lower the angular velocity of motors one and three or three and four and have either left or right movement. Lastly, there is one more maneuver that a quadcopter can do. In order to have yaw rotation, we need to lower the speed of any of the two opposite motors. Actually, doing this will increase or decrease the total left or right torque. This creates an imbalance in the torque between the motors; thus, causing the quadcopter to have yaw rotation.