Updated Using OpenWebRX with an AirSpyHF (markdown)

Stefan Dambeck 2018-01-28 23:00:04 +01:00
parent 0ba263c52f
commit aca1b48aaa

@ -6,4 +6,14 @@ 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 = ""
> 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 cource your samplerate would be 768000
Enjoy!
73 de Stefan DC7DS