CPSS Test Stand Instrumentation & Control
- /Instrumentation
- legacy code for data collection and connection to ground station.
- /Instrumentation/Client
- code onboard the teensy 4.1 microcontroller that runs the test stand from the test stand control box.
- the teensy is known as the Test Stand Controller (TSC)
- /Instrumentation/Server
- code onboard the Ground Station Computer (GSC) that recieves data sent from the TSC, parses it, and displays it
- UI assets for the legacy UI implemented using imgui, see /Instrumentation/Server/imgui-master for the
- /UI/main_dashboard.ui
- markup file that defines the UI dashboard webpage on the GSC