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

Add support for parsing CBAT message #24088

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

sdomoszlai13
Copy link

@sdomoszlai13 sdomoszlai13 commented Dec 10, 2024

Adding support for parsing CUAV's CBAT message in order to read serial numbers of certain smart batteries (e.g. Tattu).

Solved Problem

When trying to read the serial number of a Tattu smart battery, I found that the battery sends a CBAT message that contains valuable info about it (e.g., the serial number) but isn't parsed currently in PX4. To get the info in the message, the pasing logic is added in this PR.

Fixes #{Github issue ID}

Solution

  • Add ... for ...
  • Refactor ...

Changelog Entry

For release notes:

Feature/Bugfix XYZ
New parameter: XYZ_Z
Documentation: Need to clarify page ... / done, read docs.px4.io/...

Alternatives

We could also ...

Test coverage

Context

Related links, screenshot before/after, video

@sdomoszlai13 sdomoszlai13 changed the title Copy callback function structure for parsing CBAT message Add support for parsing CBAT message Dec 10, 2024
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.

1 participant