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

Connecting ArduPilot


ArduPilot can be easily connected to a computer via a USB or a MicroUSB cable. In Windows systems, ArduPilot is usually connected to COM3 but this actually depends on the devices that are also connected, so it might be a different COM. As you can see in the following screenshot, since I have more devices connected, ArduPilot is connected to COM5.

For the purpose of troubleshooting, please have a look at the Device Manager section that you can find in the Computer Management program:

On Mission Planner, you can now see that the selected port is COM5 and the bound rate is 115200 (default):

As soon as you click on CONNECT, there are several things that will happen. First, the software will load all the current parameters that your ArduPilot already has (it might take some time). After that, information in the bottom-left section will appear, as seen in the following screenshot. Also, you can now see the horizon of your quadcopter and maybe some error messages:

Note that when...