Skip to content

project banner data acquisition and control systems for high altitude research

License

Notifications You must be signed in to change notification settings

npeirson/banner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Banner

Buoyancy Control and Data Acquisition System

Created 2016 by Madeline McMillan and Nate Peirson at Texas A&M University, Department Aerospace Engineering. Questions? Contact Nate: npeirson@tamu.edu

Overview

This software was designed to control the components of an experimental payload loitering system, and to simultaneously collect atmospheric data from a variety of sensors. The entire system is initiated by running init.py. Not included in this package are the gamma radiation and lightning strike detection hardware, which run independently on additional threads. Coding by Madeline McMillan and Nate Peirson, with additional contributions from Ramsey Bissex and Michael Bayern. We literally learned Python while writing this system, so it's far from perfect.

Hardware

Designed to run on a Raspberry Pi 3 running Raspbian Jessie. Additional custom PCB designed and produced by Michael Bayern (see attached Eagle files). Sensors:

Libraries

gps (sudo apt-get install python-gps) gpsd (sudo apt-get install gpsd gpsd-clients) RPi.GPIO (pip install RPi.GPIO) SMBus (sudo apt-get install python-smbus) I2C-Tools (sudo apt-get install i2c-tools) Adafruit_ADS1x15 (https://github.com/adafruit/Adafruit_ADS1X15) If I'm forgetting any, you'll surely see what they are when you try to run init.py or any subsystems.

Radio Transmission

The system is intended to operate in conjunction with a radio data transmission system. This uses a TNC-Pi board and a BaoFeng radio to communicate with a ground-station. You'll need a licensed HAM operator.

Files and Their Functions

altitudeControl.py ---- The loitering system, including action logging
bannerSettings.py ---- General settings file
gpsPull.py ---- Functions for getting specific data from GPS
init.py ---- Main initalization. Run this to begin everything. Can be made to run on startup via /etc/rc.local or whatever
ledSystem.py ---- Super shitty LED signalling functions. Please improve these with loops... please...
mainLogging.py ---- Logs all sensor data
ptAltitude.py ---- Collects pressure and temperature data from MPL3115A2, then extrapolates altitude based on standard atmospheric model
readme.md ---- This document
thermocouple.py ---- Collects data from thermocouple via TI ADS1X15 ADC
folder "logs" ---- Includes example log files from both buoyancy control (loiterLog*.txt) and sensors (log*.txt)

About

project banner data acquisition and control systems for high altitude research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published