-
Notifications
You must be signed in to change notification settings - Fork 0
Satellite station Installation Guide
Slawomir Figiel edited this page Jan 30, 2021
·
1 revision
Satellite station - Installation Guide
-
Put empty "ssh" file on "boot" partiion
-
Configure WiFi a) Edit file
/etc/wpa_supplicant/wpa_supplicant.conf
b) Go to the bottom of the file and add the following.network={ ssid="The_ESSID_from_earlier" psk="Your_wifi_password" }
-
Update a) Type
sudo apt update && sudo apt upgrade
b) Typeraspi-config
and select "Update" -
Install dependencies
- Packages from APT:
apt install python3-minimal git rtl-sdr sox imagemagick python3-setuptools python3-venv python3-dev libatlas-base-dev
- Install external software:
- NOAA-APT
- medet, binaries available from: orbides
-
meteor-demod (it requires
libncurses-dev
)
- Add symbolic links
- Create link for
noaa-apt
file:sudo ln ~/deps/noaa-apt /usr/bin/noaa-apt
- Create link for
medet
file:sudo ln ~/deps/medet /usr/bin/medet
- Create link for
meteor_demod
file:sudo ln /usr/bin/meteor_demod /usr/bin/meteor-demod
- Create link for
- Change configuration:
- Open
/etc/modprobe.d/blacklist-rtl.conf
and type:blacklist dvb_usb_rtl28xxu
. Save and restart
- Open
- Packages from APT:
-
Add user:
- Create user:
useradd satnogs
- Create home directory:
mkdir /home/satnogs
- Add right to directory for new user
chown satnogs:satnogs /home/satnogs
- Switch user
su - satnogs
- Create user:
-
Install station software
- Clone git repository
git clone https://github.com/gut-space/satnogs
- Go to directory
cd satnogs/station
- Create virtual environment:
python3 -m venv .env
- Activate environment
source .env\bin\activate
- Install package
pip install -r requirements.txt
- Clone git repository
-
Configure station
- Location
2.