From what I understand from the documentation, using a M0065 VOXL 2 IO board for SBUS RC input should be supported with VOXL SDK 1.0.1 and 1.1.0 (and also with 1.1.1 after an update of the M0065). However, our RB5 Flight on 1.1.0 was still not reading any RC channels after updating from 0.9.5.
I noticed in the voxl-px4-start
script that the M00052/RB5 Flight board has a special case for getting RC input with Spektrum receiver from the apps processor, while other boards use the DSP. Meanwhile, the dsp_sbus
driver used for getting RC input from M0065 seems to be specifically for the DSP, and defaults to a port number 7, which seems to correspond to the VOXL2 RC interface, but not RB5 Flight. Adding an argument to change this to 13 didn't work for our RB5 Flight.
This still seems to be case for the same script in SDK 1.1.1, where the new voxl2_io
driver, while not noted to be DSP-specific, also specifies a 7.
Is the combination of VOXL 2 IO (in any form) RC, VOXL SDK 1.1.0+, and RB5 Flight supposed to be supported? And if not, is support planned to be added in the future?