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
{{ message }}
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
We have our databases setup in db.py but we never actually write any data to them anywhere in flight software.
The general idea for our telemetry database is that we want to:
write all our data from our sensors to the database every X seconds, where X is a parameter (something in the range between 15 and 600 seconds, it should be changable in flight)
downlink data from our databases on request - essentially make a db query that's integrated with our command/downlink structure