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

Chapter 6. Flight Controller Setup

In the previous chapter, we installed all the electronic parts and, after connecting the battery, we verified that everything was working. The quadcopter needs to sense the environment. We need to calibrate our transmitter, accelerometer, and any other sensor that we might have. That way, the quadcopter will be able to understand if it is looking to the front, left, back, or right; it can also determine the necessary angles, which will later determine the exact maneuvers required for stabilization. In addition, proper calibration of the flight controller will result in a safe and stable flight. ArduPilot (APM FC) can be connected to a computer with a USB or a MicroUSB cable. This is the right way for all the calibrations that we need to do.

In this chapter, we will cover the following topics:

  • Information about the structure of the Mission Planner software

  • Uploading software to your ArduPilot flight controller

  • Setting up your ArduPilot

  • Tuning your flight controller...