Go to file
2023-05-10 17:03:49 +09:30
data Shuffled some files around to clean things up a bit 2023-05-10 11:01:02 +09:30
dependencies Project cleanup 2023-05-10 17:03:49 +09:30
examples Shuffled some files around to clean things up a bit 2023-05-10 11:01:02 +09:30
utilities Project cleanup 2023-05-10 17:03:49 +09:30
.gitignore Project cleanup 2023-05-10 17:03:49 +09:30
filters.py Working FM radio demodulator for NESDR smart radio 2023-05-05 11:19:31 +09:30
fm_demod.py Modified the FM demodulator to work with all input stream formats 2023-05-10 17:02:39 +09:30
README.md Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
requirements.txt Created an SDRPlay sample generator that is compatible with rtl_sdr interface 2023-05-10 14:06:04 +09:30
sdrplay_sample Modified the FM demodulator to work with all input stream formats 2023-05-10 17:02:39 +09:30
setup Project cleanup 2023-05-10 17:03:49 +09:30

SDRPlay RSP1A demo code

This repository is demo only.

Instructions

  • Install the SDRPlay device driver
    • ./SDRplay_RSP_API-Linux-3.07.1.run
    • Follow the prompts, there is some audience participation
  • Install the project dependencies
    • ./build_dependencies
    • This should be mostly unattended. SoapySDR & plugins will be installed in the system directories.
  • Run the demos. The demo code is provided by SoapySDR and required minimal modification.
    • C++ demo: make && ./Example
    • Python demo: ./example.py