Hello
I just updated my station, and I want to use an SDRPlay receiver.
The receiver seems to be working:
SoapySDRUtil --probe="driver=sdrplay"
######################################################
## Soapy SDR – the SDR abstraction library ##
######################################################
Probe device driver=sdrplay
----------------------------------------------------
– Device identification
----------------------------------------------------
*** driver=SDRplay***
*** hardware=RSP1***
*** mir_sdr_api_version=2.130000***
*** mir_sdr_hw_version=1***
*** serial=B0001P0003***
----------------------------------------------------
– Peripheral summary
----------------------------------------------------
*** Channels: 1 Rx, 0 Tx***
*** Timestamps: NO***
*** Other Settings:***
*** * RF Gain Select - RF Gain Select***
*** [key=rfgain_sel, default=1, type=string, options=(0, 1, 2, 3)]***
*** * IF Mode - IF frequency in kHz***
*** [key=if_mode, default=Zero-IF, type=string, options=(Zero-IF, 450kHz, 1620kHz, 2048kHz)]***
*** * IQ Correction - IQ Correction Control***
*** [key=iqcorr_ctrl, default=true, type=bool]***
*** * AGC Setpoint - AGC Setpoint (dBfs)***
*** [key=agc_setpoint, default=-30, type=int, range=[-60, 0]]***
----------------------------------------------------
– RX Channel 0
----------------------------------------------------
*** Full-duplex: NO***
*** Supports AGC: YES***
*** Stream formats: CS16, CF32***
*** Native format: CS16 [full-scale=32767]***
*** Antennas: RX***
*** Corrections: DC removal***
*** Full gain range: [0, 42] dB***
*** IFGR gain range: [20, 59] dB***
*** RFGR gain range: [0, 3] dB***
*** Full freq range: [0.01, 2000] MHz***
*** RF freq range: [0.01, 2000] MHz***
*** CORR freq range: MHz***
*** Sample rates: 0.25, 0.5, 1, 2, 2.048, 6, 7, 8, 9, 10 MSps***
*** Filter bandwidths: 0.2, 0.3, 0.6, 1.536, 5, 6, 7, 8 MHz***
But I have no visible signal:
https://network.satnogs.org/observations/2147215/
My configuration:
------------[ copy here ]------------
{
“versions”: {
“satnogs-client”: “1.3.1”,
“satnogs-client-ansible”: “202004031132”,
“satnogs-flowgraphs”: “1.1.1-1”,
“gr-satnogs”: “2.1.2-1”,
“gr-soapy”: “2.1.2-1”,
“gnuradio”: “3.8.1.0~rc1-2”,
“satnogs-config”: “0.10.1”
},
“state”: {
“is-applied”: true,
“pending-tags”: null
},
“system”: {
“distribution”: {
“DESCRIPTION”: “Raspbian GNU/Linux 10 (buster)”,
“RELEASE”: “10”,
“CODENAME”: “buster”,
“ID”: “Raspbian”
},
“pending-updates”: false,
“platform”: {
“system”: “Linux”,
“node”: “raspberrypi”,
“release”: “4.19.97-v7+”,
“version”: “#1294 SMP Thu Jan 30 13:15:58 GMT 2020”,
“machine”: “armv7l”,
“processor”: “”
},
“memory”: {
“total”: 971055104,
“available”: 796004352,
“percent”: 18.0,
“used”: 108326912,
“free”: 486207488,
“active”: 246325248,
“inactive”: 164884480,
“buffers”: 27668480,
“cached”: 348852224,
“shared”: 6479872,
“slab”: 53387264
},
“disk”: {
“total”: 31250767872,
“used”: 4229726208,
“free”: 25704103936,
“percent”: 14.1
}
},
“configuration”: {
“satnogs_antenna”: “Tuner 1 50 ohm”,
“satnogs_api_token”: “[redacted]”,
“satnogs_rf_gain”: “34”,
“satnogs_rx_bandwidth”: “600e3”,
“satnogs_rx_samp_rate”: “2e6”,
“satnogs_soapy_rx_device”: ““driver=sdrplay””,
“satnogs_station_elev”: “190”,
“satnogs_station_id”: “1137”,
“satnogs_station_lat”: “48.046911”,
“satnogs_station_lon”: “7.417643”
}
}
------------[ copy end ]-------------
Thanks for your help!