Pierre Bourdin 1 年間 前
コミット
6ee89737de

+ 2 - 2
README.md

@@ -1,7 +1,7 @@
 # BallonSonde Project 2023
 This aim to group all ressources to create the PoC
 
-![](./prototype.jpg)
+![](./doc/prototype.jpg)
 
 ## Hardware requirements
    * GNU/Linux Debian 
@@ -13,7 +13,7 @@ For the RaspberryPi
 ```
 apt update
 apt upgrade
-apt install bpython3 python3-venv python3-serial supervisor libopenjp2-7 screen imagemagick
+apt install bpython3 python3-venv python3-serial supervisor libopenjp2-7 screen imagemagick exiftool
 
 # in user mode, setup PySSTV to convert pictures in wav mode
 cd ~

+ 0 - 0
active_nmea.py


+ 0 - 0
RaspberryPiZero_pinout.jpg → doc/RaspberryPiZero_pinout.jpg


+ 0 - 0
SA828.pdf → doc/SA828.pdf


+ 0 - 0
prototype.jpg → doc/prototype.jpg


+ 2 - 2
process/3_transmit

@@ -28,10 +28,10 @@ echo " => Playing WAV file"
 cd ~/trxamadrmv3_7/linux
 ./txwfal 0
 sleep 1
-aplay ~/BallonSonde/annonce_start.wav
+aplay ~/BallonSonde/sound/annonce_start.wav
 sleep 1
 aplay /ramfs/out.wav
-aplay ~/BallonSonde/annonce_stop.wav
+aplay ~/BallonSonde/sound/annonce_stop.wav
 raspi-gpio set 4 dh
 
 

+ 0 - 0
annonce_start.wav → sound/annonce_start.wav


+ 0 - 0
annonce_stop.wav → sound/annonce_stop.wav