Skip to content

Commit 45ab9bd

Browse files
committed
docs(update): PWM outputs sections
1 parent f444402 commit 45ab9bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+760
-83
lines changed

docs/en/flight_controller/accton-godwit_ga1.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,24 @@ This flight controller is [manufacturer supported](../flight_controller/autopilo
9191

9292
![G-A1 Wiring](../../assets/flight_controller/accton-godwit/ga1/wiring.png "G-A1 Wiring")
9393

94-
## PWM Output
94+
## PWM Outputs {#pwm_outputs}
9595

96-
PWM M1-M8 (IO Main PWM), A1-A8(FMU PWM).
97-
All these 16 support normal PWM output formats.
98-
FMU PWM A1-A6 can support DShot and B-Directional DShot.
99-
A1-A8(FMU PWM) are grouped as:
96+
This flight controller supports up to 9 FMU PWM outputs (AUX) and 8 IO PWM outputs (MAIN).
10097

101-
- Group 1: A1, A2, A3, A4
102-
- Group 2: A5, A6
103-
- Group 3: A7, A8
98+
FMU Outputs:
10499

105-
The motor and servo system should be connected to these ports according to the order outlined in the fuselage reference for your carrier.
100+
- Outputs 1-6 support [DShot](../peripherals/dshot.md).
101+
- Outputs 7-9 do not support DShot.
102+
- Outputs 1-6 support [Bidirectional DShot](../peripherals/dshot.md#bidirectional-dshot-telemetry).
106103

107-
![G-A1 PWM Motor Servo](../../assets/flight_controller/accton-godwit/ga1/motor_servo.png "G-A1 PWM Motor Servo")
104+
The 9 outputs are in 4 groups:
105+
106+
- Outputs 1-4 in group1 (Timer5)
107+
- Outputs 5-6 in group2 (Timer4)
108+
- Outputs 7-8 in group3 (Timer12)
109+
- Output 9 in group4 (Timer1)
110+
111+
All outputs within the same group must use the same output protocol and rate.
108112

109113
## RC Input
110114

docs/en/flight_controller/airlink.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -325,22 +325,23 @@ For PPM receivers please use RC Connector PPM pin located on the left side of th
325325

326326
![RC Input](../../assets/flight_controller/airlink/airlink-rc-input.jpg)
327327

328-
## Outputs
329-
330-
AIRLink has 16 PWM outputs. Main outputs 1-8 and connected to IO MCU. AUX outputs 1-8 are connected to FMU.
331-
332-
| Output | Timer | Channel |
333-
| ------ | -------- | --------- |
334-
| AUX 1 | Timer 1 | Channel 4 |
335-
| AUX 2 | Timer 1 | Channel 3 |
336-
| AUX 3 | Timer 1 | Channel 2 |
337-
| AUX 4 | Timer 1 | Channel 1 |
338-
| AUX 5 | Timer 4 | Channel 2 |
339-
| AUX 6 | Timer 4 | Channel 3 |
340-
| AUX 7 | Timer 12 | Channel 1 |
341-
| AUX 8 | Timer 12 | Channel 2 |
342-
343-
[DShot](../peripherals/dshot.md) can be used on the first four AUX pins.
328+
## PWM Outputs {#pwm_outputs}
329+
330+
This flight controller supports up to 8 FMU PWM outputs (AUX) and 8 IO PWM outputs (MAIN).
331+
332+
FMU Outputs:
333+
334+
- Outputs 1-6 support [DShot](../peripherals/dshot.md).
335+
- Outputs 7-8 do not support DShot.
336+
- Outputs 1-6 support [Bidirectional DShot](../peripherals/dshot.md#bidirectional-dshot-telemetry).
337+
338+
The 8 outputs are in 3 groups:
339+
340+
- Outputs 1-4 in group1 (Timer1)
341+
- Outputs 5-6 in group2 (Timer4)
342+
- Outputs 7-8 in group3 (Timer12)
343+
344+
All outputs within the same group must use the same output protocol and rate.
344345

345346
## Building Firmware
346347

docs/en/flight_controller/ark_fpv.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ The USA-built ARK FPV flight controller is based on the [ARKV6X](https://arkelec
1313
This flight controller is [manufacturer supported](../flight_controller/autopilot_manufacturer_supported.md).
1414
:::
1515

16+
## PWM Outputs {#pwm_outputs}
17+
18+
This flight controller supports up to 9 FMU PWM outputs (MAIN).
19+
20+
Outputs:
21+
22+
- Outputs 1-8 support [DShot](../peripherals/dshot.md).
23+
- Output 9 does not support DShot.
24+
- Outputs 1-8 support [Bidirectional DShot](../peripherals/dshot.md#bidirectional-dshot-telemetry).
25+
26+
The 9 outputs are in 3 groups:
27+
28+
- Outputs 1-4 in group1 (Timer5)
29+
- Outputs 5-8 in group2 (Timer8)
30+
- Output 9 in group3 (Timer4)
31+
32+
All outputs within the same group must use the same output protocol and rate.
33+
1634
## Where To Buy {#store}
1735

1836
Order from [Ark Electronics](https://arkelectron.com/product/arkv6x/) (US)

docs/en/flight_controller/ark_pi6x.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ The [ARK Pi6X Flow](https://arkelectron.gitbook.io/ark-documentation/flight-cont
1313
This flight controller is [manufacturer supported](../flight_controller/autopilot_manufacturer_supported.md).
1414
:::
1515

16+
## PWM Outputs {#pwm_outputs}
17+
18+
This flight controller supports up to 8 FMU PWM outputs (MAIN).
19+
20+
Outputs:
21+
22+
- Outputs 1-6 support [DShot](../peripherals/dshot.md).
23+
- Outputs 7-8 do not support DShot.
24+
- Outputs 1-6 support [Bidirectional DShot](../peripherals/dshot.md#bidirectional-dshot-telemetry).
25+
26+
The 8 outputs are in 3 groups:
27+
28+
- Outputs 1-4 in group1 (Timer5)
29+
- Outputs 5-6 in group2 (Timer4)
30+
- Outputs 7-8 in group3 (Timer12)
31+
32+
All outputs within the same group must use the same output protocol and rate.
33+
1634
## Where to Buy {#store}
1735

1836
Order this module from:

docs/en/flight_controller/ark_v6x.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@ The Pixhawk Autopilot Bus (PAB) form factor enables the ARKV6X to be used on any
1616
This flight controller is [manufacturer supported](../flight_controller/autopilot_manufacturer_supported.md).
1717
:::
1818

19+
## PWM Outputs {#pwm_outputs}
20+
21+
This flight controller supports up to 9 FMU PWM outputs (AUX) and 8 IO PWM outputs (MAIN).
22+
23+
FMU Outputs:
24+
25+
- Outputs 1-6 support [DShot](../peripherals/dshot.md).
26+
- Outputs 7-9 do not support DShot.
27+
- Outputs 1-6 support [Bidirectional DShot](../peripherals/dshot.md#bidirectional-dshot-telemetry).
28+
29+
The 9 outputs are in 4 groups:
30+
31+
- Outputs 1-4 in group1 (Timer5)
32+
- Outputs 5-6 in group2 (Timer4)
33+
- Outputs 7-8 in group3 (Timer12)
34+
- Output 9 in group4 (Timer1)
35+
36+
All outputs within the same group must use the same output protocol and rate.
37+
1938
## Where To Buy {#store}
2039

2140
Order From [Ark Electronics](https://arkelectron.com/product/arkv6x/) (US)

docs/en/flight_controller/corvon_743v1.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,24 @@ This flight controller is [manufacturer supported](../flight_controller/autopilo
3838
- 5V 3A BEC
3939
- ADC for battery voltage (up to 6S) and current monitoring
4040

41+
## PWM Outputs {#pwm_outputs}
42+
43+
This flight controller supports up to 10 FMU PWM outputs (MAIN).
44+
45+
Outputs:
46+
47+
- Outputs 1-10 support [DShot](../peripherals/dshot.md).
48+
- Outputs 1-9 support [Bidirectional DShot](../peripherals/dshot.md#bidirectional-dshot-telemetry).
49+
- Output 10 supports Bidirectional DShot output only (no eRPM capture).
50+
51+
The 10 outputs are in 3 groups:
52+
53+
- Outputs 1-4 in group1 (Timer1)
54+
- Outputs 5-6 in group2 (Timer3)
55+
- Outputs 7-10 in group3 (Timer4)
56+
57+
All outputs within the same group must use the same output protocol and rate.
58+
4159
## Where to Buy
4260

4361
Order from [CORVON](https://corvon.tech).

docs/en/flight_controller/cuav_nora.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,26 @@ When it runs PX4 firmware, only 8 PWM outputs work.
7272
The remaining 6 PWM ports are still being adapted (so it is not compatible with VOLT at time of writing).
7373
:::
7474

75+
## PWM Outputs {#pwm_outputs}
76+
77+
This flight controller supports up to 14 FMU PWM outputs (MAIN).
78+
79+
Outputs:
80+
81+
- Outputs 1-12 support [DShot](../peripherals/dshot.md).
82+
- Outputs 13-14 do not support DShot.
83+
- Outputs 1-7, 9-12 support [Bidirectional DShot](../peripherals/dshot.md#bidirectional-dshot-telemetry).
84+
- Output 8 supports Bidirectional DShot output only (no eRPM capture).
85+
86+
The 14 outputs are in 4 groups:
87+
88+
- Outputs 1-4 in group1 (Timer5)
89+
- Outputs 5-8 in group2 (Timer4)
90+
- Outputs 9-12 in group3 (Timer1)
91+
- Outputs 13-14 in group4 (Timer12)
92+
93+
All outputs within the same group must use the same output protocol and rate.
94+
7595
## Where to Buy {#store}
7696

7797
- [CUAV Store](https://store.cuav.net)<\br>

docs/en/flight_controller/cuav_pixhawk_v6x.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,25 @@ The Pixhawk® V6X is ideal for corporate research labs, academic research and co
104104

105105
![Pixhawk V6X](../../assets/flight_controller/cuav_pixhawk_v6x/core.png)
106106

107+
## PWM Outputs {#pwm_outputs}
108+
109+
This flight controller supports up to 9 FMU PWM outputs (AUX) and 8 IO PWM outputs (MAIN).
110+
111+
FMU Outputs:
112+
113+
- Outputs 1-6 support [DShot](../peripherals/dshot.md).
114+
- Outputs 7-9 do not support DShot.
115+
- Outputs 1-6 support [Bidirectional DShot](../peripherals/dshot.md#bidirectional-dshot-telemetry).
116+
117+
The 9 outputs are in 4 groups:
118+
119+
- Outputs 1-4 in group1 (Timer5)
120+
- Outputs 5-6 in group2 (Timer4)
121+
- Outputs 7-8 in group3 (Timer12)
122+
- Output 9 in group4 (Timer1)
123+
124+
All outputs within the same group must use the same output protocol and rate.
125+
107126
## Where to Buy {#store}
108127

109128
Order from [CUAV](https://store.cuav.net/).

docs/en/flight_controller/cuav_x25-evo.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,27 @@ Order from [CUAV](https://store.cuav.net/).
9797

9898
- Not provided.
9999

100+
## PWM Outputs {#pwm_outputs}
101+
102+
This flight controller supports up to 16 FMU PWM outputs (MAIN).
103+
104+
Outputs:
105+
106+
- Outputs 1-8 support [DShot](../peripherals/dshot.md).
107+
- Outputs 9-16 do not support DShot.
108+
- Outputs 1-7 support [Bidirectional DShot](../peripherals/dshot.md#bidirectional-dshot-telemetry).
109+
- Output 8 supports Bidirectional DShot output only (no eRPM capture).
110+
111+
The 16 outputs are in 5 groups:
112+
113+
- Outputs 1-4 in group1 (Timer5)
114+
- Outputs 5-8 in group2 (Timer4)
115+
- Outputs 9-11 in group3 (Timer1)
116+
- Outputs 12-14 in group4 (Timer8)
117+
- Outputs 15-16 in group5 (Timer12)
118+
119+
All outputs within the same group must use the same output protocol and rate.
120+
100121
## Serial Port Mapping
101122

102123
| UART | Device | Port |

docs/en/flight_controller/cuav_x25-super.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,27 @@ Order from [CUAV](https://store.cuav.net/).
104104
![CUAV X25-SUPER Pinout_01](../../assets/flight_controller/cuav_x25-super/x25-super_pinouts_01.png)
105105
![CUAV X25-SUPER Pinout_02](../../assets/flight_controller/cuav_x25-super/x25-super_pinouts_02.png)
106106

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

109130
| UART | Device | Port |

0 commit comments

Comments
 (0)