#Can the ELRS airport feature do SBUS passthrough as illustrated?

13 messages · Page 1 of 1 (latest)

lucid thorn
#

I have a PC generating SBUS control packets. Can I use the airport feature to basically carry pure SBUS from PC to FC?

#

I wouldn't have to flash ELRS firmware to output SBUS or anything like that, correct? It would just have to be flashed to airport mode?

queen schooner
#

No, airport uses uses 8 bit no parity 1 stop bit - SBUS is 8 bit Even parity 2 stop bits so it's not compatible. On the FC side it's going to be coded that way.

lucid thorn
queen schooner
#

It's rather annoying that SBUS choose that, oh and it's also inverted as well.

lucid thorn
#

i'll have to look if its worth trying to fix in the code. Either I tweak Airport to do SBUS,
Or I tweak the PC code to send MSP or ELRS instead of SBUS 🤷‍♂️

queen schooner
#

On the RX side of things we have SBUS already. In the master branch.

#

so PC -> CRSF -> TX -> ELRS-OTA -> RX -> SBUS -> FC

#

Or just use CRSF all the way

lucid thorn
#

yea id seen that was recently merged. I saw that its available in a dropdown menu in the src/html/index.html page but I couldn't figure out how to get that option visible in configurator

queen schooner
#

Options are moving away from configurator as we are trying to get away from compile-time options.

#

You can select the RX protocol from the Lua script as well