You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rtlsdr.md 1.2 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ---
  2. layout: default
  3. title: RTL-SDR
  4. parent: Radios
  5. nav_order: 8
  6. ---
  7. # RTL-SDR
  8. {: .no_toc }
  9. ## Table of contents
  10. {: .no_toc .text-delta }
  11. 1. TOC
  12. {:toc}
  13. ---
  14. Currently, the most popular SDR device. Supported by the PiSDR with the modified library provided by the [RTL-SDR Blog](https://www.rtl-sdr.com). This library adds patches to improve performance within the L-Band, improves over-heating problems and enables the Bias-T on supported devices.
  15. ## Specifications
  16. | Specification | Value |
  17. |:----------------|:----------------|
  18. | Frequency Range | 24 - 1766 MHz |
  19. | Bandwidth | Up to 2.56 Msps (Stable) |
  20. | ADC Resolution | 8-bits |
  21. | USB Speed | 2.0 |
  22. | TX Mode | No |
  23. | Crystal | TCXO (0.5-1.0 ppm stable)[^1] |
  24. | Bias-T | Yes[^1] |
  25. ## Device Fingerprint
  26. ```bash
  27. $ lsusb
  28. Bus 020 Device 006: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838UHIDIR Serial: 00000001
  29. ```
  30. ## Firmware Sources
  31. ```
  32. https://github.com/osmocom/rtl-sdr
  33. ```
  34. ## Supported Software
  35. - GQRX
  36. - SDRAngel
  37. - GNURadio
  38. - Soapy Remote
  39. ## Command Line Tools
  40. - rtl_adsb
  41. - rtl_biast
  42. - rtl_eeprom
  43. - rtl_fm
  44. - rtl_power
  45. - rtl_sdr
  46. - rtl_tcp
  47. - rtl_test
  48. ---
  49. [^1]: _Official model from the RTL-SDR blog._