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

Building Smart Drones with ESP8266 and Arduino
By :

In this section we will ship or drop a package to a destination by our drone. This is a tricky part in the Mission Planner software. There is no direct way to do it. We can modify the camera shutter button to drop a package from our drone. We need to connect a servo motor with ArduPilot, and we will trigger a signal to the channel we connect and move the servo. If we have a placeholder connected to our servo, we can drop the package from the placeholder by triggering the servo from our remote or the Mission Planner software.
Let's connect the servo motor first. For our quadcopter, we have used one-four output channels of ArduPilot. On any other channel, we will connect a servo, as shown in the following picture:
Optional Hardware
, select Camera Gimbal
. At the bottom you will see the camera Shutter
option. Select an unused channel (I chose CH7
) and set the Shutter Pushed
to 1100
for a better...