-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBasicLEO.php
More file actions
56 lines (49 loc) · 2.63 KB
/
BasicLEO.php
File metadata and controls
56 lines (49 loc) · 2.63 KB
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
<!DOCTYPE html>
<html lang="en">
<?php
include "includes/Header-BasicLEO.php";
?>
<body>
<main id="maincontent">
<div id="page">
<div class="post">
<h1 class="ada_compliance">Mission Overview</h1>
<p>The goal of the Basic Low Earth Orbit (BasicLEO) project is to explore the technologies
required for building a viable CubeSat use SPARK/Ada for the flight control software. This
project's predecessor was the <b><a href="AlaskanIce.php">Alaskan Ice Buoy Project</a></b>
that helped us learn about the <b><a href="http://www.cubesatkit.com">CubeSat Kit</a></b>
hardware that is also being used in this project</p>
<p>Our CubeSat was launched into low Earth orbit as part of NASA's <b><a
href="https://www.nasa.gov/mission_pages/smallsats/elana/index.html">ELaNa
IV</a></b> program on the Air Force ORS-3 mission. The launch vehicle was an Orbital
Sciences <b><a
href="http://www.northropgrumman.com/capabilities/minotaur">Minotaur 1</a></b>
rocket launched from <b><a href="http://www.nasa.gov/centers/wallops/home/index.html">Wallops
Island</a></b>, VA, on November 19, 2013 (<b><a href="http://youtu.be/MxJOYt-RUIA">launch
video</a></b>). The mission, still ongoing, has been a success! We have downloaded
many <b><a
href="BasicLEO-Pictures.php">pictures from our spacecraft</a></b> as well as <b><a
href="BasicLEO-Data.php">other telemetry data</a></b>.</p>
</div>
<div class="post">
<h2>Tracking Information</h2>
<p><img src="images/VermontLunarCubeSat.JPG" alt="Vermont Tech CubeSat" width="200"
height="200" class="alignleft"/>Our low Earth orbiting CubeSat re-entered Earth's
atmosphere and burned up on November 21, 2015. This was two years and two days after its
launch. We were able to successfully communicate with the spacecraft up until a few hours
before its re-entry.</p>
<p>Thanks to all of you who helped our effort by emailing packets to us! For the record: our
down link frequency was 437.305 MHz, 9600 baud, FSK, AX.25. Our spacecraft has the
International Designation 2013-064AD, also cataloged as NORAD 39407U.</p>
<p>More tracking information can be found on the <b><a
href="http://www.n2yo.com/satellite/?s=39407">N2YO real time satellite tracking
site</a></b>.</p>
</div>
<!-- BEGIN FOOTER -->
<div id="footer">
<p>© Copyright 2019 by Vermont State University | Last Revised: December 20, 2019</p>
</div>
<!-- END FOOTER -->
</div>
</body>
</html>