-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Building Smart Drones with ESP8266 and Arduino
By :

You can select the waypoints from the WayPoint
panel, as shown before. When you select a waypoint, the latitude and longitude are added to the waypoint. It means the drone will follow the position and go there by following the shortest path algorithm. We can do some actions on the location points by changing the command from the WayPoint
panel. Please try them yourself and let me know what happens and which command you liked most.
In this chapter, we have successfully delivered a package to a place by using our mission control drone. But mission control needs to be aware of the weather and the environment for a successful flight and mission. So, if we can monitor the weather surrounding the drone, we can fly it safely and the package can be delivered without any problem.
To monitor the weather, we need the following things (for demonstration purposes, we will only look at the air pressure in this chapter...