Skip to content
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

enable simulator to use live telemetry data from ELRS #5758

Open
offer-shmuely opened this issue Jan 5, 2025 · 0 comments
Open

enable simulator to use live telemetry data from ELRS #5758

offer-shmuely opened this issue Jan 5, 2025 · 0 comments
Labels
enhancement ✨ New feature or request

Comments

@offer-shmuely
Copy link
Contributor

offer-shmuely commented Jan 5, 2025

The problem

It is hard to debug script & widgets that talk to complex elrs communication like MSP

Describe the solution you'd like

I like to have ability to run the simulator with live elrs telemetry push/pop

The setup is as follow:

  • TX is running with elrs module connected to a flight controller
  • computer is connected to TX with usb (usb<-->TX)
  • simulator is running lua code in widget or one-time script

requested feature:

  • when the code that run in the simulator call crossfireTelemetryPush(), it will be send to elrs module on the TX through the usb
  • when the code that run in the simulator call crossfireTelemetryPop(), it will be read from the elrs module on the TX through the usb
@offer-shmuely offer-shmuely added the enhancement ✨ New feature or request label Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant