Merge pull request #7371 from Asizon/frskyspidoc

Updated Frsky Spi Documentation for LBT
This commit is contained in:
Michael Keller 2019-01-13 12:32:24 +13:00 committed by GitHub
commit cbd3a19595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -31,7 +31,13 @@ The supported protocols are:
- 8 channels / 9 ms frame spacing **or** 16 channels / 18 ms frame spacing; - 8 channels / 9 ms frame spacing **or** 16 channels / 18 ms frame spacing;
- called 'D16' in OpenTX; - called 'D16' in OpenTX;
- integrated FrSky SmartPort telemetry (including support for MSP over Smartport / lua scripts in OpenTX); - integrated FrSky SmartPort telemetry (including support for MSP over Smartport / lua scripts in OpenTX);
- an EU compliant LBT version is not yet available.
### FrSky X LBT
- LBT protocol version compatible with EU;
- 8 channels / 9 ms frame spacing **or** 16 channels / 18 ms frame spacing;
- called 'D16' in OpenTX;
- integrated FrSky SmartPort telemetry (including support for MSP over Smartport / lua scripts in OpenTX);
## Configuration ## Configuration
@ -40,7 +46,7 @@ The supported protocols are:
![FrSky SPI RX mode selection](assets/images/frsky_spi_rx_mode.png) ![FrSky SPI RX mode selection](assets/images/frsky_spi_rx_mode.png)
2. in the 'SPI Bus Receiver Provider' drop down that appears, select 'FRSKY_D' or 'FRSKY_X' (depending on the desired protocol): 2. in the 'SPI Bus Receiver Provider' drop down that appears, select 'FRSKY_D', 'FRSKY_X' or 'FRSKY_X_LBT' (depending on the desired protocol):
![FrSky SPI RX protocol selection](assets/images/frsky_spi_rx_protocol.png) ![FrSky SPI RX protocol selection](assets/images/frsky_spi_rx_protocol.png)
@ -54,7 +60,7 @@ FrSky D protocol:
![FrSky SPI RX FrSky D binding with OpenTX](assets/images/frsky_spi_rx_d_binding.png) ![FrSky SPI RX FrSky D binding with OpenTX](assets/images/frsky_spi_rx_d_binding.png)
FrSky X protocol: FrSky X and X_LBT protocol:
![FrSky SPI RX FrSky X binding with OpenTX](assets/images/frsky_spi_rx_x_binding.png) ![FrSky SPI RX FrSky X binding with OpenTX](assets/images/frsky_spi_rx_x_binding.png)
@ -79,4 +85,5 @@ FrSky X protocol:
- [Midelic F3](https://github.com/betaflight/betaflight/wiki/Board-Midelic-F3) (prototype only, not commercially available); - [Midelic F3](https://github.com/betaflight/betaflight/wiki/Board-Midelic-F3) (prototype only, not commercially available);
- [Matek F411-ONE](http://www.mateksys.com/?portfolio=f411-one); - [Matek F411-ONE](http://www.mateksys.com/?portfolio=f411-one);
- [CrazyBee F3 FR](boards/Board%20-%20CrazyBeeF3FR.md); - [CrazyBee F3 FR](boards/Board%20-%20CrazyBeeF3FR.md);
- [BetaFPV F4]
- more to come... - more to come...