|
| 1 | +# CUAV X25 EVO Wiring Quick Start |
| 2 | + |
| 3 | +:::warning |
| 4 | +PX4 does not manufacture this (or any) autopilot. |
| 5 | +Contact the [manufacturer](https://store.cuav.net/) for hardware support or compliance issues. |
| 6 | +::: |
| 7 | + |
| 8 | +This quick start guide shows how to power the [X25 EVO](../flight_controller/cuav_x25-evo.md) flight controller and connect its most important peripherals. |
| 9 | + |
| 10 | +:::info |
| 11 | +The following flight controller models are applicable to this quick start guide. |
| 12 | +[CUAV X25 SUPER](../flight_controller/cuav_x25-super.md) |
| 13 | +::: |
| 14 | + |
| 15 | +## 배선 개요 |
| 16 | + |
| 17 | +아래의 이미지는 주요 센서와 주변 장치(모터 및 서보 출력 제외)들의 연결 방법을 설명합니다. |
| 18 | +다음 섹션에서 각 장치에 대하여 자세히 설명합니다. |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +| 인터페이스 | **Function** | |
| 23 | +| :----------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 24 | +| POWER C1/C2 | Connect the PMU2 Lite to this port; this port is used for connecting the DroneCAN power module | |
| 25 | +| M1 ~ M16 | PWM signal output ports, usable for controlling motors or servos; support 3.3V/5V PWM configuration | |
| 26 | +| RC IN | Connect remote controller receivers with one-way protocols (e.g., SBUS/DSM/PPM). Note: ELRS/CRSF receivers should be connected to any serial port, not RC IN | |
| 27 | +| RSSI | For connecting signal strength feedback modules | |
| 28 | +| GPS&SAFETY | Connect Neo-series GPS or C-RTK-series RTK; this port includes interfaces for GPS, safety switch, and buzzer | |
| 29 | +| GPS2 | Usable for connecting additional GPS/RTK modules | |
| 30 | +| DEBUG (DSU) | For FMU chip debugging and reading debug device information; with ArduPilot firmware, it can be configured for other serial port functions | |
| 31 | +| ADC3V3 | For analog level signal detection; the maximum detectable level signal is 3.3V | |
| 32 | +| ADC6V6 | For analog level signal detection; the maximum detectable level signal is 6.6V (PX4 is not supported.) | |
| 33 | +| TF CARD | Insert an SD card here to enable log storage functionality | |
| 34 | +| ETH | Ethernet port, usable for connecting Ethernet devices such as companion computers | |
| 35 | +| I2C1/2/3 | Connect external I2C devices (e.g., external compasses) for communication between the controller and I2C devices | |
| 36 | +| TELEM1/TELEM2 | Connect telemetry modules (for data transmission) to enable MAVLINK data interaction | |
| 37 | +| CAN1/2 | For communication between the controller and DroneCAN devices (e.g., connecting NEO4 SE GPS) | |
| 38 | +| TYPE C | USB port of the controller, usable for connecting to the ground station, flashing firmware, and other operations | |
| 39 | +| SPI6 | SPI port for external expansion; generally not used | |
| 40 | + |
| 41 | +## Vehicle Front |
| 42 | + |
| 43 | +:::info |
| 44 | +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](../config/flight_controller_orientation.md). |
| 45 | +::: |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | +## GPS + 나침반 + 부저 + 안전 스위치 + LED |
| 50 | + |
| 51 | +We recommend using a CAN GPS/RTK (such as [Neo 4SE](https://store.cuav.net/shop/cuav-neo-4-se-gps-module/)); simply connect it to the **CAN 1** or **CAN 2** port. |
| 52 | + |
| 53 | +You can also use a standard GPS/RTK module(such as [NEO3 GPS](https://store.cuav.net/shop/neo-3/) (10-pin connector)) by connecting it to the **GPS&SAFETY** port. |
| 54 | +Most commonly used GPS modules today integrate GPS, compass, safety switch, buzzer, and LED status light. |
| 55 | + |
| 56 | +If you need to use assisted GPS, connect to the **GPS2** port. |
| 57 | + |
| 58 | +The GPS/compass should be [mounted on the frame](../assembly/mount_gps_compass.md) as far away from other electronics as possible (separating the compass from other electronics will reduce interference), with the direction markings towards the front of the vehicle (the arrow on the NEO GPS should match the arrow on the flight controller). |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +:::info |
| 63 | +The GPS module's integrated safety switch is enabled _by default_ (when enabled, PX4 will not let you arm the vehicle). |
| 64 | +To disable the safety, press and hold the safety switch for 1 second. |
| 65 | +안전 스위치를 다시 눌러 안전 장치를 활성화하고 기체 시동을 끌 수 있습니다. |
| 66 | +조종기나 지상국 프로그램에서 기체 시동을 끌 수 없는 상황에서 유용합니다. |
| 67 | +::: |
| 68 | + |
| 69 | +## 무선 조종 |
| 70 | + |
| 71 | +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). |
| 72 | + |
| 73 | +You will need to [select a compatible transmitter/receiver](../getting_started/rc_transmitter_receiver.md) and then _bind_ them so that they communicate (read the instructions that come with your specific transmitter/receiver). |
| 74 | + |
| 75 | +Connection methods vary by remote controller and receiver type: |
| 76 | + |
| 77 | +### Android Remote Controllers |
| 78 | + |
| 79 | +Take the H16 as an example: |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | +Connect **TELEM1/TELEM2** to the UART0 port of the H16 remote controller, and link the H16’s SBUS pin to the **RC IN** port. |
| 84 | + |
| 85 | +### SBUS/DSM/PPM Protocol Receivers |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | +Use wires to connect the receiver to the **RC IN** port at the rear of the controller. |
| 90 | + |
| 91 | +### ELRS/CRSF Receivers |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | +Connect the [ELRS/CRSF](../telemetry/crsf_telemetry.md) receiver to any UART serial port of the X25 EVO (e.g., **TELEM2**). |
| 96 | + |
| 97 | +## 전원 |
| 98 | + |
| 99 | +The X25 EVO comes standard with the PMU2 Lite power module, which supports 20–70V input and can measure a maximum current of 220A. |
| 100 | +It can be directly connected to the **Power C1/C2** port of the X25 EVO and is plug-and-play (no configuration required). |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | +## Telemetry (Radio) System |
| 105 | + |
| 106 | +[Telemetry system](../telemetry/index.md) allows you to communicate with the unmanned system via ground station software, enabling you to monitor and control the UAV’s status during flight. Connect the on-board unit of the telemetry system to the **TELEM1** or **TELEM2** port. |
| 107 | + |
| 108 | +You can also purchase telemetry radios from the [CUAV store](https://store.cuav.net/uav-telemetry-module/). |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | +## SD 카드 |
| 113 | + |
| 114 | +SD cards are highly recommended as they are required for [recording and analyzing flight details](../getting_started/flight_reporting.md), running tasks and using UAVCAN bus hardware. |
| 115 | +An SD card is already installed on X25 EVO when it leaves the factory. |
| 116 | + |
| 117 | +:::tip |
| 118 | +For more information see [Basic Concepts > SD Cards (Removable Memory)](../getting_started/px4_basic_concepts.md#sd-cards-removable-memory). |
| 119 | +::: |
| 120 | + |
| 121 | +## Motors/Servo |
| 122 | + |
| 123 | +Motors/servos are connected to the **M1~M16** ports in the order specified for your vehicle in the [Airframe Reference](../airframes/airframe_reference.md). |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | +## Servo Power Supply |
| 128 | + |
| 129 | +The X25 EVO does not supply power to servos. If you need to power servos: |
| 130 | + |
| 131 | +1. Connect a BEC to the positive and negative terminals of any column among **M1 ~ M16** (the positive and negative terminals of **M1 ~ M16** are interconnected). |
| 132 | +2. Then connect the servos to the same column. |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | +:::info |
| 137 | +The power rail voltage must be appropriate for the servo being used! |
| 138 | +::: |
| 139 | + |
| 140 | +## 기타 주변 장치 |
| 141 | + |
| 142 | +The wiring and configuration of optional/less common components is covered within the topics for individual [peripherals](../peripherals/index.md). |
| 143 | + |
| 144 | +## 설정 |
| 145 | + |
| 146 | +General configuration information is covered in: [Autopilot Configuration](../config/index.md). |
| 147 | + |
| 148 | +QuadPlane-specific configuration is covered here: [QuadPlane VTOL Configuration](../config_vtol/vtol_quad_configuration.md) |
| 149 | + |
| 150 | +## 추가 정보 |
| 151 | + |
| 152 | +- [CUAV Docs](https://doc.cuav.net/) (CUAV) |
| 153 | +- [X25 EVO](../flight_controller/cuav_x25-evo.md) (PX4 Doc Overview page) |
| 154 | +- [X25 SUPER](../flight_controller/cuav_x25-super.md) (PX4 Doc Overview page) |
0 commit comments