This is a write-up on StratoSpore, a payload I designed and launched to the stratosphere. The goal was to test if we could estimate physical altitude based on algae fluorescence (using a lightweight ML model trained on the sensor data).
The blog post covers the full engineering mess/process, including:
- The Hardware: Designing PCBs for the AS7263 spectral sensor and Pi Zero 2 W.
-The biological altimeter: How I tried to correlate biological stress (fluorescence) with altitude.
- The Communications: A custom lossy compression algorithm I wrote to smash 1080p images down to 18x10 pixels so I could transmit them over LoRA (915 Mhz) in semi-real-time.
The payload is currently lost in a forest, but the telemetry data survived. The code and hardware designs are open source on GitHub: https://github.com/radeeyate/stratospore
I'm happy to answer technical questions about the payload, software, or anything else you are curious about! Critique also appreciated!
Edit: Definetely agree with other comment that the whole experience is more important than these details.
The data I have is here: https://github.com/radeeyate/StratoSpore/blob/main/software/... - just be warned that the altitude data still isn't the exact same as it was while in the air (GPS not working so I had to take it from someone else).
> UV light, a form of energy, is defined as light having wavelengths between 100 nanometers (nm, 1 billionth of a meter in length) and 400 nm. [...]
> Most acrylic plastics will allow light of wavelength greater than 375 nm to pass through the material, but they will not allow UV-C wavelengths (100–290 nm) to pass through.
In terms of photonic permittivity, Glass is better for cold frames and the like, because acrylic filters out UV light.
Also, Hydrogen peroxide (H2O2) is an algaecide.
/? hydrogen peroxide algaecide https://www.google.com/search?q=hydrogen+peroxide+algaecide
Meanwhile in my attempt with High altitude balloon, I tried sending a whole image over Lora successfully of course in chunks.
https://codetiger.github.io/blog/sending-large-data-like-ima...
Who cares, though? Scientists train for many years to learn the details of experimental methods in their specific domain. The engineering and hacking experience on its own is what really matters here.