mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-12 19:10:27 +03:00
Docs for channel forwarding
This commit is contained in:
parent
afc722be70
commit
6af9abe759
5 changed files with 15 additions and 3 deletions
|
@ -21,7 +21,6 @@
|
|||
|
||||
* HC-SR04 Rangefinder
|
||||
* ServoTilt
|
||||
* Channel Forwarding
|
||||
|
||||
## Radio Receivers
|
||||
|
||||
|
|
|
@ -71,7 +71,6 @@
|
|||
|
||||
* HC-SR04 Rangefinder
|
||||
* ServoTilt
|
||||
* Channel Forwarding
|
||||
|
||||
## Radio Receivers
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
* HC-SR04 Rangefinder
|
||||
* SoftwareSerial
|
||||
* ServoTilt
|
||||
* Channel Forwarding
|
||||
|
||||
## USB
|
||||
|
||||
|
|
15
docs/Channel forwarding.md
Normal file
15
docs/Channel forwarding.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Channel forwarding
|
||||
|
||||
Starting from INAV 2.0, _channel forwarding_ feature is removed. Channel forwarding functionality can be configured using _Mixer Configurator Tab_ instead.
|
||||
|
||||
Channel forwarding using mixer works for all flight controllers that supports servos in either multirotor or airplane configuration. Bear in mind, that some boards might not have any servo outputs in multirotor configuration. In this case, channel forwarding will just not work. Refer to the board documentation to find out if servos are available in multirotor configuration.
|
||||
|
||||
## How to setup channel forwarding
|
||||
|
||||

|
||||
|
||||
1. Open Mixer tab
|
||||
1. Add new _servo rule_ for given servo index
|
||||
1. Choose source as one of _RC Roll_, _RC Pitch_, _RC Yaw_, _RC Throttle_ or _RC Channel 5_ to _RC Channel 16_
|
||||
1. When required, servo direction can be modified by applying negative weight
|
||||
1. It is possible to limit servo speed. Refer to [Mixer documentation](Mixer.md)
|
BIN
docs/assets/images/mixer_forwarding.png
Normal file
BIN
docs/assets/images/mixer_forwarding.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 107 KiB |
Loading…
Add table
Add a link
Reference in a new issue