Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Using OpenWebRX with an AirSpyHF

Stefan Dambeck edited this page Jan 28, 2018 · 4 revisions

Just use Hansi DL9RDZ's fork of libairspyhf+

libairspyhf+ DL9RDZ fork

This version contains airspyhf_rx, which provides raw IQ data to stdout.

Since the output of airspyhf_rx is float, you don't need format conversion in OpenWebRX:

format_conversion = ""

Also mind your start_rtl_command accordingly

start_rtl_command = "/path/to/airspyhf_rx -f{cf} -r /dev/stdout".format(cf=cf)

and of course your samplerate would be 768000

Enjoy!

73 de Stefan DC7DS

Clone this wiki locally