Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
ISS: install pd120 decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
reynico committed Jan 3, 2021
1 parent d01abf4 commit 218c345
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [Setup Nginx](#setup-nginx)
- [Setup Database](#setup-database)
- [Setup RamFS](#setup-ramfs)
- [Setup ISS reception and decoding (SSTV)](#setup-iss-reception-and-decoding-sstv)
- [Cron the scheduling job](#cron-the-scheduling-job)
- [Set your Twitter credentials](#set-your-twitter-credentials)

Expand Down Expand Up @@ -168,6 +169,16 @@ sudo mount -a
sudo chmod 777 /var/ramfs
```

### Setup ISS reception and decoding (SSTV)
```
wget -qr https://github.com/reynico/pd120_decoder/archive/master.zip -O /tmp/master.zip
cd /tmp
unzip master.zip
cd pd120_decoder-master/pd120_decoder/
pip3 install --user -r requirements.txt
cp "{demod.py,utils.py}" "/home/pi/raspberry-noaa/"
```

### Cron the scheduling job
```
cat <(crontab -l) <(echo "1 0 * * * /home/pi/raspberry-noaa/schedule.sh") | crontab -
Expand Down

0 comments on commit 218c345

Please sign in to comment.