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
The satellite will periodically send out standard telemetry sets with the state, battery voltage, free storage, temperatures, etc. It's really just a bunch of health numbers.
Some of this would be useful to see on a screen in a dashboard kind of view, and on top of other screens (that can come later)
create a new tab for a dashboard
add specific parsing to SatTest to pull stdtelem data into some kind of structure like a dictionary or class
hook into SatTest's dependant object model to have classes that will display stdtelem be notified when new stdtelem data comes in
Search comments for: #stdtelem: - I have placed comments where you should add some code
The text was updated successfully, but these errors were encountered:
The satellite will periodically send out standard telemetry sets with the state, battery voltage, free storage, temperatures, etc. It's really just a bunch of health numbers.
Some of this would be useful to see on a screen in a dashboard kind of view, and on top of other screens (that can come later)
Search comments for:
#stdtelem:
- I have placed comments where you should add some codeThe text was updated successfully, but these errors were encountered: