mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Each SDR mode now includes frequency-specific antenna guidance: - Pager: VHF/UHF dipole info for 153/929 MHz bands - 433 MHz Sensors: quarter-wave ground plane for ISM band - Utility Meters: 912 MHz stock antenna tips and upgrades - APRS: 2m band dipole and commercial options for 144.39 MHz - SSTV: V-dipole for ISS reception at 145.800 MHz - AIS: marine VHF antenna for 162 MHz vessel tracking - Listening Post: wideband discone recommendation with band table - Meshtastic: LoRa 915/868 MHz antenna upgrades and placement - ADS-B: 1090 MHz collinear, commercial options, LNA/placement Each guide includes antenna type, element lengths, placement tips, and a quick reference table with key specs for the mode. https://claude.ai/code/session_01FjLTkyELaqh27U1wEXngFQ
103 lines
6.3 KiB
HTML
103 lines
6.3 KiB
HTML
<!-- SSTV MODE -->
|
|
<div id="sstvMode" class="mode-content">
|
|
<div class="section">
|
|
<h3>ISS SSTV Decoder</h3>
|
|
<p class="info-text" style="font-size: 11px; color: var(--text-dim); margin-bottom: 12px;">
|
|
Decode Slow-Scan Television images from the International Space Station.
|
|
ISS SSTV transmits on 145.800 MHz FM during special events.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h3>Decoder Settings</h3>
|
|
<div class="form-group">
|
|
<label>Frequency (MHz)</label>
|
|
<input type="number" id="sstvFrequency" value="145.800" step="0.001" min="100" max="500">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h3>Resources</h3>
|
|
<div style="display: flex; flex-direction: column; gap: 6px;">
|
|
<a href="https://ariss.org/" target="_blank" rel="noopener" class="preset-btn" style="text-decoration: none; text-align: center;">
|
|
ARISS.org (Event Schedule)
|
|
</a>
|
|
<a href="https://www.amsat.org/sstv-from-iss/" target="_blank" rel="noopener" class="preset-btn" style="text-decoration: none; text-align: center;">
|
|
AMSAT SSTV Guide
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h3>About SSTV</h3>
|
|
<p class="info-text" style="font-size: 11px; color: var(--text-dim);">
|
|
SSTV (Slow-Scan Television) is a method for transmitting images via radio.
|
|
The ISS periodically transmits commemorative images during special events
|
|
which can be received with an RTL-SDR and appropriate software.
|
|
</p>
|
|
<p class="info-text" style="font-size: 11px; color: var(--text-dim); margin-top: 8px;">
|
|
Common modes: PD120, PD180, Martin1, Scottie1
|
|
</p>
|
|
</div>
|
|
|
|
<!-- Antenna Guide -->
|
|
<div class="section">
|
|
<h3>Antenna Guide</h3>
|
|
<div style="font-size: 11px; color: var(--text-dim); line-height: 1.5;">
|
|
<p style="margin-bottom: 8px; color: var(--accent-cyan); font-weight: 600;">
|
|
2m band (145.800 MHz) — stock SDR antenna will NOT work
|
|
</p>
|
|
|
|
<div style="background: var(--bg-primary); border: 1px solid var(--border-color); border-radius: 4px; padding: 10px; margin-bottom: 10px;">
|
|
<strong style="color: var(--accent-cyan); font-size: 12px;">V-Dipole (Easiest — ~$5)</strong>
|
|
<ul style="margin: 6px 0 0 14px; padding: 0;">
|
|
<li><strong style="color: var(--text-primary);">Element length:</strong> ~51 cm each (quarter-wave at 145.8 MHz)</li>
|
|
<li><strong style="color: var(--text-primary);">Angle:</strong> 120° between elements for partial RHCP</li>
|
|
<li><strong style="color: var(--text-primary);">Orientation:</strong> Lay flat, angled toward the ISS pass direction</li>
|
|
<li><strong style="color: var(--text-primary);">Material:</strong> Wire, coat hanger, or copper rod</li>
|
|
</ul>
|
|
<p style="margin-top: 6px; color: var(--text-dim); font-style: italic;">
|
|
Same antenna as weather satellites (similar frequency). A QFH or turnstile for 137 MHz also works well here.
|
|
</p>
|
|
</div>
|
|
|
|
<div style="background: var(--bg-primary); border: 1px solid var(--border-color); border-radius: 4px; padding: 10px; margin-bottom: 10px;">
|
|
<strong style="color: var(--accent-cyan); font-size: 12px;">Tips for ISS Reception</strong>
|
|
<ul style="margin: 6px 0 0 14px; padding: 0;">
|
|
<li><strong style="color: var(--text-primary);">ISS altitude:</strong> ~420 km, overhead passes last 5–10 minutes</li>
|
|
<li><strong style="color: var(--text-primary);">Best passes:</strong> Elevation > 30° for clear signal</li>
|
|
<li><strong style="color: var(--text-primary);">Outdoors:</strong> Clear sky view is essential. Roof or open field</li>
|
|
<li><strong style="color: var(--text-primary);">LNA:</strong> Optional but helps — 2m filtered LNA at antenna feed</li>
|
|
<li><strong style="color: var(--text-primary);">Doppler:</strong> ISS moves fast — signal shifts ±3.5 kHz during pass</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div style="background: var(--bg-primary); border: 1px solid var(--border-color); border-radius: 4px; padding: 10px;">
|
|
<strong style="color: var(--accent-cyan); font-size: 12px;">Quick Reference</strong>
|
|
<table style="width: 100%; margin-top: 6px; font-size: 10px; border-collapse: collapse;">
|
|
<tr style="border-bottom: 1px solid var(--border-color);">
|
|
<td style="padding: 3px 4px; color: var(--text-dim);">ISS SSTV frequency</td>
|
|
<td style="padding: 3px 4px; color: var(--text-primary); text-align: right;">145.800 MHz</td>
|
|
</tr>
|
|
<tr style="border-bottom: 1px solid var(--border-color);">
|
|
<td style="padding: 3px 4px; color: var(--text-dim);">Quarter-wave length</td>
|
|
<td style="padding: 3px 4px; color: var(--text-primary); text-align: right;">51 cm</td>
|
|
</tr>
|
|
<tr style="border-bottom: 1px solid var(--border-color);">
|
|
<td style="padding: 3px 4px; color: var(--text-dim);">Modulation</td>
|
|
<td style="padding: 3px 4px; color: var(--text-primary); text-align: right;">FM (25 kHz)</td>
|
|
</tr>
|
|
<tr style="border-bottom: 1px solid var(--border-color);">
|
|
<td style="padding: 3px 4px; color: var(--text-dim);">Polarization</td>
|
|
<td style="padding: 3px 4px; color: var(--text-primary); text-align: right;">RHCP (circular)</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 3px 4px; color: var(--text-dim);">Typical pass duration</td>
|
|
<td style="padding: 3px 4px; color: var(--text-primary); text-align: right;">5–10 min</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|