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)

Using a smartphone to enable the Follow Me feature of ArduPilot

You can make your drone follow you if you use a smartphone. Your smartphone already has a built-in GPS, and the drone will follow your phone if properly configured. You will need an OTG connector to connect the telemetry to your phone. Wherever you take your phone, your drone will follow it, as long as the data transmission is good. You can use any of the following two applications (there might be other applications that I have not tested) for this:

  • DroidPlanner2
  • Tower

Unfortunately, neither of the applications is available for iPhone (there is the 3DR Solo application for iPhone that can be used to control the on-drone camera by using Wi-Fi and Sidepilot, which is able to configure the drone to Follow Me mode if you use the ArduCopter or 3DR Solo platforms). So, we need to use Android phones. Let's learn how...