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

Extend BLH ESC telem packet sep timeout #244

Merged

Conversation

robertlong13
Copy link
Collaborator

Extend the packet-boundary timeout to 5ms to work around APD issues.

Also, implement error-counting to help diagnose any future issues.

Has been tested on ironbird and V49 and V50.

SW-440

Bits:
0-7: long packet
8-15: short packet
16-24: CRC failure
This sends both the count and the error count within the error_count
field of the ESC telemetry message. count is held in the lower 8 bits
and error count in the upper 24 bits.
@robertlong13 robertlong13 force-pushed the feature/SW-440-extend-blh-esc-telem-packet-sep-timeout branch from cffe724 to 053511c Compare November 12, 2024 00:43
@robertlong13 robertlong13 merged commit 15810cf into CxPilot-7 Nov 12, 2024
46 checks passed
@robertlong13 robertlong13 deleted the feature/SW-440-extend-blh-esc-telem-packet-sep-timeout branch November 12, 2024 01:34
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