SYSTEM STATUS: OPERATIONAL
MISSION CLOCK: --:--:-- UTC: --:--:-- NEXT LAUNCH: --D --H --M --S
LOCATION: 33.4792° N, 112.0833° W

PHOENIX COLLEGE HIGH-ALTITUDE BALLOONING

[ SYSTEM ACTIVE ]

REACH FOR THE STARS

PHOENIX COLLEGE HIGH-ALTITUDE BALLOONING

The NASA ASCEND program empowers STEM students through hands-on aerospace engineering missions. From sub-orbital telemetry to payload integration, we push the boundaries of undergraduate research.

MISSION OVERVIEW

13
FLIGHTS
101K
MAX ALT (FT)
100+
TEAM
CURRENT VECTOR
LAT: 33.45° N LON: 112.07° W
MISSION: FALL 2025 COMPREHENSIVE PROFILING ALTITUDE: 101,260 FT [RECORD BEYOND ARMSTRONG LIMIT] SYSTEM_TEMP: -60°F [STABLE] GPS_LOCK: QUAD_SATELLITE_LINK_ESTABLISHED PAYLOAD_STATUS: DATA_LOGGING_ACTIVE MISSION: FALL 2025 COMPREHENSIVE PROFILING ALTITUDE: 101,260 FT [RECORD BEYOND ARMSTRONG LIMIT] SYSTEM_TEMP: -60°F [STABLE] GPS_LOCK: QUAD_SATELLITE_LINK_ESTABLISHED PAYLOAD_STATUS: DATA_LOGGING_ACTIVE
MISSION OBJECTIVES

ABOUT ASCEND

The NASA ASCEND internship program is a high-altitude ballooning project funded by the Arizona/NASA Space Grant. It provides a unique opportunity for undergraduate STEM students to work on hands-on, real-world, NASA-related science & engineering projects.

High-Altitude Flight

Design and fly balloon-launched scientific payloads up to 100,000 ft. in elevation.

Team Collaboration

Work with over 100 Arizona STEM college and university students.

Career Preparation

Apply engineering skills in real-world NASA-related projects.

Program Pillars

ASCEND teams follow NASA engineering processes—from requirements and subsystem design to flight operations and peer-reviewed reporting—preparing students for internships and aerospace careers.

NASA Systems Engineering
Avionics & Sensor Integration
Community Outreach
Data Analysis & Presentation
FLIGHT RECORDS

MISSION HIGHLIGHTS

Scientific payloads designed, launched, and recovered by ASCEND students. Translating theoretical aerospace concepts into flight-ready hardware.

DEC 2025 COMPLETED
Fall 2025 Atmospheric Profiling

Record-breaking mission achieving 101,260 feet with a comprehensive sensor suite and optimized mechanical design.

  • Peak altitude: 101,260 ft
  • Carbon-composite vehicle architecture
  • Geiger counter modified for Nuetrino detection
  • 360° Stabilized Runcam2 array
DEC 2024 COMPLETED
UV Radiation Measurement

Multi-spectral solar radiation study using AS7331 sensors to evaluate stratospheric ozone health.

  • Summit altitude: 26,200 m
  • 38,942 spectral data points
  • Peer-reviewed research outcome
NOV 2024 COMPLETED
Temperature Profile Analysis

Cross-validating onboard BME688 data with NOAA radiosonde data for predictive modeling coursework.

  • Peak altitude: 27,800 m
  • 42,156 ground-streamed points
  • AZ Space Grant debriefing
LAUNCH TIMELINE
PRE-FLIGHT

Mission design reviews, fabrication, and flight readiness checklists.

ASCENT

Live tracking via dual GPS, 1-minute cadence telemetry broadcast.

RECOVERY

Data ingestion and peer-reviewed presentation development.

DATA ARCHIVES

RESEARCH DATA

Explore research data curated by the Arizona Space Grant Consortium (ASGC). Flight telemetry, atmospheric measurements, and student publications.

DATASET
ATMOSPHERIC RESEARCH

Radiation & UV Profiling

Multi-spectral solar and radiation measurements from our payload sensors, including UV-A, UV-B, and UV-C bands.

AVIONICS
AVIONICS STACK

Telemetry & Tracking

High-fidelity flight path and systems telemetry for mission planning, including GPS tracks and recovery logs.

ARCHIVE
MISSION LOGS

Symposium Publications

Student research outputs that highlight ASCEND discoveries, including symposium posters and mission briefs.

CORE AVIONICS RESEARCH : HailMaryV1c TECHNICAL ARCHIVE
MISSION PARAMETERS

Target: High-Altitude Profiling
Status: Success / Recovered
Data Points: 101,260 (Downsampled)
Key Logic: UV Recovery & Magnetic Flux

src / flight_controller / HailMaryV1c.ino C++ / Arduino

// CHANGELOG : HailMaryV1c 2026-02-06
// - memory optimizations: Changed "hPa" to "Pa"
// - Added magnetic vector data collection (BNO055)
// - Added UV recovery Function (AS7331)
// - Modified DataPoint struct for sensor fusion

struct DataPoint {
  unsigned long timestamp;
  double uvValues[12];
  uint32_t pressure;   // Reported in Pascals (Pa)
  float temperature;
  float altitude; 
  float gyroValues[3];
  float accelValues[3];
  float magValues[3];
};

void logData() {
  DataPoint newDataPoint;
  newDataPoint.timestamp = millis();
  
  if (getUVdata()) {
    // Multi-spectral UV Processing
    newDataPoint.uvValues[0] = UV1A;
    // ...
  }
  
  if (bmpWorking) {
    newDataPoint.pressure = bmp.pressure;
  }
}
                                    
PERSONNEL LOGS

PAST TEAMS

The incredible teams that have reached for the stars.

Fall 2025 Mission Crew
Flight Mentors

Dr. Eddie Ong, Dr. Ernest Villicaña

Mission Commander

Nate Okafor

Primary System

Advanced Atmospheric Profiler & UV Suite

Preston Soldering Lab

Preston Furulie led precision soldering on the avionics stack, rebuilding failed joints from an early test and hardening the boards for flight-ready reliability.

2022 - 2024 LEGACY

Under the mentorship of Dr. Eddie Ong and Dr. Ernest Villicaña, the legacy teams established the core engineering and software foundations of the PC ASCEND program.

ENGINEERING

Mechanical Systems

SOFTWARE

Data & Avionics

MISSION PLAYBACK

MISSION VIDEOS

Watch our latest missions and learn about the ASCEND program.

Student Experience

Follow ASCEND interns as they share what it's like to design payloads and lead recoveries.

Fall 2025 Team

Meet the Fall 2025 ASCEND team and learn about their mission to reach new heights.

Launch Highlight

Public ASCEND launch coverage featuring prep, ascent, and recovery operations.

RECRUITMENT

APPLY TO ASCEND

Join our Phoenix College Team and over 100 Arizona STEM students.

READY TO REACH FOR THE STARS?

Submit your application to join the next high-altitude mission.

Follow Our Missions

Stay updated with our latest launches and discoveries