> For the complete documentation index, see [llms.txt](https://docs.deltaquad.com/deltaquad-pro-operations-manual-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltaquad.com/deltaquad-pro-operations-manual-v2/setup/integrating-payloads.md).

# Integrating payloads

The DeltaQuad has been optimized for payload integration. The payload integration features consist of the following;

* Large payload bay located directly on the CG, this allows live swapping of payloads without having to re-balance the vehicle.
* Expandable blind mate connectors to allow electronics integration in the VTOL modules and wings.
* Open-source flight control with Mavlink compatibility.
* Fully accessible secondary on-board computer for software integration.

### Payload specifications <a href="#payload-specifications" id="payload-specifications"></a>

| Name                                      | Value                                                   |
| ----------------------------------------- | ------------------------------------------------------- |
| Maximum payload weight (without Aux LiPo) | 1.2Kg                                                   |
| Maximum payload weight (with Aux LiPo)    | 400g                                                    |
| Payload bay height:                       | 80mm minimum (oval shaped)                              |
| Payload bay length:                       | 120mm                                                   |
| Payload bay width:                        | 200mm minimum (oval shaped)                             |
| VTOL module to fuselage connector         | 2 x power + 5 x signal + 5 x signal positions available |
| VTOL module to wing connector             | 3 x signal + 3 x signal positions available             |

### Payload integration best practices <a href="#payload-integration-best-practices" id="payload-integration-best-practices"></a>

When integrating your payload it is recommended to stay within the payload bay, and as much as possible inside the fuselage. The DeltaQuads EPO foam is easy to modify and is also easy to glue. When installing a device that needs to sit outside of the vehicle (such as a camera gimbal) it is recommended to stay inside the fuselage as much as possible. External objects can cause drag and will make the vehicle perform less efficiently.&#x20;

It is recommended to [increase the cruise speed](/deltaquad-pro-operations-manual-v2/setup/key-parameters.md) after installing an external object by a few percent, and slowly decrease the value based on the vehicle's performance. The vehicle should fly at an average pitch angle between 3 and 8 degrees when flying level.&#x20;

If the payload requires power it is recommended to install additional BEC units and not draw power from the primary avionics. An additional BEC can be installed by soldering it onto the wires that also power the avionics BEC.&#x20;

If the payload consumes significant power the [BAT\_CAPACITY](/deltaquad-pro-operations-manual-v2/setup/key-parameters.md) parameter should be reduced by the amount of energy the payload is estimated to consume over the course of an entire LiPo discharge.&#x20;

It is recommended to perform a [sensor calibration](/deltaquad-pro-operations-manual-v2/maintenance/sensor-calibration.md) when integrating any additional payload containing any electric or metallic components.

### Onboard computer integration <a href="#onboard-computer-integration" id="onboard-computer-integration"></a>

The onboard computer exposes Mavlink locally and over the 4G VPN network on UDP port 14550. If integrating additional applications on the secondary computer, make sure your application does not flood the onboard computer's CPU, this could result in loss of Telemetry.

### ​ <a href="#undefined" id="undefined"></a>


---

# 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.deltaquad.com/deltaquad-pro-operations-manual-v2/setup/integrating-payloads.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.
