Ok, so journal reports the following…
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: [INFO] [UHD] linux; GNU C++ version 8.3.0; Boost 106700; UHD_3.15.0.0-2
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: Found Rafael Micro R820T tuner
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: Traceback (most recent call last):
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: File “/usr/bin/satnogs_cw_decoder.py”, line 45 9, in
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: main()
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: File “/usr/bin/satnogs_cw_decoder.py”, line 44 4, in main
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: tb = top_block_cls(antenna bb_freq=options.bb_freq, bfo_freq=options.bfo_freq, bw=options.bw, dc_removal=op decoded_data_file_path=options.decoded_data_file_path, dev_args=options.dev_args on_per_sec=options.doppler_correction_per_sec, enable_iq_dump=options.enable_iq tions.file_path, gain=options.gain, gain_mode=options.gain_mode, iq_file_path=op , lo_offset=options.lo_offset, other_settings=options.other_settings, ppm=option =options.rigctl_port, rx_freq=options.rx_freq, samp_rate_rx=options.samp_rate_rx options.soapy_rx_device, stream_args=options.stream_args, tune_args=options.tune ons.udp_IP, udp_port=options.udp_port, waterfall_file_path=options.waterfall_fil s.wpm)
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: File "/usr/bin/satnogs_cw_de , in init
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: tune_args, settings, samp_
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: File “/usr/lib/python3/dist- py_swig.py”, line 166, in make
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: return soapy_swig.source , dev_args, stream_args, tune_args, other_settings, sampling_rate, type)
Apr 05 18:07:23 raspberrypi satnogs-client[7014]: RuntimeError: soapy::source: U rate. Rate must be in the range [8000.000000, 8000.000000] [16000.000000, 16000 0000, 22050.000000] [32000.000000, 32000.000000] [44100.000000, 44100.000000] [4 .000000] [96000.000000, 96000.000000]
Apr 05 18:07:27 raspberrypi satnogs-client[7014]: satnogsclient.observer.observe erfall data file found
I followed the setup guide in the Wiki but it looks like the sample rate is unsupported. 2.048e6 looks like the issue.
From support in the setup tool I get…
Generating support report. Please wait…
------------[ copy here ]------------
{
“versions”: {
“satnogs-client”: “1.3.1”,
“satnogs-client-ansible”: “202004031132”,
“satnogs-flowgraphs”: “1.1.1-1”,
“gr-satnogs”: “2.1-1”,
“gr-soapy”: “2.1.2-1”,
“gnuradio”: “3.8.0.0-6”,
“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”: true,
“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”: 774840320,
“percent”: 20.2,
“used”: 122839040,
“free”: 101371904,
“active”: 435003392,
“inactive”: 332238848,
“buffers”: 47333376,
“cached”: 699510784,
“shared”: 6520832,
“slab”: 80441344
},
“disk”: {
“total”: 31090814976,
“used”: 3322875904,
“free”: 26457481216,
“percent”: 11.2
}
},
“configuration”: {
“satnogs_antenna”: “RX”,
“satnogs_api_token”: “[redacted]”,
“satnogs_rf_gain”: “32.8”,
“satnogs_rx_samp_rate”: “2.048e6”,
“satnogs_soapy_rx_device”: “config=rtlsdr”,
“satnogs_station_elev”: “29”,
“satnogs_station_id”: “715”,
“satnogs_station_lat”: “53.380”,
“satnogs_station_lon”: “-2.758”
}
}
------------[ copy end ]-------------
Any ideas?