Update Spektrum bind.md
Added a description for connecting the SAT to a Flip32+ board
This commit is contained in:
parent
8aee0b25e2
commit
23c966c6f1
|
@ -47,3 +47,11 @@ http://wiki.openpilot.org/display/Doc/Spektrum+Satellite
|
|||
### Supported Hardware
|
||||
|
||||
NAZE, NAZE32PRO, CJMCU, SPARKY, EUSTM32F103RC, CC3D targets and ALIENWIIF1, ALIENWIIF3 targets with hardware bind plug
|
||||
|
||||
### Connecting an Orange R100 to a Flip32+ flight controller
|
||||
|
||||
The Flip32+ is wired in a rather strange way, i.e. the dedicated connector for the satellite module uses the same UART pins as the USB adapter. This means that you can't use that connector as it maps to UART1 which you really shouldn't assign to SERIAL_RX as that will break USB functionality.
|
||||
|
||||
In order to connect the Orange R100 to a Flip32+, you have to wire the serial data pin to RC_CH4. This is the fourth pin from the top in the left column of the 3x6 header on the right side of the board. GND and +3.3V may either be obtained from the dedicated SAT connector or from any ground pin and pin 1 of the BOOT connector which also provides 3.3V.
|
||||
|
||||
Using this connection, binding an Orange R100 to a Spektrum DX6i was successfully performed with a bind value of 3.
|
||||
|
|
Loading…
Reference in New Issue