Go to file
2023-05-05 11:19:31 +09:30
.gitignore Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
build_dependencies Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
example.cpp Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
example.py Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
filters.py Working FM radio demodulator for NESDR smart radio 2023-05-05 11:19:31 +09:30
fm1s.py Working FM radio demodulator for NESDR smart radio 2023-05-05 11:19:31 +09:30
fm_rt_stereo Working FM radio demodulator for NESDR smart radio 2023-05-05 11:19:31 +09:30
Makefile Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
README.md Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
SDRplay_RSP_API-Linux-3.07.1.run Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
setup Working FM radio demodulator for NESDR smart radio 2023-05-05 11:19:31 +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