forked from arkadianriver/spectral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
payload.html
62 lines (62 loc) · 3.78 KB
/
payload.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
layout: page
title: Balloon Payload Project
subtitle: <a href="https://spacegrant.carthage.edu/">Wisconsin Space Grant Consortium</a>: <a href="https://spacegrant.carthage.edu/funding-programs/undergraduate/balloon-research/payload/" target="blank">Elijah High-Altitude Balloon Payload</a> Internship
---
<section>
<h3>Technical Skills Used</h3>
<ul>
<li align="left">Arduino</li>
<li align="left">Soldering</li>
<li align="left">3D Printing</li>
<li align="left">Foam Cutting</li>
<li align="left">Electrical Design</li>
<li align="left">Hardware Programming</li>
</ul>
<hr />
<div class="row">
<div class="4u 12u$(medium)">
<h3>Hardware & Layout</h3>
<p>There were 2 payloads. The main one holding 3 experiments, and the other one holding 1 experiment.</p>
<ul>
<li align="left">Arduino Mega 2560</li>
<li align="left">Arduino Nano</li>
<li align="left">Weather Shield (Humidity, Temperature,Pressure)</li>
<li align="left">IMU (Velocity,Acceleration,Rotation)</li>
<li align="left">Servo Motor</li>
<li align="left">Solar Cells</li>
<li align="left">Go Pro</li>
<li align="left">Canon Camera with CHDK</li>
<li align="left">9V Batteries</li>
<li align="left">Other ICs and electrical components</li>
</ul>
</div>
<div class="4u 12u$(medium)">
<span class="image fit"><img src="images/mainpayload.jpg" alt="" /></span>
<br/>
<br/>
<span class="image"><img src="images/structure.jpg" alt="" height="300"/></span>
</div>
<div class="4u$ 12u$(medium)">
<span class="image fit"><img src="images/breakdown.jpg" alt="" /></span>
</div>
</div>
<hr/>
<h3>How it Works</h3>
<h4>Experiments</h4>
<ul>
<li>Solar Cell Efficiency with Altitude</li>
<li>Measuring Atmosphereic Electric Fields</li>
<li>Characterizing Payload Spin using Solar Cells</li>
<li>Determining the Breakdown Voltage of Air with Altitude</li>
<li>Capturing pictures with IR filter to gauge crop healthiness</li>
</ul>
<p>In addition to the experiments, another area of focus was the payload structure itself. One cool feature is the hula-hoop stabilization ring that increases the moment of inertia of the capsule and therefore helps reduce the amount of rotation the payload would experience during flight.</p>
<h4>Published Paper</h4>
<p>Please see my team's <a href="https://wsgc.carthage.edu/ojs/index.php/wsc/article/view/116/115" target="blank">published report</a> to read more about each experiment and their results.</p>
<iframe src="payload_report.pdf" width="1200" height="1200" frameborder="0" marginheight="0" marginwidth="0"></iframe>
<hr />
<h3>Demo Video</h3>
<p>Check out the video below to see our team's balloon pop near 100,000 ft!</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Hay19LZouQo" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</section>