mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-05-29 23:23:29 +00:00
Page:
Using OpenWebRX with an AirSpyHF (IW0HDV version)
Pages
Adding support for new receiver hardware
Additional features for the web interface
Benchmarks
Calibrating waterfall display levels
Common problems and their solutions
Correcting the frequency offset
Customizing OpenWebRX for your station
Help! I'm getting audio underruns or overruns!
Home
I'm getting a "short write" error
My receiver is not listed on sdr.hu
Optimizing OpenWebRX for speed
Replay previously recorded IQ clip with OpenWebRX
Running OpenWebRX on system startup
Running OpenWebRX on the BeagleBone
Running OpenWebRX on the Odroid C2
Setting up OpenWebRX on a Raspberry Pi 2
Setting up multiple receivers on the same machine
Setting up your router for port forwarding
Setup OpenWebRX for HTTPS
Speed up & Secure with CloudFlare
Upgrading OpenWebRX to a newer version
Using GrOsmoSDR as signal source
Using OpenWebRX with AFEDRI SDR
Using OpenWebRX with Elad receivers
Using OpenWebRX with FiFi SDR
Using OpenWebRX with Perseus
Using OpenWebRX with S9 C
Using OpenWebRX with SDRplay
Using OpenWebRX with an AirSpy
Using OpenWebRX with an AirSpyHF (IW0HDV version)
Using OpenWebRX with an AirSpyHF
Using OpenWebRX with the audio card as a VLF receiver
Using RTLSDR in direct sampling mode with OpenWebRX
Using RTLSDR on HF with an upconverter
Using SoapySDR via rx_tools with OpenWebRX
No results
6
Using OpenWebRX with an AirSpyHF (IW0HDV version)
amontefusco edited this page 2018-08-18 10:02:13 +02:00
The following instructions assume that you are using Ubuntu 14.04 or later.
Install prerequisite
sudo apt-get install build-essential git libfftw3-dev cmake libusb-1.0-0-dev
Build and install libairspyhf from IW0HDV fork
cd ~/
git clone https://github.com/IW0HDV/airspyhf.git -b tools
cd airspyhf/
mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo ldconfig
Download, build and install csdr library (which is a dependency of OpenWebRX)
git clone https://github.com/simonyiszk/csdr.git
cd ~/csdr
make
sudo make install
Install OpenWebRx
Clone IW0HDV fork, that contains a configuration file suitable for AirSpyHF:
cd ~/
git clone https://github.com/IW0HDV/openwebrx.git -b airspyhf
Run as usual
python openwebrx.py