Skip to content

A frontendInterfaces compliant device for the RTL2832U usb dongle

License

Notifications You must be signed in to change notification settings

captivationsoftware/RTL2832U

 
 

Repository files navigation

REDHAWK Basic Devices rh.RTL2832U

Description

Contains the source and build script for the REDHAWK Basic Devices rh.RTL2832U. Realtek RTL2832U usb dongle device using librtlsdr. Supports various tuners, including Elonics E4000, Rafael Micro R820T and R828D, Fitipower FC0012 and FC0013, and FCI FC2580.

Branches and Tags

All REDHAWK core assets use the same branching and tagging policy. Upon release, the master branch is rebased with the specific commit released, and that commit is tagged with the asset version number. For example, the commit released as version 1.0.0 is tagged with 1.0.0.

Development branches (i.e. develop or develop-X.X, where X.X is an asset version number) contain the latest unreleased development code for the specified version. If no version is specified (i.e. develop), the branch contains the latest unreleased development code for the latest released version.

REDHAWK Version Compatibility

Asset Version Minimum REDHAWK Version Required
2.1 2.1.3
2.0 2.0
1.x 1.10

Dependencies

This device depends on the RTL SDR library, version 0.5.2.

Runtime Usage

Prior to launching this device, the LD_LIBRARY_PATH may need to be updated to include the librtlsdr libraries (i.e. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib).

There is currently a bug where the RTL interface may not work when the device debug level is set at 'DEBUG' or 'TRACE'. If issues occur and your debug level is at 'DEBUG' or 'TRACE', try and set the debug level as 'INFO'.

Installation Instructions

This asset requires the librtlsdr library. This must be installed in order to build and run this asset. To build from source, run the build.sh script found at the top level directory. To install to $SDRROOT, run build.sh install.

FEI Compliance Test Results

See the FEI Compliance Results document.

Copyrights

This work is protected by Copyright. Please refer to the Copyright File for updated copyright information.

License

REDHAWK Basic Devices rh.RTL2832U is licensed under the GNU General Public License (GPL).

About

A frontendInterfaces compliant device for the RTL2832U usb dongle

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.8%
  • C++ 33.0%
  • Other 2.2%