#Can the ELRS airport feature do SBUS passthrough as illustrated?
13 messages · Page 1 of 1 (latest)
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?
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.
Thanks, this probably saved me a lot of trouble
It's rather annoying that SBUS choose that, oh and it's also inverted as well.
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 🤷♂️
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
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