About Anaconda Help Download Anaconda

Library for using an Realtek RTL2832-based DVB dongle as an SDR receiver

copied from cf-staging / rtl-sdr

Installers

  • linux-ppc64le v2.0.2
  • linux-64 v2.0.2
  • linux-aarch64 v2.0.2
  • osx-arm64 v2.0.2
  • osx-64 v2.0.2
  • win-64 v2.0.2

conda install

To install this package run one of the following:
conda install conda-forge::rtl-sdr

Description

DVB-T dongles based on the Realtek RTL2832U can be used as a cheap SDR, since the chip allows transferring the raw I/Q samples to the host, which is officially used for DAB/DAB+/FM demodulation. The possibility of this has been discovered by Eric Fry (http://rtlsdr.org/#historyanddiscoveryofrtlsdr). For Linux users of rtl-sdr, you will likely want to link the provided udev rule into your system installation in order for the hardware to have the correct permissions:

sudo ln -s $CONDA_PREFIX/lib/udev/rules.d/rtl-sdr.rules /etc/udev/rules.d/
sudo udevadm control --reload
sudo udevadm trigger

You may have to restart for this change to take effect. Even though the Linux kernel's built-in DVB-T module that would normally claim the device should be unloaded automatically, you might also want to blacklist the DVB-T module by running:

sudo ln -s $CONDA_PREFIX/etc/modprobe.d/rtl-sdr-blacklist.conf /etc/modprobe.d/
sudo modprobe -r $(cat $CONDA_PREFIX/etc/modprobe.d/rtl-sdr-blacklist.conf | sed -n -e 's/^blacklist //p')

© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy