Updated EZā€TUNE (markdown)
[inav.wiki.git] / OrangeRX-LRS-RX-and-OMNIBUS-F4.md
blobd4c234a803450a9d99a69ae9563e312760faee90
1 The OrangeRX LRS receiver is one of the more popular 433MHz options on the market.
2 It is sold by Hobbyking and has been around for many years.
4 When using this receiver with a flight controller such as Omnibus F4 there are
5 several options for communicating the receiver with flight controller:
7 ## PPM
9 The easiest option is to use a sevo lead and connect the PWM5 (Port 6) to
10 receiver port on the board. There is a small issue with that approach in that
11 this particular receiver's PPM signal is too weak for the flight controller to
12 receive.
14 The reason for it is there are additional 1k resistors on the digital lines
15 leading from the MCU to pins. There are 2 options to fix it:
17 ### Modify the receiver
19 The easiest and most recommended one is to bridge the resistor with a piece of
20 a thin wire. Soldering that is very easy. That way you can also remove the
21 wire if you so desire at a later time.
23 ### Modift the flight controller
25 This option is pretty easy at first: on the flight controller, left to the
26 receiver pins there are two 0 Ohm resistors labelled SBUS and PPM. Removing the
27 bottom one (looking at the bord such that the USB port is pointing downwards)
28 will get the PPM signal too. However, that resistor is very small and in a very
29 tight spot so making a mistake there is really easy.
31 ### Telemetry
33 When using PPM telemetry won't work. Use SUMD instead.
35 ## SBUS
37 SBUS is normally inverted in hardware. That is also the case wth Omnibus F4.
38 To be able to connect SBUS to the OrangeRX LRS receiver you need to have
39 a signal inverter or use the UART1 port (available in the bottom-left corner
40 when the USB port is pointing downwards). This will take the unininverted
41 SBUS signal from UART1 TX go straight to the RX pin on the receiver.
43 In iNAV setup UART1 for serial receiver.
45 ## SUMD
47 The last option is SUMD which is the best option if you want full 16 channels.
48 It also works best when used with telemetry.
50 To use SUMD connect UART1 RX of the flight controlller with TX pin of the receiver.
52 In iNAV setup UART1 for serial receiver.
54 If you would like to use telemetry connect UART1 TX pin of the flight controller
55 to RX pin of the receiver and enable telemetry on UART1 in iNAV.