buk7456 / FreeTX

Open source radio control system for almost anything.
MIT License
22 stars 4 forks source link

Colab? #28

Open ICantMakeThings opened 1 month ago

ICantMakeThings commented 1 month ago

Hey, I'm not sure how to message you, so I made an issue. I'll cut right to the chase. I want to colab, I think allowing external trx modules (like in bought rc remotes), something like ELRS, could really open up this project to loads of people. (elrs is basically an open source transmitter thing for fpv drones mainly. And if this project could incorporate it (I already have some code for elrs communication) and potentially other communications, then this could be the ultimate rc remote for all!!! Idk how quickly I'll respond on here. I don't have notifications, but if you have telegram, I'm guaranteed to respond quickly, >> @ALQUH

Or just close this if you're not interested. Have a nice day.

buk7456 commented 1 month ago

Hello, I have been looking into the documentation for ELRS and CRSF protocol. It seems there will need to be a few compromises here and there, if these are to be integrated into this project. I think it would need to be added to the secondary mcu code inside the stx folder, so as to allow for flexibility and to not break the current communication format over serial. See doc/protocols/protocol_over_uart.txt Also feel free to fork the project, make changes, and possibly open a pull request.