Go to file
2023-05-10 10:45:48 +09:30
.gitignore Added support for streaming 2023-05-10 10:45:48 +09:30
build_dependencies Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
demo.py Working SDRPlay audio out - committing before I break something 2023-05-09 16:06:45 +09:30
example.cpp Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
example.py Working SDRPlay audio out - committing before I break something 2023-05-09 16:06:45 +09:30
filters.py Working FM radio demodulator for NESDR smart radio 2023-05-05 11:19:31 +09:30
fm1s_int16.py Working SDRPlay audio out - committing before I break something 2023-05-09 16:06:45 +09:30
fm1s.py Working SDRPlay audio out - committing before I break something 2023-05-09 16:06:45 +09:30
fm_rt_stereo Working SDRPlay audio out - committing before I break something 2023-05-09 16:06:45 +09:30
Makefile Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
nooelec Working SDRPlay audio out - committing before I break something 2023-05-09 16:06:45 +09:30
nooelec_buffer.iq Working SDRPlay audio out - committing before I break something 2023-05-09 16:06:45 +09:30
out.wav Adding ability to record raw files to wav instead of pipe to audioout 2023-05-09 16:09:55 +09:30
play.sh Working SDRPlay audio out - committing before I break something 2023-05-09 16:06:45 +09:30
README.md Initial commit of basic dependencies and demo code 2023-05-05 10:47:30 +09:30
record.sh Adding ability to record raw files to wav instead of pipe to audioout 2023-05-09 16:09:55 +09:30
sdrplay Working SDRPlay audio out - committing before I break something 2023-05-09 16:06:45 +09:30
sdrplay_int16.iq Working SDRPlay audio out - committing before I break something 2023-05-09 16:06:45 +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 SDRPlay audio out - committing before I break something 2023-05-09 16:06:45 +09:30
stream Added support for streaming 2023-05-10 10:45:48 +09:30
stream.sdp Added support for streaming 2023-05-10 10:45:48 +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