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

Implement processing of telemetry data #198

Open
3 tasks
PatrickKa opened this issue Dec 15, 2023 · 0 comments
Open
3 tasks

Implement processing of telemetry data #198

PatrickKa opened this issue Dec 15, 2023 · 0 comments

Comments

@PatrickKa
Copy link
Contributor

PatrickKa commented Dec 15, 2023

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

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