> For the complete documentation index, see [llms.txt](https://docs.camflite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.camflite.com/crd1/specs-and-interfaces/technical-specifications.md).

# Technical Specifications

<figure><img src="/files/lcqjTG3ps2fclkjEhA0G" alt="" width="563"><figcaption></figcaption></figure>

* **Motors: (4)  170kv 44v**
* **Propeller size: 24”**
* **Weight: \~12 lbs. / \~5.5kg**
* **Max payload: \~15 lbs. / \~7 kg**
* **MTOW: 44 lbs. / 20kg**
* **Power: 10-30Ah 44v (2)6 cell Lipos**
* **Flight time: \~20– 45 minutes**
* **Control range: \~2 miles / \~3.2 km**
* **Max speed: 50 mph / 72 km/h**
* **Flight Control- Auterion Skynode**
* **Dust & water-resistant**
* **Operational Temp  -4c to 45c**
* **Maximum thrust \~88 lbs. / \~40 kg**
* **FPV Camera**
* **Remote ID**&#x20;
* **LTE**&#x20;
* **Wifi 2.4 5.8ghz**

## Flight Controller

|                            |                                                                   |
| -------------------------- | ----------------------------------------------------------------- |
| Flight Controller Hardware | Skynode                                                           |
| Flight Controller Software | Auterion Enterprise PX4                                           |
| Mission Control Software   | Auterion Mission Control                                          |
| Online Fleet Management    | Auterion Suite                                                    |
| Flight Modes               | Manual, Altitude Hold, Position Hold, Return, Autonomous Mission, |
| Onboard Modules            | Cortex-A53 Computer, LTE                                          |
| Connectivity               | Wifi, USB C, LTE (North America)                                  |
| Supported Radios           | Herelink                                                          |
| Supported GNSS             | L1/L2 bands for GPS, GLONASS, Beidou and Galileo                  |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.camflite.com/crd1/specs-and-interfaces/technical-specifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
