SBUS to RC Radio

Anyone has a clue of how I could create a communication link between PX4 and a RC radio based on the SBUS protocol (using, e.g., device /dev/tty-1)?

Hi,

I just figured out that Snapdragon Flight doesn’t accept 100 kbaud for its BLSP, as we can see in this https://github.com/ATLFlight/dspal/blob/master/include/dev_fs_lib_serial.h#L123 lib.

There is a way to configure any BLSP for this rate?

I tested it for 57600 and 115200 baud and the S.Bus driver works fine. Thus, I was thinking of use an interface micro-controller to convert the 100000 baud data into 115200 baud. This should fix this issue, but it does not seem a very elegant workaround.

Thanks!