rcbull / Building-Smart-Drones-with-ESP8266-and-Arduino

Building Smart Drones with ESP8266 and Arduino, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Smart Drones with ESP8266 and Arduino

This is the code repository for Building Smart Drones with ESP8266 and Arduino, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

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.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter03.

The code will look like the following:

  if (bmp180.begin())
       Serial.println("BMP180 initialization   
     successful");
   else
     {
       Serial.println("BMP180 initialization  
       failed\n\n");
       while(1); 
     }

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Building Smart Drones with ESP8266 and Arduino, published by Packt

License:MIT License


Languages

Language:C++ 100.0%