Ground Station Configuration

@nhanifah13 why do you want to change/set the apt-key url?

For making it simpler, please follow my suggestion, reset the configuration (Reset option in the main menu of sudo satnogs-setup), exit the sudo satnogs-setup and then perform the initial setup as described in:

https://wiki.satnogs.org/SatNOGS_Client_Setup#Initial_Setup

If one of the steps/actions in this guide isn’t clear, please ask here in this forum thread.


update sir, the ground station is now active, thank you for your help…But i have other questions that still make me doubtful. I’m worried that there might still be some data that is not accurate during the ground station testing later.

Should i change the RF Gain value,sir?


for the gain result

------------[ copy here ]------------
{
“versions”: {
“satnogs-client”: “1.8.1”,
“satnogs-client-ansible”: “202209101521”,
“satnogs-flowgraphs”: “1.4-1”,
“gr-satnogs”: “2.3.5.0-1”,
“gr-soapy”: “2.1.3.1-1”,
“gnuradio”: “3.8.2.0-14”,
“satnogs-config”: “0.13.2”
},
“state”: {
“is-applied”: true,
“pending-tags”: null
},
“system”: {
“date”: “2024-06-08T11:24:34.004509+00:00”,
“distribution”: {
“DESCRIPTION”: “Raspbian GNU/Linux 11 (bullseye)”,
“RELEASE”: “11”,
“CODENAME”: “bullseye”,
“ID”: “Raspbian”
},
“pending-updates”: false,
“platform”: {
“system”: “Linux”,
“node”: “raspberrypi”,
“release”: “6.1.21-v7+”,
“version”: “#1642 SMP Mon Apr 3 17:20:52 BST 2023”,
“machine”: “armv7l”
},
“memory”: {
“total”: 966750208,
“available”: 792248320,
“percent”: 18.1,
“used”: 117280768,
“free”: 479268864,
“active”: 257564672,
“inactive”: 161648640,
“buffers”: 39260160,
“cached”: 330940416,
“shared”: 724992,
“slab”: 37380096
},
“disk”: {
“total”: 15339065344,
“used”: 3910651904,
“free”: 10750943232,
“percent”: 26.7
}
},
“configuration”: {
“hamlib_utils_rot_opts”: “-m 204 -s 19200 -r /dev/ttyACM0 -C timeout=200”,
“satnogs_antenna”: “RX”,
“satnogs_api_token”: “[redacted]”,
“satnogs_artifacts_api_token”: “[redacted]”,
“satnogs_dev_args”: “serial”,
“satnogs_rf_gain”: “SoapySDRUtil --probe”,
“satnogs_rot_model”: “ROT_MODEL_NETROTCTL”,
“satnogs_rx_bandwidth”: “24000”,
“satnogs_rx_samp_rate”: “2.048e6”,
“satnogs_soapy_rx_device”: “driver=rtlsdr”,
“satnogs_station_elev”: “665”,
“satnogs_station_id”: “3587”,
“satnogs_station_lat”: “-6.975504”,
“satnogs_station_lon”: “107.6293934”
}
}
------------[ copy end ]-------------

Press Enter to continue…

is there any configuration that is missing or left out,sir?

Hi,
Why is “SoapySDRUtil --probe” in satnogs_rf_gain ?
satnogs_rx_bandwidth 24000 is also pretty odd.
gain should be the values presented in the screenshot you made, try 32.8, that can be a ok start. The guides show how to determine the proper value, but starting at ~30 is a good guess.
satnogs_rx_bandwidth should be empty for rtl-sdr.
satnogs_dev_args = “serial” is also pretty random. I’d clear that one as well.


this is the result from sudo journalctl -u satnogs-client.service
what is the problem sir?

