-
Notifications
You must be signed in to change notification settings - Fork 93
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
USRP Support #14
Comments
I didn't add USRP support because I thought it may make the AppImage a
little too big, but I wouldn't mind adding the missing modules in the next
release.
PS: I only have an RTL-SDR, an AirSpy and a HackRF, so any feedback about
other devices will always be welcome. Could you try to build SigDigger from
sources and tell me if it works with your USRP?
Thanks!
El dom., 25 ago. 2019 1:12, Kevin Croissant <notifications@github.com>
escribió:
… Hi,
I installed soapysdr-module-uhd and soapysdr-module-all with apt-get on my
Debian Buster system, but I cannot get SigDigger to recognize my Ettus USRP
N210 device. uhd_find_devices and gqrx have no issue finding it. I am using
the SigDigger 0.0.6 AppImage.
If you don't have access to a USRP for testing, let me know and I will
help test things out to help debug.
P.S. I tested it out using an AirSpy, it works great so far!
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=AAEVET5XUGBW3THDLCVVEQ3QGG54RA5CNFSM4IPHORWKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HHGRTJA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEVET3IA4JHS52SQ2LOGBDQGG54RANCNFSM4IPHORWA>
.
|
After building from source, I was able to connect to the USRP. Here's what I've noticed so far:
I also just noticed that I can't adjust the FPS rate of the FFT in SigDigger, is that a bug or an upcoming feature? I'll let you know if I find anything else. |
Wow, this is what I call useful feedback, thank you very much! Since this refers to a bunch of things now, I'll open separate issues tonight. In the meantime:
So you suggest having the DC Remove button enabled by default, right? I wasn't sure whether this made sense when I first added it.
This means that my assumption that device gains are integers was wrong. What is the maximum value for ADC-fine, according to Gqrx?
This is interesting. I didn't compare the spectrums of Gqrx and SigDigger too much. Do you think this may be related to the ADC-Fine gain issue?
This is an upcoming feature. Since the way Gqrx handles rates is fundamentally different from SigDigger's, I decided to lower the priority of this. The same thing happened to Time span. Is it critical for you to adjust this now? The workaround is to open the config dialog and set the spectrum refresh interval in the Analyzer parameters dialog manually. |
Glad to help! ADC-Fine varies from 0-1.0dB, for the Ettus WBX daughterboard. As for the FFT rate, it would be nice to have but not critical. I found that when I increased the FFT size to 8192 to match what gqrx can handle nicely on my machine, SigDigger was consuming more resources and doing it more often. The workaround is good enough for now. |
That is exactly what happened, since this was configurable in SoapySDR I assumed that automtic DC correction could be troublesome in some scenarios (cheap receivers with poor implementations, maybe)? Dunno. Anyways, I've just fixed this in Suscan and merged to master. Regarding the issue with gains (#16), I've just commited some changes to the SigDigger's branch I'm also working on the FFT rate / time span feature, it should be ready before the week ends. Then I'll start investigating the mysteriously high noise floor. |
How did you get SigDigger to recognize the N210 as it requires passing an IP address? I can access it fine with Soapy but see no way of passing the address when launching SigDigger nor suscli. Can you post your ~/.suscan/config/sources.xml ? SoapySDRUtil --probe="driver=uhd,addr=192.168.1.12" Soapy SDR -- the SDR abstraction library###################################################### Probe device driver=uhd,addr=192.168.1.12 suscli devices
|
Hi,
I installed soapysdr-module-uhd and soapysdr-module-all with apt-get on my Debian Buster system, but I cannot get SigDigger to recognize my Ettus USRP N210 device. uhd_find_devices and gqrx have no issue finding it. I am using the SigDigger 0.0.6 AppImage.
If you don't have access to a USRP for testing, let me know and I will help test things out to help debug.
P.S. I tested it out using an AirSpy, it works great so far!
Thanks!
The text was updated successfully, but these errors were encountered: