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.

README.md 6.0 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. # 🥧 PiSDR: The SDR Linux Distro for Your Pi
  2. #### Modified Raspbian image with the latest SDR software pre-installed and ready to go. Compatible with every Raspberry Pi.
  3. [![Github All Downloads](https://img.shields.io/github/downloads/luigifreitas/pisdr-image/total)]()
  4. [![Github Latest Version](https://img.shields.io/github/v/release/luigifreitas/pisdr-image)]()
  5. The PiSDR is a Raspbian based operating system for the Raspberry Pi pre-loaded with multiple Software Defined Radio software. It was created to serve as a fast and reliable bootstrap for SDR projects.
  6. ## Documentation
  7. This is a single person project with limited time and resources to acquire expensive SDRs. Only radios validated by tests are supported by this image. This is a limitation to maintain a certain level of quality. If you are a vendor and want your SDR supported by this image, consider donating one unit to the project. The latest version of the PiSDR supports every Raspberry Pi model (Zero, 1, 2, 3 and 4).
  8. ### Software
  9. List of pre-installed software:
  10. - [UHD](https://github.com/EttusResearch/uhd/tree/UHD-3.15.LTS)
  11. - [GQRX](https://github.com/csete/gqrx)
  12. - [GNURadio](https://github.com/gnuradio/gnuradio)
  13. - [LimeVNA](https://github.com/myriadrf/pyLMS7002Soapy)
  14. - [Soapy Remote](https://github.com/pothosware/SoapyRemote)
  15. - [Soapy](https://github.com/pothosware/SoapySDR)
  16. - [SDR Angel](https://github.com/f4exb/sdrangel)
  17. - [LimeSuite](https://github.com/myriadrf/LimeSuite)
  18. - [RTLSDR-Airband](https://github.com/szpajder/RTLSDR-Airband)
  19. - [LimeSDR_toolbox](https://github.com/emvivre/limesdr_toolbox)
  20. - [osmo-fl2k](https://osmocom.org/projects/osmo-fl2k/wiki)
  21. - [hamlib](https://hamlib.github.io/)
  22. - [VaporTrail](https://github.com/inguardians/VaporTrail)
  23. - [Universal Radio Hacker](https://github.com/jopohl/urh)
  24. - [dump1090](https://github.com/antirez/dump1090)
  25. - [FoxTelem](https://github.com/ac2cz/FoxTelem)
  26. - [Quisk](http://james.ahlstrom.name/quisk/)
  27. - [0xCoto/VIRGO](https://github.com/0xCoto/VIRGO)
  28. - [0xCoto/CygnusRFI](https://github.com/0xCoto/CygnusRFI)
  29. - [F5OEO/rpitx](https://github.com/F5OEO/rpitx)
  30. - [merbanan/rtl_433](https://github.com/merbanan/rtl_433)
  31. - [TLeconte/acarsdec](https://github.com/TLeconte/acarsdec)
  32. - [gpredict](https://github.com/csete/gpredict)
  33. - [EliasOenal/multimon-ng](https://github.com/EliasOenal/multimon-ng)
  34. - [pabr/leansdr](https://github.com/pabr/leansdr)
  35. ### Radios
  36. We currently support the following SDR:
  37. - [RTL-SDR](https://www.rtl-sdr.com/about-rtl-sdr/)
  38. - [LimeSDR USB](https://wiki.myriadrf.org/LimeSDR-USB)
  39. - [LimeSDR Mini](https://wiki.myriadrf.org/LimeSDR-Mini)
  40. - [LimeNET Micro](https://wiki.myriadrf.org/LimeNET_Micro)
  41. - [PlutoSDR](https://wiki.analog.com/university/tools/pluto)
  42. - [Airspy R2](https://airspy.com/airspy-r2)
  43. - [Airspy Mini](https://airspy.com/airspy-mini/)
  44. - [Airspy HF Discovery](https://airspy.com/airspy-hf-discovery)
  45. - [Airspy HF+](https://airspy.com/airspy-hf-plus/)
  46. - [HackRF One](https://greatscottgadgets.com/hackrf/one/)
  47. - [USRP](https://www.ettus.com/products/)
  48. ## Getting started
  49. ### Download
  50. The download file is hosted on GitHub Releases. Click in the button below to go to the latest release and choose the `.tar.xz` file to start downloading your PiSDR image. No `.xz` extraction is required. Use this file directly with the flashing software.
  51. [Download Latest Image](https://github.com/luigifcruz/pisdr-image/releases/latest)
  52. ### Installation
  53. The installation process is the same as the vanilla Raspbian. You will need a MicroSD card with at least 8GB of capacity. To transfer the image file to the memory card we recommend the open-source and multi-platform [balenaEtcher](https://www.balena.io/etcher/) or the official [Raspberry Pi Imager](https://www.raspberrypi.org/blog/raspberry-pi-imager-imaging-utility/).
  54. If you are feeling quite adventurous, you can copy the image to the memory card using `dd`. **Warning:** One should be extremely cautious using `dd`, as with any command of this kind it can destroy data irreversibly.
  55. ```bash
  56. $ dd bs=4M if=pisdr.img of=/dev/sdX conv=fsync
  57. ```
  58. ### Usage
  59. This image can be used as a standard Raspbian desktop environment. The HDMI Output, SSH, and Remote VNC are enabled by default. For usage information about any pre-installed software, please refer to our [Software Page](https://pisdr.luigi.ltd/docs/software/software/index).
  60. **Warning: It is important to change the credentials after the first login to ensure your security.**
  61. #### SSH
  62. To access the system with this option, you will need an SSH client. This is built-in inside the Command-Line of most operating systems (Linux, macOS and Windows 10). As a GUI alternative, we recommend using the PuTTY application available for Linux and Windows.
  63. ```bash
  64. $ ssh pi@pisdr.local
  65. Password: raspberry
  66. ```
  67. #### VNC
  68. The remote desktop can be accessed using any VNC client. The credentials are the same from the SSH. The default screen resolution is set to 720p. This setting can be easily changed inside the `raspi-config` menu (Advanced > Resolution). _Note: The Remmina Client is known to be incompatible with this VNC Server._
  69. ## About the project
  70. PiSDR Project was created and maintained since 2019 by [Luigi F. Cruz](https://luigi.ltd).
  71. ### Donation
  72. Donations are welcome. This would help offset the development cost.
  73. - [Patreon](https://www.patreon.com/luigifcruz)
  74. - [Buy Me a Coffee](https://www.buymeacoffee.com/luigi)
  75. - [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TAA65AJMC7498&source=url)
  76. ### Support
  77. Feel free to hit me up on [Twitter](https://twitter.com/luigifcruz) or [Email](mailto:luigifcruz@gmail.com) if your question isn't answered by this documentation. If you found a bug, please, report it directly on [GitHub Issues](https://github.com/luigifreitas/pisdr-image/issues).
  78. ### License
  79. PiSDR is distributed by an [MIT license](https://raw.githubusercontent.com/luigifreitas/pisdr-image/master/LICENSE).
  80. ### Disclaimer
  81. This project isn't in any way associated with the Raspberry Pi Foundation.
  82. ### Contributing
  83. Everyone is very welcome to contribute to our project. Project icon made by [Smashicons](https://www.flaticon.com/authors/smashicons).