Hello everyone
I could use some assistance with my SatNOGS station.
I am having a hard time with getting my RTL-SDR blog V4 to work properly on a raspberry pi v3b+ with the SatNogs image on it. There is also a SAWbird +NOAA LNA/BPF on the setup powered by the internal bias tee on the RTL-SDR.
I am consistently getting a blank spectrum, and I’ve been led to believe that it is a driver issue due to the V4 requiring different drivers than the V3 or other rtl-sdrs.
I tried following the instructions for updating the drivers for the V4 from this link:
but now I get "RuntimeError: soapysdr: :device: :make() no match error when the setup attempts an observation.
Here is the metadata from a failed observation in case I’m making an error in my satnogs-setup:
{
radio: {
name: "gr-satnogs",
version: "v2.3-compat-xxx-v2.3.5.0",
parameters: {
soapy-rx-device: "driver=rtlsdr",
samp-rate-rx: "2.048e6",
rx-freq: "137100000",
file-path: "/tmp/.satnogs/data/receiving_satnogs_9785284_2024-07-04T02-07-13.out",
waterfall-file-path: "/tmp/.satnogs/data/receiving_waterfall_9785284_2024-07-04T02-07-13.dat",
decoded-data-file-path: "/tmp/.satnogs/data/receiving_data_9785284_2024-07-04T02-07-13.png",
doppler-correction-per-sec: null,
lo-offset: null,
ppm: null,
rigctl-port: "4532",
gain-mode: "Overall",
gain: "49.6",
antenna: "RX",
dev-args: null,
stream-args: null,
tune-args: null,
other-settings: null,
dc-removal: null,
bb-freq: null,
bw: null,
enable-iq-dump: "0",
iq-file-path: null,
udp-dump-host: null,
udp-dump-port: 57356,
wpm: null,
baudrate: null,
framing: null
}
},
latitude: 45.96299067991878,
longitude: -66.62266471226759,
elevation: 12,
frequency: 137100000
Any assistance would be greatly appreciated!