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 telemetry data consists of data from the EPS sensors, the persistent state, metrics of the RF communication, etc. Every 30 s it must be gathered, stored, and sent as a beacon. This is probably the most important part of the COBC SW. Receiving a beacon from the CubeSat is the minimum requirement for a mission success.
We don't have access to all the telemetry data yet, but we can still program the logic and data structures and fill it with the correct data later. Similarly, we don't have the correct code for the RF module and the TX queue yet, but we can write empty functions or comments which we replace later.
Description
The telemetry data consists of data from the EPS sensors, the persistent state, metrics of the RF communication, etc. Every 30 s it must be gathered, stored, and sent as a beacon. This is probably the most important part of the COBC SW. Receiving a beacon from the CubeSat is the minimum requirement for a mission success.
We don't have access to all the telemetry data yet, but we can still program the logic and data structures and fill it with the correct data later. Similarly, we don't have the correct code for the RF module and the TX queue yet, but we can write empty functions or comments which we replace later.
To do
The text was updated successfully, but these errors were encountered: