40 lines
1.8 KiB
ReStructuredText
40 lines
1.8 KiB
ReStructuredText
.. _rtl:
|
|
|
|
Intro to the RTL
|
|
================
|
|
|
|
RTL-SDR (RTL2832U Software Defined Radio) is a low-cost USB dongle originally designed for digital TV reception
|
|
that has been repurposed as a wideband software-defined radio. RTL-SDR devices are popular for hobbyist use due to
|
|
their affordability and wide range of applications.
|
|
|
|
The RTL-SDR is based on the Realtek RTL2832U chipset, which features direct sampling and demodulation of RF
|
|
signals. These devices are commonly used for tasks such as listening to FM radio, monitoring aircraft traffic
|
|
(ADS-B), receiving weather satellite images, and more.
|
|
|
|
Supported Models
|
|
----------------
|
|
- Generic RTL-SDR Dongle: The most common variant, usually featuring an R820T or R820T2 tuner.
|
|
- RTL-SDR Blog V3: An enhanced version with additional features like direct sampling mode and a bias tee for
|
|
powering external devices.
|
|
|
|
Key Features
|
|
------------
|
|
- Frequency Range: Typically from 24 MHz to 1.7 GHz, depending on the tuner chip.
|
|
- Bandwidth: Limited to about 2.4 MHz, making it suitable for narrowband applications.
|
|
- Connectivity: USB 2.0 interface, plug-and-play on most platforms.
|
|
- Software Support: Compatible with SDR software like SDR#, GQRX, and GNU Radio.
|
|
|
|
Limitations
|
|
-----------
|
|
- Narrow bandwidth compared to more expensive SDRs, which may limit some applications.
|
|
- Sensitivity and performance can vary depending on the specific model and components.
|
|
- Requires external software for signal processing and analysis.
|
|
|
|
Further Information
|
|
-------------------
|
|
- Official Website: https://www.rtl-sdr.com/
|
|
- Documentation: https://www.rtl-sdr.com/rtl-sdr-quick-start-guide/
|
|
|
|
This module provides tools for interfacing with RTL-SDR devices, allowing for tuning, data acquisition, and basic
|
|
signal processing.
|