-
Notifications
You must be signed in to change notification settings - Fork 873
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
rtl-sdr dongle not detected #139
Comments
Hello @psa-jforestier ,
Unfortunately, HackRF is currently the only device, which has a native backend. So you would need to install Gnuradio, to use the RTL-SDR. I am currently working on extending the native support for more devices. |
Ok , i will try the nuradio backend (i never uses Gnuradio, so i'm a bit anxious about that ...) . Also, i will try to add support for the native rtl-sdr device by following issue #138, cause compiling rtl-sdr tools is quite easy. I ll keep you informed. |
After a first look at the URH source code, i realized that i'm really not fluent in Python, and coding a Cython wrapper to the rtl_sdr lib is out of my skills... I think coding a "rtl_tcp" wrapper will be easier : the client side (URH) need to connect via TCP to a host (can be localhost), and send command code (set frequency, set sample rate and so on) and it will receive raw IQ sample. Will have a look at this in a few days. |
Native support could be added by using https://github.com/roger-/pyrtlsdr. Also I can't get it to detect my Windows GnuRadio install. |
Hey @psa-jforestier and @ChiBill , |
Hello Johannes. Followinf an article published on rtl-sdr.com, I tried URH and i'm facing a dongle detection problem.
I'm using a Raspberry PI3 with a RTL-SDR USB dongle (lsusb said RTL2838 DVB-T), it works fine with all the SDR tools I use (rtl_433, SDR# ect.), but I m unable to make it work with URH.
On the Edit > Options > Device window, the line with "rtl-sdr" is always diabled and cant be unabled (checkbox is grayed).
To install URH, i followed the steps indicated on the readme.md file (I tried with the Git version of URH, and the one provided by pip3.)
How do the program decide which device is enabled or not ? Where can i got some logs on how the device is detected by URH ?
The text was updated successfully, but these errors were encountered: