1. Download the latest Raspbian SatNOGS Image from the latest tag page on GitLab
  1. Extract img file and flash it into your Raspberry with Rufus
  1. Create an empty file with Notepad and paste following configuration with your own settings:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=ES

network={
ssid=»NETWORK_NAME»
psk=»password»
key_mgmt=WPA-PSK
}

  1. Save this file in your SD root as wpa_supplicant.conf (don’t forget to remove the .txt file extension)
  1. Boot your Raspberry, log in with SSH with username «pi» and password «raspberry«
  1. Configure your Raspberry as needed with
sudo raspi-config
sudo apt update
sudo apt ugrade
sudo satnogs-setup
  1. Follow SatNOGS Client Setup instructions to configure the system.

Bonus track! Install SatNOGS Monitor as described here