Receiving GOES-16 Images with an RTL-SDR
A step-by-step guide to receiving GOES-16/17 weather satellite images with RTL-SDR.
Description
Receiving GOES-16 and GOES-17 weather satellite imagery requires a specific hardware and software configuration, detailed in this practical guide. The author outlines the necessary components, including a Raspberry Pi, an RTL-SDR dongle, a suitable LNA with SAW filter for 1.69 GHz, and a parabolic grid antenna. This setup enables direct reception of high-resolution weather data, a fascinating aspect of amateur radio satellite operations.
The installation process begins with preparing the Raspberry Pi, followed by updating the system and installing essential dependencies like `git`, `build-essential`, and `cmake`. A critical step involves compiling and installing `librtlsdr` from source, ensuring proper driver setup and blacklisting conflicting DVB drivers. The guide then walks through testing the RTL-SDR dongle to confirm device recognition and troubleshoot common issues like USB power or driver installation problems.
Finally, the instructions cover cloning and building `goestools`, a software suite essential for processing the satellite signals. This compilation, while time-consuming on a Raspberry Pi, is crucial for decoding the raw data into usable imagery. The guide concludes with the initial steps for creating the `goesrecv.conf` configuration file, preparing the system for active satellite reception.