-
Notifications
You must be signed in to change notification settings - Fork 15.5k
docs(boards): Add PWM Outputs section #26818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,6 +40,19 @@ This flight controller is [manufacturer supported](../flight_controller/autopilo | |
| - High-power, multi-tone piezo audio indicator | ||
| - microSD card for high-rate logging over extended periods of time | ||
|
|
||
| ## PWM Outputs {#pwm_outputs} | ||
|
|
||
| This flight controller supports up to 6 FMU PWM outputs (AUX) and 8 IO PWM outputs (MAIN). | ||
|
|
||
| All FMU outputs support [DShot](../peripherals/dshot.md) and [Bidirectional DShot](../peripherals/dshot.md#bidirectional-dshot-telemetry). | ||
|
|
||
| The 6 outputs are in 2 groups: | ||
|
|
||
| - Outputs 1-4 in group1 (Timer1) | ||
| - Outputs 5-6 in group2 (Timer4) | ||
|
|
||
| All outputs within the same group must use the same output protocol and rate. | ||
|
Comment on lines
+43
to
+54
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @julianoes Do you think you could sanity check the cubepilot information for PWM outputs? Claude wrote me a script to generate this based on information in timers and so on. It's been valided against a number of boards that already documented this stuff, but I don't deeply understand it. No great urgency, but if you can't please let me know.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep, that's correct. |
||
|
|
||
| ## Where to Buy {#store} | ||
|
|
||
| - [Reseller list](https://www.cubepilot.com/#/reseller/list) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cuav-chen2 When you have a moment, can you please check the information on the CUAV boards for PWM outputs? This is script generated, and has been updated following the information you provided in #26882 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No errors in the description.