BLIMP
The Balloon Live Instrumentation Monitoring Platform
"The blackbox for balloons"
BLIMP provides secure, remote, real-time access to instrumentation data from AEROPHILE NG30 tethered balloon systems.
BLIMP was originally developed for Conner Prairie’s 1859 Balloon Voyage and now has expanded to other sites. It provides real-time, remote monitoring of critical flight instrumentation—ensuring vital safety and performance data is accessible offsite for monitoring the balloon, especially in inclement weather conditions.
Owned and developed by Apollo Digital LLC.
Abstract
I have been apart of the Conner Prairie 1859 Balloon Team for a little over a year. Being able to fly people from all types of backgrounds and show them the earth from 377 feet high is an irreplaceable feeling. With my tech background, I had a unique perspective on how best to solve some of our issues. My bosses initially had a security camera pointed at a computer monitor to monitor the flight computer remotely. This had many obvious flaws; it could get knocked into place, have unreliable connection, and was dependent on the camera software/app.
I figured, there must be a better way and if someone hadn't made it yet, I will. So I began to reverse engineer the flight computer software to build a remote monitoring platform. I got a working prototype running and talked with the senior pilots and they were instantly interested. I began on a formal proposal for this project and just needed a name; eventually it struck me...
the Balloon Live Instrumentation Monitoring Platform, or BLIMP.
I started by analyzing the flight computer and analyzing it's style and function.

Picture of the AEROPHILE flight computer
To make sure the design and interface of BLIMP was familiar with pilots, I closely followed the ViewData layout while also formatting it for mobile. As a production app, authentication and authorization where a priority from the start, utilizing JWT, we ensure that only authorized pilots and sites can access flight data. Once I had the system set up, the opportunity for BLIMP to become more than just a remote flight computer emerged itself.
In the BLIMP acronym, "Live" is prominent and important part of what BLIMP is. Utilizing authenticated websocket connections, the BLIMP dashboard has the ability to toggle live mode, showing the most recent flightlogs at approximately every 10 seconds.
Historical data viewing is also a core pillar of BLIMP, providing pilots and insurers a quick way to see what happened yesterday, the week before, the month before, and beyond, being able to see data every minute of the day.
My next step was to integrate data visualization. Using recharts, I was able to get some prototypes running fairly quickly using the BLIMP SQL table data. This instantly made BLIMP something valuable just at a glance, no matter what you are looking at: wind, height, lift, pressure, battery voltage, and temperature.
As a passion project turned production web app, BLIMP is driven by my research, creativity, design, and development skills. It is constantly evolving to best be a companion to Conner Prairie's 1859 Balloon Voyage and other Aerophile 30NG sites. Some features are still under development.
Project Overview
BLIMP enables monitoring of key metrics, including:
- Pressure
- Wind Speed
- Height
- Lift
- Internal & External Temperature
- Voltage
- Battery Status
The platform consists of three separate components working together:
- DATA_UPLOADER – Software installed on a ground-based flight computer that uploads telemetry data from ViewData, AEROPHILE's flight computer software.
- WORKER – A Cloudflare Worker endpoint that receives, validates, and processes incoming data.
- WEB – A responsive dashboard for live and historical data visualization.
Key Features
- Real-Time Monitoring – Continuous telemetry streaming to a secure cloud endpoint.
- Historical Data Visualization – Long-term storage enabling graphing, trend analysis, and flight history review.
- Notifications & Alerts – Automatic warnings when readings exceed safety thresholds.
- Authentication & Security – Restricts access to authorized operational personnel.
Technology Stack
- Frontend: Next.js / React
- Backend: Cloudflare Workers – Serverless architecture
- Database: Cloudflare D1 – A serverless SQLite solution for low-latency data storage and scalability.
This architecture minimizes on-site hardware needs—requiring only a flight computer with internet access—while maintaining scalability and reliability.
Long-Term Vision
BLIMP was developed not just as a monitoring tool, but as an investment in the future of balloon operations:
- Enhance operational safety through redundant remote monitoring
- Provide reliable offsite visibility for operators and management
- Maintain historical telemetry across future balloon envelopes (e.g., Sophie and successors)
Author
Apollo Ballinger
© 2026 Apollo Digital LLC — All Rights Reserved.



