[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This repository contains the software and scripts developed for the Low-Cost Stratospheric Probe project, which aims to build a high-altitude weather balloon equipped with sensors and cameras, utilizing open-source hardware and software solutions whilst staying on budget.

Notifications You must be signed in to change notification settings

Tutusaus/Weather-Balloon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Low-Cost Stratospheric Probe Project

Overview

This repository contains the software and scripts developed for the Low-Cost Stratospheric Probe project. The project was undertaken to design and deploy a high-altitude weather balloon equipped with sensors and cameras using affordable, open-source hardware and software solutions. The goal is to capture atmospheric data at altitudes up to 30 km and study environmental conditions, with the ability to log data for post-flight analysis.

Features

  • Arduino-Based Sensor Suite:

    • Collects temperature, humidity, and pressure data using DHT11 and BMP180 sensors.
    • Measures external and internal temperatures with DS18B20 sensors.
    • Logs data to an SD card for offline storage.
  • GPS Tracking System:

    • Real-time GPS tracking using Adafruit Ultimate GPS Breakout module.
    • SMS-based GPS location updates via GSM module (SIM900).
  • Real-Time Data Collection:

    • Captures continuous environmental data during ascent.
    • Takes periodic photographs using a mobile phone camera controlled by Arduino.
  • Custom Arduino Code:

    • Optimized sketches for handling data collection, storage, and transmission.
    • Power-efficient code to extend battery life during the flight.

Hardware Requirements

  • Microcontrollers:
    • Arduino Uno or Arduino Nano
  • Sensors:
    • DHT11 - Temperature and humidity sensor
    • BMP180 - Pressure sensor
    • DS18B20 - Waterproof temperature sensor
  • Modules:
  • Power Supply:
    • Li-ion batteries
  • Additional Components:
    • High-altitude weather balloon
    • Helium for balloon inflation
    • Parachute for safe descent

Software Requirements

  • Arduino IDE: Download here
  • Arduino Libraries:
    • Adafruit GPS
    • SD
    • DHT
    • OneWire and DallasTemperature for DS18B20 sensor
  • Mobile App:
  • Python (for data analysis):
    • matplotlib, pandas, numpy (for data visualization)

Setup Instructions

  1. Clone this repository:
    git clone https://github.com/Tutusaus/Weather-Balloon.git
    cd Weather-Balloon

About

This repository contains the software and scripts developed for the Low-Cost Stratospheric Probe project, which aims to build a high-altitude weather balloon equipped with sensors and cameras, utilizing open-source hardware and software solutions whilst staying on budget.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published