You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
FSAE 2025 Energy Meter sends data as big endian IEEE754 32 bit floats. We need to get this data.
Acceptance Criteria
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.
The text was updated successfully, but these errors were encountered: