# CUAV V5+ Wiring Quickstart

:::warning PX4 does not manufacture this (or any) autopilot. Contact the [manufacturer](https://store.cuav.net/) for hardware support or compliance issues. :::

This quick start guide shows how to power the [CUAV V5+](/px4-user-guide/drone_parts/flight_controller/autopilot_manufacturer_supported/cuav_v5_plus.md) flight controller and connect its most important peripherals.

![V5+ AutoPilot - Hero Image](/files/uY504Jk2uCyOHspJUrBu)

## Wiring Chart Overview

The image below shows how to connect the most important sensors and peripherals (except the motor and servo outputs). We'll go through each of these in detail in the following sections.

![V5+ AutoPilot](/files/I32t7zEj5ZY4AxyHt8ix)

| Main interface | Function                                                                                                                                                                                           |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Power1         | Connect power module. Power input with *analog* voltage and current detection. Do not use a Digital PM on this connector!                                                                          |
| Power2         | Connect i2c smart battery.                                                                                                                                                                         |
| TF CARD        | SD card for log storage (card pre-inserted in factory).                                                                                                                                            |
| M1\~M8         | PWM outputs. Can be used to control motors or servos.                                                                                                                                              |
| A1\~A6         | PWM outputs. Can be used to control motors or servos.                                                                                                                                              |
| DSU7           | Used for FMU debug, reading debug information.                                                                                                                                                     |
| I2C1/I2C2      | Connect an I2C device such as an external compass.                                                                                                                                                 |
| CAN1/CAN2      | Connect UAVCAN devices such as CAN GPS.                                                                                                                                                            |
| TYPE-C(USB)    | Connect to a computer for communication between the flight controller and the computer, such as loading firmware.                                                                                  |
| SBUS OUT       | Connect SBUS devices (e.g. camera gimbals).                                                                                                                                                        |
| GPS\&SAFETY    | Connect to Neo GPS, which includes GPS, safety switch, buzzer interface.                                                                                                                           |
| TELEM1/TELEM2  | Connect to the Telemetry System.                                                                                                                                                                   |
| DSM/SBUS/RSSI  | Includes DSM, SBUS, RSSI signal input interface, DSM interface can be connected to DSM satellite receiver, SBUS interface to SBUS remote control receiver, RSSI for signal strength return module. |

:::note For more interface information, please read [V5+ Manual](http://manual.cuav.net/V5-Plus.pdf). :::

![V5+ AutoPilot](/files/dCpUG32Gwvam03gjSPvn)

:::note If the controller cannot be mounted in the recommended/default orientation (e.g. due to space constraints) you will need to configure the autopilot software with the orientation that you actually used: [Flight Controller Orientation](/px4-user-guide/drone_parts/peripherals/rtk_gps.md). :::

## GPS + Compass + Safety Switch + LED

The recommended GPS module is the *Neo v2 GPS*, which contains GPS, compass, safety switch, buzzer, LED status light.

:::note Other GPS modules may not work (see [this compatibility issue](/px4-user-guide/drone_parts/flight_controller/autopilot_manufacturer_supported/cuav_v5_nano.md#compatibility_gps))). :::

The GPS/Compass module should be [mounted on the frame](/px4-user-guide/assembly/mount_gps_compass.md) as far away from other electronics as possible, with the direction marker towards the front of the vehicle (*Neo v2 GPS* arrow is in the same direction as the flight control arrow). Connect to the flight control GPS interface using a cable.

:::note If you use the [NEO V2 PRO GNSS (CAN GPS)](http://doc.cuav.net/gps/neo-series-gnss/en/neo-v2-pro.html), please use the cable to connect to the flight control CAN interface. :::

![V5+ AutoPilot](/files/tiPQ7yQzswLwgDne8qDV)

## Safety Switch

The dedicated safety switch that comes with the V5+ is only required if you are not using the recommended *Neo V2 GPS* (which has an inbuilt safety switch).

If you are flying without the GPS you must attach the switch directly to the `GPS1` port in order to be able to arm the vehicle and fly (if you use the old 6-pin GPS, please read the definition of the bottom interface to change the line).

## Buzzer

If you do not use the recommended GPS, the buzzer may not work.

## Radio Control

A remote control (RC) radio system is required if you want to manually control your vehicle (PX4 does not require a radio system for autonomous flight modes). You will need to select a compatible transmitter/receiver and then bind them so that they communicate (read the instructions that come with your specific transmitter/receiver).

The figure below shows how you can access your remote receiver (please find the SBUS cable in the kit).

![V5+ AutoPilot](/files/k7ynTijtrLTVXwdb66pn)

## Spektrum Satellite Receivers

The V5+ has a dedicated DSM cable. If using a Spektrum satellite receiver, this should be connected to the flight controller DSM/SBUS/RSSI interface.

## Power

The V5+ kit includes the *HV\_PM* module, which supports 2\~14S LiPo batteries. Connect the 6pin connector of the *HW\_PM* module to the flight control `Power1` interface.

:::warning The supplied power module is unfused. Power **must** be turned off while connecting peripherals. :::

![V5+ AutoPilot](/files/I32t7zEj5ZY4AxyHt8ix)

:::note The power module is not a power source for peripherals connected to the PWM outputs. If you're connecting servos/actuators you will need to separately power them using a BEC. :::

## Telemetry System (Optional)

A telemetry system allows you to communicate with, monitor, and control a vehicle in flight from a ground station (for example, you can direct the UAV to a particular position, or upload a new mission).

The communication channel is via Telemetry Radios. The vehicle-based radio should be connected to either the `TELEM1` or `TELEM2` port (if connected to these ports, no further configuration is required). The other radio is connected to your ground station computer or mobile device (usually via USB).

![V5+ AutoPilot](/files/7fUyRHSSUpuSl5CB7P4b)

## SD Card (Optional)

An [SD card](/px4-user-guide/getting_started/px4_basic_concepts.md#sd-cards-removable-memory) is inserted in the factory (you do not need to do anything).

## Motors

Motors/servos are connected to the MAIN and AUX ports in the order specified for your vehicle in the [Airframes Reference](/px4-user-guide/airframes/airframe_reference.md).

![V5+ AutoPilot](/files/9HOTScd8BKFl4pbDBZa6)

## Pinouts

Download **V5+** pinouts from [here](http://manual.cuav.net/V5-Plus.pdf).

## Further Information

* [Airframe build-log using CUAV v5+ on a DJI FlameWheel450](/px4-user-guide/airframes/frames_multicopter/dji_f450_cuav_5plus.md)
* [CUAV V5+ Manual](http://manual.cuav.net/V5-Plus.pdf) (CUAV)
* [CUAV V5+ docs](http://doc.cuav.net/flight-controller/v5-autopilot/en/v5+.html) (CUAV)
* [FMUv5 reference design pinout](https://docs.google.com/spreadsheets/d/1-n0__BYDedQrc_2NHqBenG1DNepAgnHpSGglke-QQwY/edit#gid=912976165) (CUAV)
* [CUAV Github](https://github.com/cuav) (CUAV)
* [Base board design reference](https://github.com/cuav/hardware/tree/master/V5_Autopilot/V5%2B/V5%2BBASE) (CUAV)


---

# 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://px4.gitbook.io/px4-user-guide/assembly/quick_start_cuav_v5_plus.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.
