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 unit conversions #48

Open
EliasJRH opened this issue Jan 25, 2025 · 0 comments
Open

Add unit conversions #48

EliasJRH opened this issue Jan 25, 2025 · 0 comments
Labels
enhancement New feature or request flight critical Required for competition good first issue Good for newcomers

Comments

@EliasJRH
Copy link
Collaborator

The current backend does not do any unit conversion when receiving pressure or temperature packets. Ideally, we'd want to represent pressure in psi and temperature in degrees celsius.

The current packet spec establishes that packets are sent in milli-psi (1000 millipsi = 1psi) and millidegrees celsius (1000 millidegrees celsius = 1 degree celsius).

We should have the backend convert units appropriately before plotting them

@EliasJRH EliasJRH added enhancement New feature or request good first issue Good for newcomers flight critical Required for competition labels Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request flight critical Required for competition good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant