]> sigrok.org Git - libsigrokdecode.git/commit
sbus_futaba: add decoder for SBUS hobby remote control by Futaba
authorGerhard Sittig <redacted>
Wed, 20 Apr 2022 05:58:28 +0000 (07:58 +0200)
committerGerhard Sittig <redacted>
Sat, 23 Apr 2022 16:58:48 +0000 (18:58 +0200)
commitf035667239e6f7d012b496c434e50161014a263d
tree731cf5b6ba0b4060ccb8ef3d6c9982c074c356e8
parent24ba9e1bdfe107e394176eda3116b714463a8437
sbus_futaba: add decoder for SBUS hobby remote control by Futaba

This is the SBUS remote control by Futaba, the 25 bytes on top of UART.
Not the computer peripheral bus. Hence the suffix in the decoder name.

The implementation was tested with synthetic data. Example captures with
real world data have yet to become available. This implementation shows
the message framing, the proportional and digital channels' values, and
the flags. Several warnings for short and long and invalid messages are
implemented, as are user adjustable channel value range limits.

The boilerplate may need adjustment. All naming was made up by me based
on what information was available (vendor doc was missing).
decoders/sbus_futaba/__init__.py [new file with mode: 0644]
decoders/sbus_futaba/pd.py [new file with mode: 0644]