Launch Engineering,
Ground Segment
Software development in C++ for deployment to ground systems
Project management for refurbishment effort of Apollo-era antenna
Dynamic system simulation in Scilab/Xcos (Simulink)
Python serial interface software prototyping
SPACEX — Summer 2016, Fall 2017
Ground system software
I refactored ground system positioning software in order to increase modularity, portability, and readability. I developed C++ classes corresponding to common feedback control & signal processing elements so that controllers could be designed more intuitively—even nonlinear controllers.
I used C++ best-practices to integrate my software into the larger code base, and I removed difficult-to-analyze nonlinearities such as conditional statements from the control logic, thus allowing future controllers to be validated in the simulation I wrote (see below).
Refurbishment of Apollo-era antenna
I was the first engineer to join this project at its true outset. Initially, I was solely responsible for gathering, consolidating, and summarizing as much information as possible regarding the 9-meter-diameter antennas we planned to revive. Complete documentation was difficult—if not impossible—to come by because these assets had been designed and built prior to the invention of the internet, and we were unable to track down the engineers who worked on them originally. I generated a living document in which I tracked information gained from physical inspections and personal research.
As the project progressed, more engineers joined the cause and we collectively organized (and, in many cases, personally carried out) the removal of antiquated components, disassembly / transportation / reassembly of the antennas, and re-design of modern subsystems. This involved working and communicating extensively with numerous third-parties and contractors, trading difficult design decisions, and re-validating original design and performance specifications. I gradually handed this project off as my 2017 internship concluded while being available for support to ensure a smooth transition.
Dynamic system simulation
Many ground systems are required to point accurately at vehicles mid-flight to relay data. This necessitates the design of a digital controller that can track both fast-moving and slow / stationary targets. Not only that, but these controllers must be robust to noisy data and environmental disturbances.
I created a dynamic simulation using the Xcos simulation package that allowed for all variables of interest to be varied including sampling rate, signal quantization, disturbances, noise, and—of course—controller gains. The simulation results closely matched data taken from hardware experimentation, thus validating it for use as a design tool. This allowed for rapid design iteration of both linear and nonlinear control techniques.
Serial interface prototyping
Most ground assets communicate with their controlling system via a serial connection. The serial protocol of a given device is not necessarily comprehensively documented, so empirical methods must be employed to learn the interface. During this and other similar prototyping phases, I wrote interactive Python scripts that allowed for testing (often through a Raspberry Pi) without the software developement overhead associated with lower-level languages.
Other stuff
All software development was managed in Git.
I designed structural components for retrofitting the Apollo-era antennas with modern machinery in NX. Miscellaneous components for other ground assets were also designed in NX. Stress/strain analysis was conducted in Ansys.