Skip to content

Implement Mavink2Wifi feature #3260

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mduclehcm
Copy link

No description provided.

@MUSTARDTIGERFPV
Copy link
Member

@mduclehcm - this is already supported via ELRS Backpack over WiFi/UDP; doing WiFi/TCP on the ESP32 main chip is a really really really bad idea and we won't support it.

@mduclehcm
Copy link
Author

@mduclehcm - this is already supported via ELRS Backpack over WiFi/UDP; doing WiFi/TCP on the ESP32 main chip is a really really really bad idea and we won't support it.

Yeah, but I have a different purpose - using Mavlink over ELRS for long-distance wireless telemetry. The trade-off is that we have to use a 1:2 telemetry ratio, which I don't want.
Second, Mavlink over ELRS is super slow, only good for monitoring, not suitable for configuration.
I'm trying to implement Mavlink over WiFi directly from the ELRS RX, not the backpack. It helps me quickly configure things on the fly in the field by turning on WiFi mode.
Actually, ELRS already has a similar feature, but it streams MSP over WiFi when rx enter wifi mode, not Mavlink. I’m just extending it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants