Book Image

Building Smart Drones with ESP8266 and Arduino

By : Syed Omar Faruk Towaha
Book Image

Building Smart Drones with ESP8266 and Arduino

By: Syed Omar Faruk Towaha

Overview of this book

With the use of drones, DIY projects have taken off. Programmers are rapidly moving from traditional application programming to developing exciting multi-utility projects. This book will teach you to build industry-level drones with Arduino and ESP8266 and their modified versions of hardware. With this book, you will explore techniques for leveraging the tiny WiFi chip to enhance your drone and control it over a mobile phone. This book will start with teaching you how to solve problems while building your own WiFi controlled Arduino based drone. You will also learn how to build a Quadcopter and a mission critical drone. Moving on you will learn how to build a prototype drone that will be given a mission to complete which it will do it itself. You will also learn to build various exciting projects such as gliding and racing drones. By the end of this book you will learn how to maintain and troubleshoot your drone. By the end of this book, you will have learned to build drones using ESP8266 and Arduino and leverage their functionalities to the fullest.
Table of Contents (11 chapters)

Radio control calibration problem

For the ArduPilot, the default channel mappings are as follow:

  • Channel 1: Roll
  • Channel 2: Pitch
  • Channel 3: Throttle
  • Channel 4: Yaw
  • Channel 5: Flight modes
  • Channel 6: Optional; it can do multiple things

To start the radio calibration, you need to remove the propellers from the drone and connect the ArduPilot via USB to the computer. Then turn on the RC transmitter. Your receiver will display a solid green light if the transmitter is bound to the receiver.

Fire up the Mission Planner and go to Initial Setup | Mandatory Hardware | Radio Calibration. Now, if you move the gimbals and knobs of the RC receiver, you can see the green bars moving. To start calibration, click the Calibrate Radio button and hit OK.

You need to move the control sticks (the gimbals we control using our thumbs) and toggle all the buttons and turn on and off the knobs to the...