unisat

Rocket Avionics Bay β€” Operations Guide

Profile key: rocket_avionics Β· Mass cap: 500 g Β· Volume: 250 cmΒ³ Template: mission_templates/rocket_competition.json Β·


1. Mission class

Competition-class suborbital rocketry avionics (IREC / SA Cup / Team America). 50 Γ— 50 Γ— 100 mm bay that sits inside the rocket’s electronics coupler, drives dual-deploy parachute pyrotechnics, and logs flight data at high rate.

2. Physical envelope

Parameter Value
Mass cap 500 g
Dimensions 50 Γ— 50 Γ— 100 mm (rail envelope)
Volume 250 cmΒ³
Power generation 0 W (battery-only)
Nominal consumption 2.0 W
Battery 2Γ— 14500 Li-ion, ~3 Wh

3. Regulatory context

4. Subsystem matrix

Subsystem Status
OBC βœ…
High-g IMU (Β± 16 g) βœ…
Barometer (MS5611) βœ…
GNSS βœ…
UHF / ISM telemetry βœ…
Dual-deploy controller βœ…
Camera ⚠ (optional, mass-limited)
ADCS ❌
S-band ❌

5. Build

make target-rocket-avionics

Compile-time macro: MISSION_PROFILE_ROCKET_AVIONICS=1. Sets PROFILE_FEATURE_DESCENT_CTRL=1, PROFILE_FEATURE_ORBIT_PREDICTOR=0.

6. Mission config

cp mission_templates/rocket_competition.json mission_config.json

Key fields:

7. Mass & volume validation

Metric Value Status
Total mass 0.34 kg ≀ 0.50 kg βœ…
Volume used 145 cmΒ³ 58 % of 250 cmΒ³ βœ…

Adding a small camera is feasible if the payload specialist can keep it under 80 g.

8. Typical mission phases

Rocket-specific phases (from mission_types.ROCKET_COMPETITION):

ground_checkout β†’ armed β†’ boost β†’ coast β†’ apogee
                                              ↓
                                      drogue_descent
                                              ↓ altitude < main_deploy
                                      main_descent
                                              ↓
                                            landed
Phase Sensor focus
ground_checkout IMU, barometer, telemetry
armed Launch-detect predicate: accel > 3g
boost High-g IMU (up to 15g peak)
coast Barometer primary, IMU secondary
apogee Eject drogue on pressure reversal
drogue_descent Measure descent rate ~15–25 m/s
main_descent Main eject at ~300 m AGL, rate ~5 m/s
landed GNSS downlink for recovery

9. Testing checklist (bench)

Legend: [x] = verified in software / CI / SITL (passes in the current release); [ ] = requires bench hardware, RF range test, or flight-day field activity β€” team must sign off manually.

10. Flight-day (launch-day) checklist

11. Known limitations

12. Post-flight debrief

Capture:

Analyse against rulebook:

File a flight report under docs/operations/flight_reports/<event>_<date>.md.


Previous profile: cubesat_12u.md Β· Next profile: hab_payload.md