Skip to content

Project to launch a high altitude balloon. This repo contains code for the system onboard the balloon. Other repos have been created for the ground station systems.

Notifications You must be signed in to change notification settings

DanGorst/project-latex

Repository files navigation

project-latex Travis Results

Project to launch a high altitude balloon. This repo will contain code for both the on-board system and the ground station.

Configuration


To build the software, copy it onto the Pi remotely from another machine on the same wifi network and run the software:

  1. Make sure SSH is installed and enabled on both Pi and remote machine.
  2. For the temperature sensor, make sure the the Pi has the following Python library installed:

https://github.com/adafruit/Adafruit_Python_DHT

  1. For the pressure sensor, make sure the Pi has i2c enabled, and the follwowing Python library installed:

https://github.com/adafruit/Adafruit_Python_BMP

  1. On the remote machine, run the buildToPi.sh script in the root folder of the repository.

sh buildToPi.sh IpAddressOfPi

  1. Connect to the Pi from the remote machine via ssh and run the runOnPi.sh script in /home/pi/project-latex

sh /home/pi/runOnPi.sh

Auto run the balloon software


To get the software running on the Pi at startup, add the following to the /etc/rc.local file:

(cd /home/pi/project-latex; sudo ./runOnPi.sh &)

About

Project to launch a high altitude balloon. This repo contains code for the system onboard the balloon. Other repos have been created for the ground station systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published