> 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/3dr/3dr-solo.md).

# 3DR Solo

## Overview

Known as the first smart drone, the 3DR Solo played an important role in modern UAV innoivation.  This quadcopter includes GPS and a 3-axis gimbal for camera stabalization.  Released in 2015, the Solo features a top speed of 24.5 m/s and a flight time of around 20 minutes.

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

## Specifications

### Aircraft

|                                   |                         |
| --------------------------------: | ----------------------- |
|                         **Model** | Solo                    |
|                  **Manufacturer** | 3DR                     |
|                        **Copter** | Quadcopter              |
| **Satellite Positioning Systems** | GPS                     |
|   **Operating Temperature Range** | 32° to 113℉ (0° to 45℃) |
|              **Max Ascent Speed** | 4.9 m/s                 |
|             **Max Descent Speed** | 2.6 m/s                 |
|                     **Max Speed** | 24.5 m/s                |
|               **Max Flight Time** | Approx. 20 minutes      |
|                      **Released** | 2015                    |

### Gimbal

|                       |                                        |
| --------------------: | -------------------------------------- |
|     **Stabilization** | 3-axis (pitch, roll, yaw)              |
| **Supported Cameras** | GoPro HERO3, HERO3+, and HERO4 cameras |


---

# 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/3dr/3dr-solo.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.
