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

✨[FEATURE]: Add MSP Protocol Support #5

Open
3 tasks
Witty-Wizard opened this issue Jun 20, 2024 · 0 comments
Open
3 tasks

✨[FEATURE]: Add MSP Protocol Support #5

Witty-Wizard opened this issue Jun 20, 2024 · 0 comments
Labels
enhancement 🪄 New feature or request

Comments

@Witty-Wizard
Copy link
Owner

Witty-Wizard commented Jun 20, 2024

Describe the solution you'd like
I would like to request the addition of MSP protocol support to the serialio library. This would involve implementing the necessary decoding and encoding functionalities to handle MSP communication, similar to the existing SBUS and CRSF implementations.

Describe alternatives you've considered

Using a different library: Switching to another library that supports MSP. However, this is not ideal because serialio has other features and integrations that are very useful.

Additional context
The MSP protocol is widely used in the RC community, particularly with flight controllers running firmware such as Betaflight, Cleanflight, and iNav. Adding support for MSP would expand the usability of the serialio library to a broader audience.

Implementing MSP support would involve:

  • Parsing MSP data frames: Extracting command and telemetry data from the incoming MSP frames.
  • Encoding data into MSP frames: Preparing data frames for transmission to MSP-compatible devices.
  • Handling error detection and correction: Implementing mechanisms as per the MSP specifications to ensure reliable communication.

Adding MSP support will greatly enhance the flexibility and appeal of the serialio library.

@Witty-Wizard Witty-Wizard added the enhancement 🪄 New feature or request label Jun 20, 2024
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