All Projects → pothosware → SoapySDRPlay3

pothosware / SoapySDRPlay3

Licence: MIT license
Soapy SDR plugin for SDRPlay APIv3

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to SoapySDRPlay3

SoapySDRPlay2
Soapy SDR plugin for SDRPlay
Stars: ✭ 49 (+16.67%)
Mutual labels:  sdr, gnuradio, sdrplay, soapysdr, pothos
SoapyAudio
Soapy SDR plugin for Audio devices
Stars: ✭ 16 (-61.9%)
Mutual labels:  sdr, gnuradio, soapysdr, pothos
SoapyBladeRF
Soapy SDR plugin for the Blade RF
Stars: ✭ 16 (-61.9%)
Mutual labels:  sdr, gnuradio, soapysdr, pothos
PothosSoapy
Pothos framework support for software defined radio hardware.
Stars: ✭ 26 (-38.1%)
Mutual labels:  sdr, soapysdr, pothos
Gr Nrsc5
A GNU Radio implementation of HD Radio (NRSC-5)
Stars: ✭ 73 (+73.81%)
Mutual labels:  sdr, gnuradio
gr-correctiq
GNURadio blocks to remove that IQ DC spike just like some software and drivers do! Three techniques available: auto, auto-tune to dc offset, and manual.
Stars: ✭ 69 (+64.29%)
Mutual labels:  sdr, gnuradio
sdrberry
Raspberry pi SDR tranceiver using lvgl gui
Stars: ✭ 25 (-40.48%)
Mutual labels:  sdr, sdrplay
gr-radio astro
This package provides GNUradio OOT modules and grc flowgraphs that fascilates Radio Astronomy Observations with software defined radio devices.
Stars: ✭ 32 (-23.81%)
Mutual labels:  sdr, gnuradio
Rfsec Toolkit
RFSec-ToolKit is a collection of Radio Frequency Communication Protocol Hacktools.无线通信协议相关的工具集,可借助SDR硬件+相关工具对无线通信进行研究。Collect with ♥ by HackSmith
Stars: ✭ 1,085 (+2483.33%)
Mutual labels:  sdr, gnuradio
Openlte
An open source 3GPP LTE implementation.
Stars: ✭ 86 (+104.76%)
Mutual labels:  sdr, gnuradio
composable-sdr
SDR DSP utilities embedded in Haskell
Stars: ✭ 26 (-38.1%)
Mutual labels:  sdr, soapysdr
Soapyrtlsdr
SoapySDR RTL-SDR Support Module
Stars: ✭ 67 (+59.52%)
Mutual labels:  sdr, gnuradio
Gr Adsb
GNU Radio OOT module for demodulating and decoding ADS-B packets
Stars: ✭ 61 (+45.24%)
Mutual labels:  sdr, gnuradio
Soapyhackrf
SoapySDR HackRF module
Stars: ✭ 59 (+40.48%)
Mutual labels:  sdr, gnuradio
Gnuradio
GNU Radio – the Free and Open Software Radio Ecosystem
Stars: ✭ 3,297 (+7750%)
Mutual labels:  sdr, gnuradio
Gnuradio Android
GNU Radio Android Toolchain
Stars: ✭ 109 (+159.52%)
Mutual labels:  sdr, gnuradio
Qradiolink
Multimode SDR transceiver for GNU radio
Stars: ✭ 176 (+319.05%)
Mutual labels:  sdr, gnuradio
urh
Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
Stars: ✭ 9,060 (+21471.43%)
Mutual labels:  sdr, sdrplay
gr-smart meters
No description or website provided.
Stars: ✭ 151 (+259.52%)
Mutual labels:  sdr, gnuradio
Soapyosmo
Soapy SDR plugins for Osmo supported SDR devices
Stars: ✭ 8 (-80.95%)
Mutual labels:  sdr, gnuradio

Soapy SDR module for SDRPlay

Documentation

Dependencies

Troubleshooting

This section contains some useful information for troubleshhoting

Message: [WARNING] Can't find label in args

An error message like this one:

Probe device driver=sdrplay
[WARNING] Can't find label in args
Error probing device: Can't find label in args

could be due to the OS not being able to 'see' the RSP as a USB device.

You may want to check using the command lsusb:

lsusb -d 1df7:

The output should look similar to this:

Bus 002 Device 006: ID 1df7:3010

If the lsusb command above returns nothing, it means the OS is not able to see the RSP (which could be due to a moltitude of reasons, like problems with the OS, bad USB cable, bad hardware, etc).

Another way to verify that the OS is able to see the RSP device is by running the dmesg command

dmesg

and look for lines similar to these (the idVendor value should be 1df7):

[ 1368.128506] usb 2-2: new high-speed USB device number 6 using xhci_hcd
[ 1368.255007] usb 2-2: New USB device found, idVendor=1df7, idProduct=3010, bcdDevice= 2.00
[ 1368.255016] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0

If there's nothing like that, try first to disconnect the RSP and then connect it back; if that does not work, try rebooting the computer; if that does not work either, try the RSP on a different computer with a different USB cable.

Licensing information

The MIT License (MIT)

Copyright (c) 2015 Charles J. Cliffe
Copyright (c) 2020 Franco Venturi - changes for SDRplay API version 3 and Dual Tuner for RSPduo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].