mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
Add a F.Port section to the RX documentation
This commit is contained in:
parent
72544f7a29
commit
00bc08db1a
1 changed files with 16 additions and 0 deletions
16
docs/Rx.md
16
docs/Rx.md
|
@ -83,6 +83,22 @@ The bug prevents use of all 16 channels. Upgrade to the latest OpenTX version t
|
|||
without the fix you are limited to 8 channels regardless of the CH1-16/D16 settings.
|
||||
|
||||
|
||||
### F.Port
|
||||
|
||||
F.Port is a protocol running on async serial allowing 16 controls channels and telemetry on a single UART.
|
||||
|
||||
Supported receivers include FrSky R-XSR, X4R, X4R-SB, XSR, XSR-M, R9M Slim, R9M Slim+, R9 Mini. For ACCST receivers you need to flash the corresponding firmware for it to output F.Port. For ACCESS receivers the protocol output from the receiver can be switched between S.Bus and F.Port from the model's setup page in the RX options.
|
||||
|
||||
#### Connection
|
||||
|
||||
Just connect the S.Port wire from the receiver to the TX pad of a free UART on your flight controller
|
||||
|
||||
#### Configuration
|
||||
|
||||
```
|
||||
set serialrx_inverted = true
|
||||
set serialrx_halfduplex = true
|
||||
```
|
||||
|
||||
### XBUS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue