Skip to content

Commit bdc2294

Browse files
committed
update docs
1 parent de93c1e commit bdc2294

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

docs/en/assembly/quick_start_cuav_x25_evo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This quick start guide shows how to power the [X25 EVO](../flight_controller/cua
1010
::: info
1111
The following flight controller models are applicable to this quick start guide.
1212
[CUAV X25 SUPER](../flight_controller/cuav_x25-super.md)
13+
[CUAV X25 MEGA](../flight_controller/cuav_x25-mega.md)
1314
:::
1415

1516
## Wiring Chart Overview
@@ -151,3 +152,4 @@ QuadPlane-specific configuration is covered here: [QuadPlane VTOL Configuration]
151152
- [CUAV Docs](https://doc.cuav.net/) (CUAV)
152153
- [X25 EVO](../flight_controller/cuav_x25-evo.md) (PX4 Doc Overview page)
153154
- [X25 SUPER](../flight_controller/cuav_x25-super.md) (PX4 Doc Overview page)
155+
- [[X25 MEGA](../flight_controller/cuav_x25-mega.md)] (PX4 Doc Overview page)

docs/en/flight_controller/cuav_x25-mega.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,34 @@ Order from [CUAV](https://store.cuav.net/).
101101

102102
## Assembly/Setup
103103

104-
- Not provided.
104+
The [X25 MEGA Wiring Quick Start](../assembly/quick_start_cuav_x25_evo.md) provides instructions on how to assemble required/important peripherals including GPS, Power Module etc.
105105

106106
## Pinouts
107107

108108
![CUAV X25-MEGA Pinout_01](../../assets/flight_controller/cuav_x25-mega/x25-mega_pinouts_01.png)
109109
![CUAV X25-MEGA Pinout_02](../../assets/flight_controller/cuav_x25-mega/x25-mega_pinouts_02.png)
110110

111+
## PWM Outputs {#pwm_outputs}
112+
113+
This flight controller supports up to 16 FMU PWM outputs (MAIN).
114+
115+
Outputs:
116+
117+
- Outputs 1-8 support [DShot](../peripherals/dshot.md).
118+
- Outputs 9-16 do not support DShot.
119+
- Outputs 1-7 support [Bidirectional DShot](../peripherals/dshot.md#bidirectional-dshot-telemetry).
120+
- Output 8 supports Bidirectional DShot output only (no eRPM capture).
121+
122+
The 16 outputs are in 5 groups:
123+
124+
- Outputs 1-4 in group1 (Timer5)
125+
- Outputs 5-8 in group2 (Timer4)
126+
- Outputs 9-11 in group3 (Timer1)
127+
- Outputs 12-14 in group4 (Timer8)
128+
- Outputs 15-16 in group5 (Timer12)
129+
130+
All outputs within the same group must use the same output protocol and rate.
131+
111132
## Serial Port Mapping
112133

113134
| UART | Device | Port |

0 commit comments

Comments
 (0)