Browse Source

Merge branch 'master' of https://git.vrpnet.org/HamRadio/BallonSonde

Pierre Bourdin 1 year ago
parent
commit
dddfafe213
1 changed files with 19 additions and 8 deletions
  1. 19 8
      README.md

+ 19 - 8
README.md

@@ -4,10 +4,15 @@ This aim to group all ressources to create the PoC
 ![](./doc/prototype.jpg)
 ![](./doc/prototype.jpg)
 
 
 ## Hardware requirements
 ## Hardware requirements
-   * GNU/Linux Debian 
    * a RaspberryPi Zero 1.3 with nothing more (no WiFi, no BT)
    * a RaspberryPi Zero 1.3 with nothing more (no WiFi, no BT)
+   * a RaspberryPi Camera
+   * SM828 VHF/UHF radio module
+   * an old and dirty RadioSonde
+   * regulators 7805 or something than can have 3A
+   * an homemade RC filter for 20Khz
 
 
 ## Software requirement
 ## Software requirement
+   * GNU/Linux Debian 
 
 
 For the RaspberryPi
 For the RaspberryPi
 ```
 ```
@@ -41,13 +46,19 @@ The configuration of `/boot/config.txt` will contain this line, then you can con
 dtoverlay=audremap,pins_12_13 # for pins 12 and 13
 dtoverlay=audremap,pins_12_13 # for pins 12 and 13
 ```
 ```
 
 
-## Usages
+## Softwares usages
 
 
-### chroot-to-pi.sh script
-Use this script to chroot your system on another system.
+### chroot-to-pi.sh
+Use this script to chroot your system on another system, get a shell and do the work with the CPU on the host. This to win time in compilation, or to fix something broken.
 
 
-### Launch the full process
+### active_nmea.py
+Due to the radiosond and default parameter, we have isolated the Sierre Wireless XM1110 GPS chip and get the NMEA via UART interface. By the way, the default parameter is set to binary, and unfortunatly, we can't read it.
+That's wy we have to launch active_nmea.py, that set a PMTK command to have an output in NMEA. We have to do this each time the GPS is booting.
+User crontab to do this.
 
 
-``` bash
-run-parts ./process/
-```
+### convert_ll_dec.py
+This is a simple converter of decimal to hours, minutes, (seconds with 4 decimals).
+Datas are parsed for insert Exim GPS datas in JPG pictures.
+
+### read_nmea.py
+This script simply get the NMEA informations.