forked from iNavFlight/inav
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# ESC and servo outputs | ||
|
||
## ESC protocols | ||
|
||
INAV support following ESC protocols: | ||
|
||
* "standard" PWM with 50-400Hz update rate | ||
* OneShot125 | ||
* OneShot42 | ||
* Multishot | ||
* Brushed motors | ||
|
||
ESC protocol can be selected in Configurator. No special configuration is required. | ||
|
||
Check ESC documentation of the list of protocols that it is supporting. | ||
|
||
## Servo outputs | ||
|
||
By default, INAV uses 50Hz servo update rate. If you want to increase it, make sure that servos support | ||
higher update rates. Only high end digital servos are capable of handling 200Hz and above! | ||
|
||
## Servo output mapping | ||
|
||
Not all outputs on a flight controller can be used for servo outputs. It is a hardware thing. Always check flight controller documentation. | ||
|
||
While motors are usually ordered sequentially, here is no standard output layout for servos! Some boards might not be supporting servos in _Multirotor_ configuration at all! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.