Graupel-2

Graupel-2 is a High Altitude Balloon launch designed with the goal of sending a balloon to 100,000’ or more, capturing a high definition video of the flight, and recovering the payload. It is a follow-up to the mostly successful Graupel-1 mission with improvements to the payload and tracker software designed to fix the problem of our camera battery getting too cold and dying half way through the mission.

In addition, it is serving as a test bed for the PyHAB python library for HAB flight simulations.

Graupel-2 was launched on September 25th, 2021 and successfully recovered - all mission goals were achieved.

Mission Parameters

As the mission requirements were to use a rather high-end camera - a GoPro Hero 9 Black - and recovery of the payload was a priority, we used two redundant tracking solutions: a SPOT Trace satellite tracker, and an Arduino-based flight computer. In addition to tracking, the flight computer was used to log telemetry for later analysis and processing.

Attached to the payload was a 4’ Rocketman Parachute to safely return the payload to Earth.

And to get the whole thing up in the air, we decided on a Kaymont HAB-1200 balloon, procured from High Altitude Science

payload_mass = 1460.0 * units.g
parachute_mass = 120.0 * units.g
balloon_mass = 1200.0 * units.g