-
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…
-
Hi guys!
I have installed pyrtlsdr but when i execute:
from rtlsdr import Rtlsdr
`from rtlsdr import Rtlsdr
sdr = Rtlsdr()
sdr.sample_rate= 2.048e6
sdr.center_freq= 70e6
sdr.freq_cor…
-
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…
-
Hi, I succesfully compiled tfrec on an ubuntu 18.04 machine but on my Pi2, I can't get it to work:
~~~
pi@raspberrypi:~/tfrec $ sudo make -f Makefile.raspi2
g++ -rdynamic -o tfrec main.o engine.…
-
I am running Ubuntu and while I can import rtlsdr, when I try to initialize it, I get the following error:
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/d…
-
The addon fails to start on Home Assistant 0.106.5
```
Error loading shared library librtlsdr.so.0: No such file or directory (needed by /usr/local/bin/rtl_433)
Error relocating /usr/local/bin/rt…
-
For the WASM port, we need to ensure that there is no blocking on the main thread, otherwise SDRangel will hang.
This is described more in the Qt docs here https://doc.qt.io/qt-6/wasm.html under "M…
-
on make i get these (more than i pasted here):
```
/usr/bin/ld: usrp_source.cc:(.text+0x3c3): undefined reference to `rtlsdr_get_device_name'
/usr/bin/ld: usrp_source.cc:(.text+0x3fe): undefined re…
-
## Multi prefix to make it through the inception
Since SoapyMultiSDR is a bit of a meta-wrapper, I was thinking about how the arguments to specify devices could be formatted to make it through the sy…
-
I have a dongle that works fine on PC/mac on RPI it appears as:
Bus 001 Device 004: ID 0bda:2832 Realtek Semiconductor Corp. RTL2832U DVB-T
This seems down to USB power - it needs a powered hub, o…