-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
65 lines (58 loc) · 2.86 KB
/
Copy pathresources.html
File metadata and controls
65 lines (58 loc) · 2.86 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
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<title>Resources</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="lightbox/css/lightbox.min.css">
<link rel="shortcut icon" type="image/png" href="/wxcapture/favicon.png"/>
</head>
<body>
<header class="main-header">
<nav class="nav main-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="satpass.html">Predictions</a></li>
<li><a href="captures.html">Captures</a></li>
<li><a href="satellitestatus.html">Status</a></li>
<li><a href="satellites.html">Satellites</a></li>
</ul>
</nav>
<h1 class="page-name page-name-large">Resources</h1>
</header>
<section class="content-section container">
<!-- NOAA POES Satelites -->
<h2 class="section-header">NOAA POES Satellite Resources</h2>
<table>
<tr>
<td>
<a class="example-image-link" href="images/noaa_satellite_a.png" data-lightbox="images/noaa_satellite_a.png"><img class="example-image" src="images/noaa_satellite_a.png" width=400 alt="Image of NOAA 19 satellites" /></a><br>
<a class="example-image-link" href="images/noaa_satellite_b.png" data-lightbox="images/noaa_satellite_b.png"><img class="example-image" src="images/noaa_satellite_b.png" width=400 alt="Image of NOAA 15 satellites" /></a><br>
</td>
<td><h2>NOAA POES Satellite Resources</h2>
<h2>General Information:</h2>
<ul>
<li>Passes overhead multiple times a day</li>
<li>Easiest satellite to receive</li>
<li>You can get something even if the signal is really weak</li>
<li>Analogue Signal</li>
<li></li>
</ul>
<h2>Resources:</h2>
<ul>
<li>SDR gain - 37.2dB</li>
<li>SDR type - RTL-SDR v3 (RTL2838UHIDIR)</li>
<li>Antenna - Quadrifilar Helicoidal antenna (137.6 MHz)</li>
<li>Frequency range - 135-140 MHz from bandpass filter</li>
<li>Hardware used - RTL-SDR FM Block, Nooelec NOAA Sawbird (LNA + Bandpass Filter)</li>
</ul>
</td>
</tr>
</table>
</section>
<footer class="main-footer">
<p id="footer-text">Page last updated at <span class="time">00:00 (NZST)</span> on <span class="time">07/04/2020</span></p>
</footer>
<script src="lightbox/js/lightbox-plus-jquery.min.js"></script>
</body>
</html>