Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:rtlsdr [2024/08/22 15:54] – [Install] darron | tools:rtlsdr [2024/08/22 23:36] (current) – [Resources] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====RTL-SDR==== | ||
===Install=== | ===Install=== | ||
Line 13: | Line 14: | ||
==Download patch== | ==Download patch== | ||
- | < | + | {{: |
- | wget</ | + | |
==Apply patch== | ==Apply patch== | ||
Line 20: | Line 20: | ||
< | < | ||
patch -p 1 < blinick-wip_rtltcp_ringbuf.diff | patch -p 1 < blinick-wip_rtltcp_ringbuf.diff | ||
+ | patching file src/ | ||
+ | |||
</ | </ | ||
+ | |||
+ | ==Make== | ||
+ | |||
+ | < | ||
+ | cmake -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON . | ||
+ | make | ||
+ | sudo make install | ||
+ | sudo ldconfig | ||
+ | </ | ||
+ | |||
+ | ===RTL_TCP==== | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | ==R820T2== | ||
+ | |||
+ | Range approx. 24 - 1760 MHz but with reduced performance over 1500 MHz. | ||
+ | < | ||
+ | Found 1 device(s): | ||
+ | 0: Realtek, RTL2838UHIDIR, | ||
+ | |||
+ | Using device 0: Generic RTL2832U OEM | ||
+ | Detached kernel driver | ||
+ | Found Rafael Micro R820T tuner | ||
+ | [R82XX] PLL not locked! | ||
+ | Tuned to 100000000 Hz. | ||
+ | listening... | ||
+ | Use the device argument ' | ||
+ | to receive samples in GRC and control rtl_tcp parameters (frequency, gain, ...). | ||
+ | </ | ||
+ | |||
+ | ==E4000== | ||
+ | |||
+ | Range approx. 54 - 2147 MHz, but no coverage between 1100 - 1250 MHz. | ||
+ | |||
+ | < | ||
+ | Found 1 device(s): | ||
+ | 0: Compro, VMU6xx, SN: 0020 | ||
+ | |||
+ | Using device 0: Compro Videomate U680F | ||
+ | Found Elonics E4000 tuner | ||
+ | Tuned to 100000000 Hz. | ||
+ | listening... | ||
+ | Use the device argument ' | ||
+ | to receive samples in GRC and control rtl_tcp parameters (frequency, gain, ...). | ||
+ | </ | ||
+ | |||
+ | You can now connect to the Linux host using AIRSPY SDR# Studio. | ||
+ | ===Resources=== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | {{downloads: |