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

Support Floats #75

Closed
jr1221 opened this issue Nov 23, 2024 · 0 comments · Fixed by Northeastern-Electric-Racing/Embedded-Base#216 or #78
Closed

Support Floats #75

jr1221 opened this issue Nov 23, 2024 · 0 comments · Fixed by Northeastern-Electric-Racing/Embedded-Base#216 or #78
Assignees

Comments

@jr1221
Copy link
Contributor

jr1221 commented Nov 23, 2024

Description

FSAE 2025 Energy Meter sends data as big endian IEEE754 32 bit floats. We need to get this data.

Acceptance Criteria

  • Can parse 32 bit floats

Proposed Solution

Either read as a set of 4 bytes than use a conversion library or investigate bitstream-io or alternatives built in float capabilities. Make a new bool called float: true and it enforces that the message size is 32 bits.

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