- Download the latest Raspbian SatNOGS Image from the latest tag page on GitLab
- Extract img file and flash it into your Raspberry with Rufus
- 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
}
- Save this file in your SD root as wpa_supplicant.conf (don’t forget to remove the .txt file extension)
- Boot your Raspberry, log in with SSH with username «pi» and password «raspberry«
- Configure your Raspberry as needed with
sudo raspi-config
sudo apt update
sudo apt ugrade
sudo satnogs-setup
- Follow SatNOGS Client Setup instructions to configure the system.
Bonus track! Install SatNOGS Monitor as described here
Deja una respuesta