rtl-sdr
rtl-sdr copied to clipboard
rtlsdr rtl_fm fork - retune & change modes without restarting
it's "gain" and not "agc" gain (./udpclient.py agc auto) ``` auto = Automatic n = Gainvalue; 195 = 19.5db ```
I'm seeing this error: ``` ./udpclient.py freq 92800000 Traceback (most recent call last): File "./udpclient.py", line 48, in s.send(buf) TypeError: 'str' does not support the buffer interface ``` I'm not...
I've been using original rtl_fm without any problems on Raspberry Pi. I've just tried using rtl_fm + rtl_usb from this package but get no audio output!? I notice the text...
I have an Nooelec RTL-SDR v5 SDR radio that I am trying to use in a WIN 11 PC using SDR++. There doesn't seem to be a pre-defined set of...
If I run "python3 udpclient.py freq 101000000" I get the following error: Traceback (most recent call last): File "/home/fico/Desktop/Projekt/rtl_fm_modified/rtl-sdr/udpclient.py", line 48, in s.send(buf) TypeError: a bytes-like object is required, not...