I’ve been unable to get my RadioMaster ER6 receiver (ELRS) connected to my CubePilot Orange+ and get it working in Mission Planner. All I want to do is control the UAV (RC plane) from the ground station using a joystick (got that configured successfully in Mission Planner) and data radio (RFD-900x), and use the RC transmitter as a backup to control the plane in case the RFD-900x radio link has a problem in flight. Is it possible to get the CubePilot to arm and run successfully without an RC receiver hooked up to it, and if so, how? Right now I cannot arm because it says ‘Waiting for RC’…
So I ended up with a temporary workaround by setting ARMING_REQUIRE to 0 in Mission Planner, so it bypasses all pre-arm checks (like checking for an RC receiver) and arms the autopilot. But other features appear to be dependent on an RC receiver being connected and working (like I’m unable to get the USB joystick to control the servos, maybe because no RC receiver). So I’m back to the drawing board trying to figure out how to get an ELRS receiver talking to CubePilot Orange+ and Mission Planner… I’ll search the threads some more or start a new thread.
Yes, it’s possible to disable the RC failsafe but this is not recommended of course.
The problem you have is the ER6 receiver outputs 6 individual PWM channels and:
this is really not enough channels
there’s no input for individual PWM channels (only SBUS or PPM)
the serial port is not used and there is conflicting information - assume it does not work
Get another receiver that works as per the Ardupilot doco, such as the RP4TD diversity receivers, or RP3-H which has a case.
There are some important considerations:
Channel 5 - set your transmitter to always have ch5 high (~2000pwm) as this tells the receiver the aircraft is armed and to come out of low-power mode - avoid using any other functions on channel 5 unless you REALLY want to use an arming switch (with all the special considerations that come with that)
Set another channel to Flight Modes, eg: Ch12 FLTMODE_CH,12
Good info, thanks. That is what I’m experiencing, that the ER6 serial port just does not work for CubePilot, so I will try that Radiomaster RP3-H receiver… By the way, this is for a fixed wing plane, so I just need aileron, elevator, throttle, and rudder control for now; but I will configure the channels like you recommend.