Alison Alexsy Mechanical & Aerospace Engineer

Cleanroom Sensor System

The goal of my senior design was to design an automated sensor system that will be placed in the enterprise’s clean room to provide continual monitoring on environmental parameters, including humidity, temperature and pressure. The anticipated outcome was a report describing whether the clean room meets ISO 8 requirements and methods to mitigate any current or future problems.

What is the MTU Aerospace Enterprise?

The MTU Aerospace Enterprise is composed of a diverse multidisciplinary group of over 50 students. Students work together on innovative and relevant Aerospace related projects, and all members contribute towards achieving specific project goals. Through the Aerospace Enterprise students are able to enhance their engineering and Aerospace knowledge, as well as develop personal and leadership skills that will provide valuable work experience before graduation. Additionally, students work closely with industry sponsors whose contributions play a vital role to the Enterprise’s success.

The first team I joined on the enterprise was the Structures team, responsible for the development of the satellite’s structure. During my time on structures, I helped design the components of the satellites by using Solidworks and Siemens NX. Additionally, I performed FEA analyses to ensure designs could withstand extreme environments. I learned to design with manufacturability and cost efficiency in mind.

Later on I joined the Ground Support Equipment team, responsible for the development of systems that are used to support the spacecrafts while on the ground. I was the team lead of the Electrical Ground Support Equipment (EGSE) whose purpose is to test and interact with the spacecraft before launch. The EGSE is a remote unit that plugs into the satellite to charge its battery, edit the software loaded on its main computer, and monitor the status of its electronic. The GSE team also maintains the Class 100,000 Clean Room on Michigan Tech’s campus that is used to work with flight hardware.

Goal of my Senior Design

What is a Clean Room? Why is it important?

The Aerospace Enterprise has a Class ISO 8 clean room, meaning that according to the International Organization for Standardization (ISO) 14644-1, the air can contain at most 3,520,000 particles per cubic meter.

maximum particles/m3
≥ 0.5 µm ≥ 1 µm ≥ 5 µm
3,520,000 832,000 29,300

The lower the class, the stricter the particle count becomes. Without any sort of sensor system, our organization had no way of actually proving that we were meeting these standards, which is where my senior design came in.

IoT Integration

Because I had basic circuit and software experience I sought after a platform where I could combine my sensors in very user friendly way. My research lead me to find a website called MyDevices and their product called Cayenne.1 Cayenne allows users to build complete and ready-to-use IoT solutions with little to no coding during the process. It allows the user to use their own hardware and submit any device into the their library using MQTT API. The main two ways to connect the devices together was either with an Arduino or a Raspberry Pi. I decided to take the Raspberry Pi route because it seemed to not have as high of a learning curve.

References

Asteroid Retrieval Mission

My final project for my Space Mechanics class was to conduct an asteroid retrieval mission. We were told a spacecraft would depart from Earth on a trip to an asteroid to capture a boulder from the asteroid and return it to an orbit around the Moon. It was required to design the trajectory of the spacecraft from Earth departure until the final orbit around the Moon. The assumptions given consisted of the following:

Introduction

Near Earth objects (NEO) have become increasingly desirable locations to navigate over recent decades because of the insight asteroids give to the earlier formation of our solar system and beginning of life on Earth. My team was contracted to manifest the trajectories of one of these missions to retrieve samples from a NEO asteroid. To keep fuel mass as low as possible, a lunar fly-by will be performed before rendezvousing with the asteroid. After rendezvousing with the asteroid for several days, the spacecraft has been instructed to return to Earth and perform capture maneuvers to arrive at an orbit around the Moon. The timeline has been set to start the mission between January 2018 and December 2018 and should not exceed 6 years.

Research

NASA’s Asteroid Redirect Mission (ARM)

