# Phantom 3

## Overview

The third generation of the Phantom series from DJI.  This quadcopter includes a GPS module and a 3-axis gimbal for camera stabilization.  Released in 2015 the Phantom 3 features a top speed of 16 m/s and a flight time of around 25 minutes.

<figure><img src="/files/bYlPEr5RA2cVjx2KgmMZ" alt=""><figcaption></figcaption></figure>

## Specifications

### Aircraft

|                                   |                                                     |
| --------------------------------: | --------------------------------------------------- |
|                         **Model** | Phantom 3                                           |
|                  **Manufacturer** | DJI                                                 |
|                        **Copter** | Quadcopter                                          |
| **Satellite Positioning Systems** | GPS                                                 |
|   **Operating Temperature Range** | 32° to 104℉ (0° to 40℃)                             |
|              **Max Ascent Speed** | 5 m/s                                               |
|             **Max Descent Speed** | 3 m/s                                               |
|                     **Max Speed** | 16 m/s                                              |
|               **Max Pitch Angle** | 35°                                                 |
|             **Max Angular Speed** | 150°/s                                              |
|               **Max Flight Time** | Approx. 25 minutes                                  |
|          **Hover Accuracy Range** | <p>Vertical:<br>±0.5 m<br>Horizontal:<br>±1.5 m</p> |
|                      **Released** | 2015                                                |

### Gimbal

|                                    |                           |
| ---------------------------------: | ------------------------- |
|                  **Stabilization** | 3-axis (pitch, roll, yaw) |
|             **Controllable Range** | Pitch: -90° to +30°       |
| **Max Controllable Angular Speed** | Pitch: 90°/s              |
|        **Angular Vibration Range** | ±0.02°                    |


---

# 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://wiki.zephyr-sim.com/getting-started/drones/dji/phantom-3.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.
