UCLA-Rocket-Project / OLD-Ares2022-2023

Central Repository for Ares Software
3 stars 0 forks source link

Support 9 PTs in Ground Systems ADC code. #7

Closed harrisonCassar closed 1 year ago

harrisonCassar commented 1 year ago

Motivation/Description

Per updated requirements from our Propulsion team for Cold Flow (10/29), and Hot Fire (11/5), we must support 9 PTs as Analog data inputs to our ground systems (therefore, 9 input channels to our integrated PiHat ADC). Currently, we only support 8 inputs.

Suggested Solution

Should be a pretty easy/quick fix: We should just need to increase a few constant values in the ADC C code to actually sample (and log to the logfile) an extra channel. Following this change, a full system test should be completed, and verification evidence showing the log files (adc.csv and adc_raw.csv) with the extra channel showing logically correct "0-values" should be posted.

Some notes to consider:

Future Work

With an extra several PTs being supported, we need to also create a Grafana dashboard for the updated setup. This will be done in #9.