uhfgs@raspberrypi:~ $ sudo journalctl -u satnogs-client.service
– Journal begins at Tue 2023-11-14 21:44:27 GMT, ends at Sun 2024-06-09 06:04:06 BST. –
Jun 08 09:01:11 raspberrypi systemd[1]: Started SatNOGS client.
Jun 08 09:04:56 raspberrypi systemd[1]: Stopping SatNOGS client…
Jun 08 09:04:56 raspberrypi systemd[1]: satnogs-client.service: Succeeded.
Jun 08 09:04:56 raspberrypi systemd[1]: Stopped SatNOGS client.
Jun 08 09:04:56 raspberrypi systemd[1]: satnogs-client.service: Consumed 10.768s CPU time.
Jun 08 09:04:56 raspberrypi systemd[1]: Started SatNOGS client.
– Boot 4e09e8f90995410fad4edc3abc22a4c9 –
Jun 08 09:17:05 raspberrypi systemd[1]: Started SatNOGS client.
Jun 08 09:17:16 raspberrypi satnogs-client[389]: satnogsclient.scheduler.tasks - ERROR - An error occurred trying to GET observation jobs from network
Jun 08 09:17:16 raspberrypi satnogs-client[389]: Traceback (most recent call last):
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/urllib3/connection.py”, line 174, in _new_conn
Jun 08 09:17:16 raspberrypi satnogs-client[389]: conn = connection.create_connection(
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/urllib3/util/connection.py”, line 72, in create_connection
Jun 08 09:17:16 raspberrypi satnogs-client[389]: for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/usr/lib/python3.9/socket.py”, line 953, in getaddrinfo
Jun 08 09:17:16 raspberrypi satnogs-client[389]: for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
Jun 08 09:17:16 raspberrypi satnogs-client[389]: socket.gaierror: [Errno -3] Temporary failure in name resolution
Jun 08 09:17:16 raspberrypi satnogs-client[389]: During handling of the above exception, another exception occurred:
Jun 08 09:17:16 raspberrypi satnogs-client[389]: Traceback (most recent call last):
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/urllib3/connectionpool.py”, line 703, in urlopen
Jun 08 09:17:16 raspberrypi satnogs-client[389]: httplib_response = self._make_request(
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/urllib3/connectionpool.py”, line 386, in _make_request
Jun 08 09:17:16 raspberrypi satnogs-client[389]: self._validate_conn(conn)
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/urllib3/connectionpool.py”, line 1042, in _validate_conn
Jun 08 09:17:16 raspberrypi satnogs-client[389]: conn.connect()
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/urllib3/connection.py”, line 358, in connect
Jun 08 09:17:16 raspberrypi satnogs-client[389]: self.sock = conn = self._new_conn()
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/urllib3/connection.py”, line 186, in _new_conn
Jun 08 09:17:16 raspberrypi satnogs-client[389]: raise NewConnectionError(
Jun 08 09:17:16 raspberrypi satnogs-client[389]: urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7231cb68>: Failed to establish a new connection: [Er>
Jun 08 09:17:16 raspberrypi satnogs-client[389]: During handling of the above exception, another exception occurred:
Jun 08 09:17:16 raspberrypi satnogs-client[389]: Traceback (most recent call last):
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/requests/adapters.py”, line 489, in send
Jun 08 09:17:16 raspberrypi satnogs-client[389]: resp = conn.urlopen(
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/urllib3/connectionpool.py”, line 787, in urlopen
Jun 08 09:17:16 raspberrypi satnogs-client[389]: retries = retries.increment(
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/urllib3/util/retry.py”, line 592, in increment
Jun 08 09:17:16 raspberrypi satnogs-client[389]: raise MaxRetryError(_pool, url, error or ResponseError(cause))
Jun 08 09:17:16 raspberrypi satnogs-client[389]: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘network.satnogs.org’, port=443): Max retries exceeded with url: /api/jobs/?grou>
Jun 08 09:17:16 raspberrypi satnogs-client[389]: During handling of the above exception, another exception occurred:
Jun 08 09:17:16 raspberrypi satnogs-client[389]: Traceback (most recent call last):
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/satnogsclient/scheduler/tasks.py”, line 191, in get_jobs
Jun 08 09:17:16 raspberrypi satnogs-client[389]: response = requests.get(url,
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/requests/api.py”, line 73, in get
Jun 08 09:17:16 raspberrypi satnogs-client[389]: return request(“get”, url, params=params, **kwargs)
Jun 08 09:17:16 raspberrypi satnogs-client[389]: File “/var/lib/satnogs/lib/python3.9/site-packages/requests/api.py”, line 59, in request
Jun 08 09:17:16 raspberrypi satnogs-client[389]: return session.request(method=method, url=url, **kwargs)
lines 1-48