Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soapyrtlsdr: init at 0.2.5 #51580

Merged
merged 1 commit into from Dec 6, 2018
Merged

soapyrtlsdr: init at 0.2.5 #51580

merged 1 commit into from Dec 6, 2018

Conversation

ragnard
Copy link
Contributor

@ragnard ragnard commented Dec 5, 2018

Motivation for this change

Add the Soapy RTL-SDR module which provides support for RTL-SDR dongles within the SoapySDR API and software that supports SoapySDR.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@markuskowa
Copy link
Member

@GrahamcOfBorg build soapysdr-with-plugins

@markuskowa
Copy link
Member

Did you try with it an RTL-SDR stick? I tried to get it to work ~half a year ago but I could not get it to stream data (that's why I did not include the plugin in the initial sopysdr PR).

@markuskowa markuskowa self-assigned this Dec 6, 2018
@ragnard
Copy link
Contributor Author

ragnard commented Dec 6, 2018

Hi @markuskowa, thanks for taking a look at this PR.

I have a RTL2832U stick (RTL-SDR v3) and I've tried it successfully with that.

SoapySDRUtil gives the following output:

$ ./bin/SoapySDRUtil --find
######################################################
##     Soapy SDR -- the SDR abstraction library     ##
######################################################

[INFO] [UHD] linux; GNU C++ version 7.3.0; Boost_106700; UHD_3.12.0.0-0-unknown
Found Rafael Micro R820T tuner
Found device 0
  available = Yes
  driver = rtlsdr
  label = Generic RTL2832U OEM :: 00000001
  manufacturer = Realtek
  product = RTL2838UHIDIR
  rtl = 0
  serial = 00000001
  tuner = Rafael Micro R820T

I also have a working nix build for CubicSDR (which is why I need soapyrtlsdr) and that works fine with my stick through SoapySDR.

@markuskowa markuskowa merged commit 3861b9c into NixOS:master Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants