Skip to content

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

Repository files navigation

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.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to download a free PDF copy of this book.

https://packt.link/free-ebook/9781788477512

About

Building Smart Drones with ESP8266 and Arduino, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages