Space-and-Satellite-Systems-UC-Davis / SSS_JointTraining_FSW

A simplified version of IntelliSat, meant to be used for
MIT License
0 stars 11 forks source link

Guide to implementing Loggers #6

Open Darsh-Parikh opened 2 months ago

Darsh-Parikh commented 2 months ago

The goal of this is to develop a guide that FSW trainers can refer to if they are uncertain about details on how to implement a Logging system. This is to assist them as they provide help to the trainees developing Loggers

  1. Re-implement a basic logger and test its functionality
  2. Document the method
    • What's the system architecture? What does it use and how?
    • How do we get values from sensors such as IMU and MAG?
    • What are some ways of storing that information?
    • How to output over the serial comms connection?
    • Why use timer interrupts to integrate logging systems?
    • How to program a timer to generate an interrupt?
  3. Document how logging was tested

NOTE: The documentation can rely on existing online or IntelliSat documentation, in which case link the external source and relevant sections from it.