-
I am testing some code to detect when a Soapy-compatible SDR is physically unplugged and to remove it from an internal list. This works for an RTLSDR and HackRF, but the Pluto continues to be recogni…
-
HI again, I have now compiled SoapySDR for mac using all my devices. How do I specify GLRPT to select the one I choose?
command:
`SoapySDRUtil --info | grep "Available factories"`
result:
`Ava…
-
The '[R82XX] PLL not locked!' message on initialization is caused by the order of commands in rtlsdr.py
Changing the order eliminates the warning message
> diff -c rtlsdr.py.orig rtlsdr.py
*** rt…
-
Hi, I noticed that the sample output format is using 64 bit floating point values for I and Q. Given the RTLSDR only outputs 8 bit integers why was 64 bit floats chosen rather than the more common 32 …
-
I wounder why the last line **in start_rtlsdr.sh** with pipe signs seperated programms decodes only one transmission of horus v2 after start. If i cancel the batchfile and restart it again, the next p…
-
Hi - I am new here and I am trying to figure out how to download the RTLSDR Scanner for a Windows 10 system. The instructions are a little confusing to me. Can someone help?
-
![image](https://user-images.githubusercontent.com/59974707/212522147-8b720508-1a9d-4f0f-a444-93ac603c29bb.png)
if I have a windows 10 64 bit machine and I am running pyrtlsdr in a venv where would I…
-
some rtlsdr have with(or without) upConverter ability to go down to 100khz or even below.
It seem that current software doesn't have an option to set "direct 'q' sampling mode".
So optional switch t…
-
Thank you for this excellent project. Due to the poor accuracy of rtlsdr, you replace rtlsdr with hackrf one or limesdr?
-
when I do:
`serial_numbers = RtlSdr.get_device_serial_addresses()`
I get this error:
> 'Error code %d when reading USB strings (device %d)' % (r, device_index)
> OSError: Error code -12 when…