Cleric-K / Universal-RC-Joystick

Convert RC receiver into USB HID Joystick with a cheap STM32 dev board
MIT License
21 stars 7 forks source link

CRSF and SERaero protocol support #3

Open relaxibus opened 1 year ago

relaxibus commented 1 year ago

Hi, I found your repo, very interesting. Do you plan to add support for Crossfire protocol? Also SERaero support would be cool.

Cleric-K commented 1 year ago

Hi, presently all supported protocols are unidirectional. Crossfire requires both rx/tx communication with the receiver. This would require some changes in the code base. In any case I don't have crossfire so it would be very difficult to develop in the blind.

About SERaero. Can you give some more information about it? I googled but couldn't find much details. I found something mentioning conversion from usb hid -> serial.

relaxibus commented 1 year ago

Hi, here the SERaero protocol specs. SERaero_C2-16B_spec_v1.1.pdf

Where are you based?