Hi folks!. How are you?!
I started to set up a ground station using a laptop and Debian 10, but unfortunately, I couldn’t. I thought it would be just a weekend project. Trying to make something run before the weekend ends, I started to set up the SatNOGS client on a Raspberry Pi 3, and this was the result:
By the way, I’ll post my experience on Debian 10 Desktop as well, hoping for more experienced mates to give a hand on this.
Setting up SatBONGS client on Raspberry Pi 3
Raspbian 10
Omnidirectional ground station
RTL-SDR dongle (RLT2832U)
Following the steps described next:
https://wiki.satnogs.org/Raspberry_Pi3
https://wiki.satnogs.org/SatNOGS_Client_Ansible#SatNOGS_Client_Setup
https://wiki.satnogs.org Omnidirectional_Station_How_To#Software_Configuration
Data integrity verification:
$ sha256sum -c sha256sums
2019-09-11-Raspbian-SatNOGS-lite.info: OK
image_2019-09-11-Raspbian-SatNOGS-lite.zip: OK
Image file unzipped and then flashed using ISO Image Writer on Manjaro Linux .
Wired Ethernet and a USB keyboard are used.
Raspberry Pi setup:
$ sudo raspi-config
set zone to London
set timezone to UTC
wifi country no set
filesystem expanded
$sudo reboot
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo reboot
SatNOGS Setup:
Following step 2 from:
https://wiki.satnogs.org/SatNOGS_Client_Ansible#SatNOGS_Client_Setup
logged in using settings by default:
username: pi
password: raspberry
$ sudo satnogs-setup
Upgrade
Update
Apply
$sudo reboot
$sudo satnogs-setup
Basic Configuration
SATNOGS_API_TOKEN API token from the station
SATNOGS_RX_DEVICE rtlsdr
SATNOGS_STATION_ELEV station elevation in meters
SATNOGS_STATION_ID station ID from network.satnogs.org
SATNOGS_STATION_LAT latitude
SATNOGS_STATION_LON longitude
HAMLIB_UTILS_ROT_ENABLED no
Advanced Setup:
SATNOGS_NETWORK_API_URL https://network.satnogs.org/api/
Then…
Apply
…And here the problem comes up:
I’m just an amateur, so any comment about this is very appreciated.
Thanks!