To begin our project, we first sought out other missions involving NEO’s. The first mission we found was NASA’s Asteroid Redirect Mission (ARM). This mission is still in its developmental phase, but purposes the first-ever robotic mission to visit a large near-Earth asteroid. Similar to our objectives, ARM intends to collect a multi-ton boulder from the asteroid surface and redirect the payload to a stable orbit around the moon. The goal of this mission is to further the advancement of technologies and spaceflight necessary to perform a manned mission to the Martian system in the 2030’s. NASA has stated that in the process of selecting a potential asteroid, they are taking into account their velocities, orbit sizes and spin. These are similar parameters that we took into account when selecting an asteroid for the retrieval mission. This mission also helped demonstrate what kind of planetary defense techniques are needed to deflect dangerous asteroids if they were to ever collide with Earth.

See more about NASA’s ARM mission here!

David B. Reid, University of Colorado Boulder

Another mission proposal we found was written by David B. Reid at the University of Colorado Boulder. In Reid’s research project titled “The Use of Gravity Assist Flybys in Plane Change Maneuvers”, he explained as proposed mission the asteroid 1036 Ganymed that utilizes a lunar flyby. Because of the asteroids large size, it is a primary candidate for an asteroid-mining mission. As David describes, there are four phases for his mission: parking orbit departure, lunar flyby, hyperbolic Earth departure, and Hohmann target-intercept, respectively. He explains how important is it to work backwards through the trajectories, for example, the delta V’s necessary for the asteroid orbit insertion must first be known before performing a lunary fly-by and so on. The mission specifically utilizes a flyby of the south pole of the moon to study the Shackleton Crater, predicted to have a layer of water ice at the bottom of its 4.2 km depth. This demonstrates that flybys not only have trajectory advantages, but valuable research can occur if location of the maneuver is taken into account.

You can check out David’s full research project here!

Asteroid Selection

To start to get an idea of what kind of asteroid we should look to traveling to, my team utilized the NASA Ames Research Center Trajectory Browser. As seen in the picture below, the tool lets the user search the JPL small-body database using credentials such as when the launch should occur, for how long and how much delta V used to carry out the mission.

asteroid selection orbital diagram
NASA Ames Research Center Trajectory Constraints

When selecting asteroids, we had to keep in mind that some asteroids had perigees that came too close to lining up with the orbital trajectory of Earth. This causes the use of a lunar flyby to become unnecessary since the delta V that would be produced would be too high for our mission needs. With this information in mind, we search the JPL small body database for near-Earth asteroids with small eccentricities, relatively high perigees and within the same plane as Earth plus of minus one degree. We ultimately chose asteroid 2012 EJ5, whose orbit can be seen in the above picture on the right. It has a low eccentricity at 0.3162, an inclination of 0.1871 degrees, and perigee radius of 2.27 x 108 km. The synodic period was also found to be approximately 829 days, proving that many rendezvous opportunities would be available within the mission timeline.

Maneuvers

As previously discussed, my team utilized the approach that David B. Reid used in his research project with a few tweaks. The following sections describe the different stages of the mission and maneuvers purposed to be performed during them. The numbers that are presented were calculated using a MatLab code which can be found at the end of this post.

Parking Orbit Departure

Starting at position (1), the spacecraft would be required to make an impulsive maneuver in order to perform a Hohmann transfer to a larger orbit. Using our code, the total delta V for the impulse was found to be 3.1315 km/s. After several days, the spacecraft will arrive at the Moon and will need to make an impulse of around 0.831 km/s in order to enter the sphere of influence.

Lunar Fly-by

Once in the Moon’s sphere of influence we can begin to conduct our flyby maneuvers. This is the part of the mission we struggled the most on due to the complicated vector math involved.

Hohmann Transfers

After the velocity boost of the lunary flyby, we can begin to perform a simple Hohmann transfer to the asteroid.

%To calculate the total delta V necessary for this maneuver, we first need to

Hohmann Transfer

Closing Notes

Although this project was not easy and we weren’t able to find everything out as a team, it challenged our research skills and made us persevere.

References