-
Notifications
You must be signed in to change notification settings - Fork 31
Home
Josh Blum edited this page Sep 8, 2017
·
6 revisions
The Soapy Hack RF project provides a plugin module to use the Hack RF device within the SoapySDR API and software that supports SoapySDR.
SoapyHackRF table of contents
Pre-built installers for various systems are available through the Pothos SDR environment.
- Install libhackrf - https://github.com/mossmann/hackrf/wiki
- Install SoapySDR: https://github.com/pothosware/SoapySDR/wiki
Or install Hack RF packages on Ubuntu:
sudo add-apt-repository -y ppa:myriadrf/drivers sudo apt-get update sudo apt-get install hackrf libhackrf-dev
The CMake build system will locate libhackrf and SoapySDR development files on your system. The plugin module will be built and installed into the SoapySDR modules directories.
git clone https://github.com/pothosware/SoapyHackRF.git cd SoapyHackRF mkdir build cd build cmake .. make sudo make install
SoapySDRUtil --probe="driver=hackrf" ###################################################### ## Soapy SDR -- the SDR abstraction library ###################################################### Probe device driver=hackrf ---------------------------------------------------- -- Device identification ---------------------------------------------------- driver=HackRF hardware=HackRF One buffer size=3.750000MB clock source=internal part id=a000cb3c005f4746 serial=0000000000000000457863c82e5f3f1f version=2015.07.2 ---------------------------------------------------- -- Peripheral summary ---------------------------------------------------- Channels: 1 Rx, 1 Tx Timestamps: NO ---------------------------------------------------- -- RX Channel 0 ---------------------------------------------------- Full-duplex: NO Antennas: RX Full gain range: [0, 103] dB LNA gain range: [0, 40] dB VGA gain range: [0, 62] dB AMP gain range: [0, 1] dB Full freq range: [0, 7250] MHz RF freq range: [0, 7250] MHz Sample rates: [1, 20] MHz Filter bandwidths: [1.75, 28] MHz ---------------------------------------------------- -- TX Channel 0 ---------------------------------------------------- Full-duplex: NO Antennas: TX Full gain range: [0, 48] dB VGA gain range: [0, 47] dB AMP gain range: [0, 1] dB Full freq range: [0, 7250] MHz RF freq range: [0, 7250] MHz Sample rates: [1, 20] MHz Filter bandwidths: [1.75, 28] MHz
- FAQ
- Build guide
- Driver guide
- SoapySDR header files
- Doxygen documentation
- Python binding support
- LuaJIT binding support
- .NET binding support
- GO binding support
- Rust binding support
- Julia binding support
- Pothos SDR Tutorial
- Help and support
- Pothos users' group
- Twitter @pothosware
- IRC chat #pothos
- Slack workspace
- Contract services
- Developer blog
- Contributing
- Donate
- Example support
- Remote access
- Multi device
- Device sharing
- SIMD converters
- Audio devices
- Osmo support
- NovenaRF support
- EVB7 support
- UHD support
- Blade RF support
- Hack RF support
- RTL-SDR support
- SDR Play support
- Radioberry support
- Red Pitaya support
- Lime Suite support
- Airspy support
- Airspy HF+ support
- PlutoSDR support
- Skylark Iris module
- Funcube Dongle Pro+
- IC-R8600 Receiver
- Epiq Sidekiq
- NetSDR support
- XTRX support
- RTL TCP support
- SpyServer support