mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Add Jeti Ex Bus receiver description
This commit is contained in:
parent
7590e4ffd0
commit
10a5688a14
1 changed files with 9 additions and 0 deletions
|
@ -176,6 +176,14 @@ Enable with cli:
|
|||
set serialrx_provider = IBUS
|
||||
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)
|
||||
|
||||
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_RJ01 | 6 |
|
||||
| IBUS | 7 |
|
||||
| JETIEXBUS | 8 |
|
||||
|
||||
### PPM/PWM input filtering.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue