1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Add Jeti Ex Bus receiver description

This commit is contained in:
Thomas 2018-10-31 10:05:43 +01:00 committed by GitHub
parent 7590e4ffd0
commit 10a5688a14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,6 +176,14 @@ Enable with cli:
set serialrx_provider = IBUS set serialrx_provider = IBUS
save save
``` ```
### Jeti EX Bus
It supports 16 channels with a transfer rate of 100Hz. The HS option (High Speed) is currently not supported.
The receiver must be configured in the device manager to EX Bus and connected to a free FC serial _TX_ pin.
## MultiWii serial protocol (MSP) ## MultiWii serial protocol (MSP)
Allows you to use MSP commands as the RC input. Only 8 channel support to maintain compatibility with MSP. Allows you to use MSP commands as the RC input. Only 8 channel support to maintain compatibility with MSP.
@ -280,6 +288,7 @@ For Serial RX enable `RX_SERIAL` and set the `serialrx_provider` CLI setting as
| XBUS_MODE_B | 5 | | XBUS_MODE_B | 5 |
| XBUS_MODE_B_RJ01 | 6 | | XBUS_MODE_B_RJ01 | 6 |
| IBUS | 7 | | IBUS | 7 |
| JETIEXBUS | 8 |
### PPM/PWM input filtering. ### PPM/PWM input filtering.