|
|
|
@ -140,6 +140,8 @@ git checkout master
|
|
|
|
|
|
|
|
|
|
|
|
./script/install
|
|
|
|
./script/install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sudo apt-get update -y libraspberrypi-dev
|
|
|
|
|
|
|
|
|
|
|
|
cd
|
|
|
|
cd
|
|
|
|
|
|
|
|
|
|
|
|
echo "Installing SSDV for FUNcube mode"
|
|
|
|
echo "Installing SSDV for FUNcube mode"
|
|
|
|
@ -173,16 +175,8 @@ cd PiSSTVpp
|
|
|
|
|
|
|
|
|
|
|
|
make pisstvpp
|
|
|
|
make pisstvpp
|
|
|
|
|
|
|
|
|
|
|
|
echo "Copying SSTV image 1"
|
|
|
|
|
|
|
|
cp /home/pi/CubeSatSim/sstv/sstv_image_1_320_x_256.jpg /home/pi/CubeSatSim/sstv_image_1_320_x_256.jpg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo "Copying SSTV image 2"
|
|
|
|
|
|
|
|
cp /home/pi/CubeSatSim/sstv/sstv_image_2_320_x_256.jpg /home/pi/CubeSatSim/sstv_image_2_320_x_256.jpg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cd
|
|
|
|
cd
|
|
|
|
|
|
|
|
|
|
|
|
git clone https://github.com/alanbjohnston/rpitx.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cd rpitx
|
|
|
|
cd rpitx
|
|
|
|
|
|
|
|
|
|
|
|
./install.sh
|
|
|
|
./install.sh
|
|
|
|
@ -357,8 +351,6 @@ cd raspberry-pi-bme280
|
|
|
|
git checkout payload
|
|
|
|
git checkout payload
|
|
|
|
make
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
|
|
sudo apt-get update -y libraspberrypi-dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sudo apt install python3-venv
|
|
|
|
sudo apt install python3-venv
|
|
|
|
sudo python3 -m venv venv
|
|
|
|
sudo python3 -m venv venv
|
|
|
|
source venv/bin/activate
|
|
|
|
source venv/bin/activate
|
|
|
|
|