-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRSF Protocol Support? #54
Comments
Hi Royyan, I'm actually working on ELRS serial protocol (And Hitec SPI ...). To finish it -> Write he telemetry part (I don't understand some fields, perharps @AlessandroAU can give me some help 👍 ) We have a serial speed limitation : 115200 bauds, a test @500k bauds is possible. Regards. Christophe |
Hi guys, the telemetry protocol can be mostly found here https://github.com/ExpressLRS/ExpressLRS/tree/master/src/lib/CRSF and https://github.com/ExpressLRS/ExpressLRS/blob/master/src/lib/CrsfProtocol/crsf_protocol.h, the hardest part is MSP encapsulation. Best to come to the discord to ask more specific questions. |
Wow, thats really great @Ingwie !! I don't think I could help, but sure will keep a lookout I see, so currently it needs implementation of MSP encapsulation to finish it? @AlessandroAU |
Hi all, I was far from home for my job. Thanks Alessandro, i'll give another look at the source code. to try to understand. |
Hi, found this discussion, I am also wondering, isn't there yet any possibility to use openAVRc with expressLRS? |
Hello RybOlya, |
Hi, CRSF is one of the serial protocols available. I need to debug all telemetry and setting command. You can give a try 👍 |
You where faster Pierro 🥇 |
@pierrotm777 @Ingwie That was a fast reply, thank you! I will try to give it go. |
Hi! I'm quite new in the rc space, but have been very interested in it's massive DIY community. I've been wondering, will there be any support of CRSFshot protocol, to for instance connect an OpenAVRc transmitter to an external ExpressLRS transmitter module. Or have there been any such discussion about it?
I really want to be able to use an ExpressLRS module and this seems to be the barrier.
Thanks for the time reading this, really appreciate any information or such!
The text was updated successfully, but these errors were encountered: