-
Hello, I wish to integrate a custom RC panel, and I don't want to destroy a hitsuba radio. I have ExpressLRS TX modules, both in nano and micro versions. And I want to talk with them directly. Don't question why we are using RC for something that looks like a rocket, long story short: technical debt. What I really need is some way to talk CRFS to the TX module, and send inputs straight to it. How I should approach this? Should I just grab This looks promising. I don't care for this, but is it required? Or is it useful? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi! I'm also working on a rugged industrial-grade line for EdgeTX. Actually all closed source that should be migrated to EdgeTX: https://likeabird.eu/remote-control-systems/ Do you have interest in a collaboration? |
Beta Was this translation helpful? Give feedback.
-
You might find a project like this worth repurposing the code from... I'm sure I saw another (will link it if I come across it again) but this is the only one I could find in a quick search... https://github.com/kkbin505/Arduino-Transmitter-for-ELRS ... he said he used an external module and implements all the "radio" analog input reading right in the one Arduino "sketch". https://github.com/ZZ-Cat/CRSFforArduino might be of interest also. I'm not saying you couldn't scavenge stuff from ETX, but it sounds like it's way more complex than you want. |
Beta Was this translation helpful? Give feedback.
-
for an easy way to go, I have a ready made ESP32 board with CRSF interface. It's what interfaces the NOVA proprietary boards and software. If you just build a small stick and button interface and output our SERaero serial protocol, then connect it to our Gateway ESP32 board, you're done! Including a Windows app for channel configurations. |
Beta Was this translation helpful? Give feedback.
You might find a project like this worth repurposing the code from... I'm sure I saw another (will link it if I come across it again) but this is the only one I could find in a quick search... https://github.com/kkbin505/Arduino-Transmitter-for-ELRS ... he said he used an external module and implements all the "radio" analog input reading right in the one Arduino "sketch".
https://github.com/ZZ-Cat/CRSFforArduino might be of interest also.
I'm not saying you couldn't scavenge stuff from ETX, but it sounds like it's way more complex than you want.