# Flying with Patron FPV

In this section you will learn basic flight controls of Patron FPV.

## Basic controls

<figure><img src="/files/PZprET4eTDM9Oq2nmIQK" alt=""><figcaption><p>Basic controller bindings (recommended)</p></figcaption></figure>

<table><thead><tr><th width="101">Button</th><th>Action</th><th width="95">Button</th><th>Action</th></tr></thead><tbody><tr><td><strong>(1)</strong></td><td>Throttle and Yaw</td><td><strong>(7)</strong></td><td>Zoom in</td></tr><tr><td><strong>(2)</strong></td><td>Pitch and Roll</td><td><strong>(8)</strong></td><td>Zoom out</td></tr><tr><td><strong>(3)</strong></td><td>Arm</td><td><strong>(9)</strong></td><td>Emergency stop</td></tr><tr><td><strong>(4)</strong></td><td>Land</td><td><strong>(10)</strong></td><td>Emergency stop</td></tr><tr><td><strong>(5)</strong></td><td>Loiter</td><td><strong>(11)</strong></td><td><em>unused (customizable)</em></td></tr><tr><td><strong>(6)</strong></td><td>Altitude Hold</td><td><strong>(12)</strong></td><td><em>unused (customizable)</em></td></tr></tbody></table>

## Manual flight

{% stepper %}
{% step %}
**Pre-flight check**

Make sure, that:

* propellers are facing correct directions and are tightened firmly.
* FPV battery is charged.
* there is no visible damage to FPV or loose parts.
* all other necessary devices are charged and are working properly.
  {% endstep %}

{% step %}
**Pair devices**

1. Make sure, that **controller sticks are in their default position**. Both sticks must be **in the center position**.
2. Check if the drone is **disarmed**.
3. **Plug in FPV battery**, which will automatically turn on FPV.
4. **Wait until FPV initializes itself**. Successfully initialized drone with GPS lock is signalized by LEDs on the GPS module flashing green.

{% hint style="info" %}
You can take a look on all GPS LEDs meanings in the following documentation:\
<https://ardupilot.org/copter/docs/common-leds-pixhawk.html>
{% endhint %}
{% endstep %}

{% step %}
**In flight controls**

{% hint style="info" %}
We recommend to move the sticks **very gently** at first. By doing so you can prevent sudden and unexpected changes in movement of the drone and possible crashes.
{% endhint %}

<table><thead><tr><th width="145">Controller</th><th width="156">Fly direction</th><th>LOITER MODE Description</th></tr></thead><tbody><tr><td><img src="/files/tm1oi7dndi2N9hwgw8sx" alt=""></td><td><img src="/files/ueRjzzaOqlhgHXsiMhtd" alt=""></td><td><strong>Ascend/Descend</strong> - Changes drone's <strong>throttle</strong>. Move the stick up to ascend and down to descend.</td></tr><tr><td><img src="/files/2Ql4htMj5RQ5WTjcTkYA" alt=""></td><td><img src="/files/RHZOc3WBkNsgtRSr2Ys8" alt=""></td><td><strong>Rotate</strong> - Changes drone's <strong>yaw</strong>. Move the stick right to rotate clockwise and left to rotate counter-clockwise</td></tr><tr><td><img src="/files/WGaDcd8gqytCn7HuhbW4" alt=""></td><td><img src="/files/8IGx77BMrzTaNBH80BVb" alt=""></td><td><strong>Forward/Backward</strong> - Changes drone's <strong>pitch</strong>. Move the stick up to fly forward, move it down to fly backwards.</td></tr><tr><td><img src="/files/vfkbpSd5pheQlNMBtIxE" alt=""></td><td><img src="/files/fNfmx8fXE6xhC2AIDRAe" alt=""></td><td><strong>Right/Left</strong> - Changes drone's <strong>roll</strong>. Move the stick right to fly to the right, move it left to fly to the left.</td></tr></tbody></table>

{% hint style="info" %}
Changing default flight modes can be done through GCS in `Vehicle Setup/Flight Modes` by changing `Flight Mode` 1 to 6.
{% endhint %}

**Emergency stop**

Emergency stop is designed to immediately stop all motors whether the aircraft is flying or not. Its purpose is to prevent damage, injury, or further operational issues.

**Emergency stop can be activated anytime.**

To activate emergency stop **push buttons ( 9 )** and **( 10 )** simultaneously.
{% endstep %}

{% step %}
**Arming and takeoff**

{% hint style="info" %}
It is recommended to take off in `Loiter` flight mode. `Loiter` mode **maintains the current location, heading and altitude** automatically, which makes it suitable for beginner operators.

To use `Loiter` mode, your GPS has to be successfully connected to satellite network. (signalized by **flashing green** LEDs when FPV is disarmed)
{% endhint %}

1. Arm the drone by pressing button **( 3 )**.
2. To take off with the drone, slowly move the throttle stick up, until the drone starts slowly moving up in the air.
   {% endstep %}

{% step %}
**Landing and disarming**

{% hint style="warning" %}
Always check your landing area for obstacles or uneven terrain to avoid damaging or crashing the drone.
{% endhint %}

1. Switch your drone to `Loiter` mode (optional, although recommended for beginners)
2. Position your aircraft about 10 m above the desired landing area.
3. Gently decrease your throttle using throttle stick until your drone starts slowly descending and hold your throttle stick on the same level.
4. When the drone touches the ground, disarm it by **pushing** **buttons ( 9 )** and **( 10 )** simultaneously.
5. Wait until the propellers stop spinning.

{% hint style="warning" %}
**Always keep your distance from landing or armed drone. Rotating propellers may cause serious injuries.**
{% endhint %}
{% endstep %}

{% step %}
**Post-flight**

{% hint style="warning" %}
**Turn off video recording** before disconnecting or removing the battery. If the battery is unplugged while recording, the video file will become corrupted.

In some cases, video may be repaired by using following tool:\
<https://github.com/anthwlock/untrunc>
{% endhint %}

If FPV is disarmed, turn it off by unplugging the battery.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airvolute.com/uas-platforms/patron-fpv/patron-fpv-user-manual/digital-patron-fpv/flying-with-patron-fpv.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
