mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
Created Using RTL-SDR in direct sampling mode with OpenWebRX (markdown)
parent
e7d1d388ec
commit
37013af741
1 changed files with 13 additions and 0 deletions
13
Using-RTL-SDR-in-direct-sampling-mode-with-OpenWebRX.md
Normal file
13
Using-RTL-SDR-in-direct-sampling-mode-with-OpenWebRX.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
1. You will have to setup <a href="https://github.com/keenerd/rtl-sdr">keenerd's fork</a> of RTL-SDR, as it has the `-D` switch for the rtl_sdr tool.
|
||||
|
||||
git clone https://github.com/keenerd/rtl-sdr
|
||||
cd rtl-sdr/ && mkdir build && cd build
|
||||
cmake ../ -DINSTALL_UDEV_RULES=ON
|
||||
make && sudo make install && sudo ldconfig
|
||||
|
||||
2. You have to add the `-D` switch to `config_webrx.py` as well.
|
||||
|
||||
start_rtl_command="rtl_sdr -D1 -s {samp_rate} -f {center_freq} -p {ppm} ...
|
||||
/\___ this is the switch to add
|
||||
|
||||
`-D1` means that the dongle is set to direct-sampling from the I branch.
|
||||
Loading…
Add table
Add a link
Reference in a new issue