For a long time, Mars has been recognized as one of the most livable planets that we have discovered so far, with relatively high humidity and eligible atmosphere component. NASA is holding acompetition to gather all solutions that can help build 3D-printed houses for human beings on Mars, and now the competition is in its third phase ‑‑‑- to design habitat virtually and prepare for 3D-printed houses. We looked through the all five winners’ videos regarding their products. They are super scientific and convenient if people can live in them, but a big question is that, none of the videos talks about how to find the optimized location for their buildings. So to perfect this competition, we decided to simulate the way we design to choose a better place to live, avoiding wasting the great architectures.
What we started with and What we decided to include:We went through the environment restriction on Mars, especially the ones related to human beings’ safety and convenience and searched for the best solution according to those aspects.
First, we found that unlike presented in the movies, wind on Mars is actually even milder than that on Earth due to relatively low pressure. So apparently we do not need to include wind level in our simulation.
Then, we wanted to measure the humidity since we can find liquid water on Mars. Even though the amount of water cannot support daily lives of people on Mars, it still matters since it can affect the quality of soil and whether buildings can be constructed successfully. So we decided test the moisture as well as rigidity of nearby soil.
Thirdly, we considered the temperature. Temperature on Mars is about -243 °F to 68 °F. While this is a challenge for people to live in an environment with such a broad range of temperature, we cannot monitor it by changing the location of buildings, so this is not our point in this project.
Finally, the slope of surface the building is located on can matter seriously. The construction documents on Internet shows that the maximum slope of building on the lowest level on earth, the safest and easiest to handle, is that the slope cannot rise more than 1 foot every 10 feet on ground. Generally, the tangent of the slope cannot exceed 1/10, so the maximum degree is approximately 5.7°. Since the wind on Mars largely will not affect the buildings, we do not need to change this value. And Mars is mostly unknown to us, so it is better to use a safer estimation at the beginning.
How we accomplished these goals:For chassis: The initial design is to make a tricycle. That is a big wheel on left and right sides, and an assistant small wheel at the back, which can simplify the codes when the vehicle is changing directions. We first wanted to use 3-phase DC servos because they can provide energy strong enough when climbing small hills. However, the DC servos consistently reversed their direction once they completed a revolution. So we changed tosteppers. Even though steppers will lose nearly all their torque and much less efficient, we don’t need to use it with high speed and our vehicle is not that heavy, so it is not an issue for us.
For slope detection: The initial design is to use a MPU-6050 Gyro Scope sensor to test the current tilting degree of the vehicle. However, we cannot find any MPU-6050 gyroscope sensor, so we changed to mercury tilt switch sensor. When tilting the mercury module, it will complete the circuit and switch on.
For moisture and rigidity detection: The initial task is simply to detect the rigidity, so the initial design is to usea four-bar linkage connected with a servo and two fixed point outside the servo, and then we can find out whether it is soft enough for buildings by reading the degrees the servo rotates. However, when we were doing this, it turned out that the servo can keep rotate even when placed on rigid plate, because our vehicleis light and it will lift itself up. So we turned to the gyro moisture sensor. Once they the close environment is humid enough, it will stop going down becauseit can tell that it has touched the soil. Also, we can find out whether the humidity is suitable for constructions.
ShortcomingsFor demo:
a. The actual measured slope is the slopeof vehicle instead of the hills, because the vehicle is relatively bigger.
b. Lack of good wheels and gyroscope sensor.
For project:
a. There is no pattern how the vehicle will move: we should design a program to let the vehicle move in the shortest distance and find optimized location quickly (what kind of soil will have the right soil surrounded).
b. When the vehicle is at the top of a mountain, the slope is zero but it is actually not a right place to have construction.
c. The kind of water is not tested: some kind of water may be harmful for human beings.
Comments
Please log in or sign up to comment.