From 0cdaa35f58744fada0e3f8df595e9a3e1b92ae8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Sat, 23 Apr 2016 13:42:20 +0200 Subject: [PATCH] Created Using OpenWebRX with FiFi SDR (markdown) --- Using-OpenWebRX-with-FiFi-SDR.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Using-OpenWebRX-with-FiFi-SDR.md diff --git a/Using-OpenWebRX-with-FiFi-SDR.md b/Using-OpenWebRX-with-FiFi-SDR.md new file mode 100644 index 0000000..012fcac --- /dev/null +++ b/Using-OpenWebRX-with-FiFi-SDR.md @@ -0,0 +1,15 @@ +FiFi SDR can be used with OpenWebRX via audio card interface. + +Edit `config_webrx.py`: + + start_rtl_command="arecord -D hw:1,0 -f S16_LE -r {samp_rate} -c2 -".format(samp_rate=samp_rate) + format_conversion="csdr convert_s16_f" + samp_rate=192000 + +Also set `center_freq` correctly. + +You cannot control FiFi SDR from within OpenWebRX. Use the `rockprog` tool to set the receiver parameters. It can be found here: + +http://o28.sischa.net/fifisdr/trac/wiki/De:rockprog + +> This information was shared by Benjamin, HB3YIW. Thanks for that! \ No newline at end of file