> For the complete documentation index, see [llms.txt](https://wiki.zephyr-sim.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zephyr-sim.com/getting-started/drones/dji/inspire-1.md).

# Inspire 1

## Overview

The first generation of the Inspire series from DJI.  This quadcopter includes GPS, 3-axis gimbal, and landing gear.  Released in 2014 the Inspire 1 features a top speed of 22 m/s and a flight time of around  18 minutes.

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

## Specifications

### Aircraft

|                                   |                                                     |
| --------------------------------: | --------------------------------------------------- |
|                         **Model** | Inspire 1                                           |
|                  **Manufacturer** | DJI                                                 |
|                        **Copter** | Quadcopter                                          |
| **Satellite Positioning Systems** | GPS                                                 |
|   **Operating Temperature Range** | 14° to 104℉ (-10° to 40℃)                           |
|              **Max Ascent Speed** | 5 m/s                                               |
|             **Max Descent Speed** | 4 m/s                                               |
|                     **Max Speed** | 22 m/s                                              |
|               **Max Pitch Angle** | 35°                                                 |
|             **Max Angular Speed** | 150°/s                                              |
|               **Max Flight Time** | Approx. 18 minutes                                  |
|          **Hover Accuracy Range** | <p>Vertical:<br>±0.5 m<br>Horizontal:<br>±2.5 m</p> |
|                      **Released** | 2014                                                |

### Gimbal

|                                    |                                          |
| ---------------------------------: | ---------------------------------------- |
|                  **Stabilization** | 3-axis (pitch, roll, yaw)                |
|             **Controllable Range** | <p>Pitch: -90° to +30°<br>Pan: ±320°</p> |
| **Max Controllable Angular Speed** | <p>Pitch: 120°/s<br>Pan: 180°/s</p>      |
|               **Mechanical Range** | <p>Pitch: -125 to +45°<br>Pan: ±330°</p> |
|        **Angular Vibration Range** | ±0.03°                                   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/inspire-1.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.
