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 24-bit float encoding support #321

Closed
terrillmoore opened this issue Oct 16, 2021 · 0 comments
Closed

Add 24-bit float encoding support #321

terrillmoore opened this issue Oct 16, 2021 · 0 comments
Assignees

Comments

@terrillmoore
Copy link
Member

terrillmoore commented Oct 16, 2021

AbstractTxBuffer_t<> could benefit from the 24-bit floating point format used in the Model 4811 meter; if limiting uplinks to 11 bytes, it gets you from 2 values maximum to 3 max, plus a few extra bytes. Since very few measurements have even 17 bits of precision, a natural reduction of IEEE-754 onto 24 bits is quite useful.

@terrillmoore terrillmoore self-assigned this Oct 16, 2021
terrillmoore added a commit that referenced this issue Oct 24, 2021
Fix #321: add 24-bit encoding support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant