Pierre Bourdin преди 1 година
родител
ревизия
6ee89737de
променени са 8 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      README.md
  2. 0 0
      active_nmea.py
  3. 0 0
      doc/RaspberryPiZero_pinout.jpg
  4. 0 0
      doc/SA828.pdf
  5. 0 0
      doc/prototype.jpg
  6. 2 2
      process/3_transmit
  7. 0 0
      sound/annonce_start.wav
  8. 0 0
      sound/annonce_stop.wav

+ 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