One file per concern, organised by purpose. Start here if you are new.
| I want to⦠| Read this |
|---|---|
| Clone, build, and fly a reference mission | guides/USAGE_GUIDE.md β guides/OPERATIONS_GUIDE.md |
| Pick the right mission profile | ops/README.md |
| Understand how the system fits together | design/architecture.md |
| Know what works and what is still TODO | project/GAPS_AND_ROADMAP.md |
| Look up an API | reference/API_REFERENCE.md |
| Submit to a competition | ../COMPETITION_GUIDE.md + ops/<profile>.md |
guides/ β user-facing walkthroughsUSAGE_GUIDE.md β end-to-end step-by-step for someone who just cloned the repo. Covers every supported competition.OPERATIONS_GUIDE.md β 12-section playbook from profile selection to flight-day roles.TROUBLESHOOTING.md β common build / run / integration issues and their fixes.ops/ β per-profile operations guides (one per form factor)Granular ops for a specific vehicle class: setup β build β flight β post-flight.
cansat_minimal, cansat_standard, cansat_advancedcubesat_1u, cubesat_1_5u, cubesat_2u, cubesat_3u, cubesat_6u, cubesat_12urocket_avionics, hab_payload, droneops/README.mddesign/ β architecture and design decisionsarchitecture.md β layered architecture, bus map, form-factor registryuniversal_platform.md β how one code base serves 14 form factorsmission_design.md β mission concept of operationscommunication_protocol.md β AX.25 + CCSDS wire formatassembly_guide.md β physical assembly stepsbudgets/ β quantitative analyses (CubeSat 3U reference)mass_budget.md β 3U component mass breakdown with margins. Per-profile BOMs live in ../hardware/bom/by_form_factor/.power_budget.md β solar generation, consumption, storagelink_budget.md β UHF / S-band link calculationsorbit_analysis.md β ground track, eclipse cycles, J2 perturbationsthermal_analysis.md β orbital thermal environmentreference/ β API / standards / conventionsAPI_REFERENCE.md β programmatic API surfaceTECHNICAL_DOCUMENTATION.md β full technical deep-dive (~1200 lines)STYLE_GUIDE.md β code + prose conventions (Google-derived)REQUIREMENTS_TRACEABILITY.md β REQ β source β test mappingproject/ β project state and regulatoryGAPS_AND_ROADMAP.md β honest status, open work, out-of-scope itemsREGULATORY.md β licensing, export, radio regulation compliancePOSTER_TEMPLATE.md β competition poster starteradr/ β architecture decision records (8 ADRs)Indexed in adr/README.md. Includes:
hardware/ β hardware referencesCC1125_configuration.md β UHF transceiver register mapradiation_budget.md β TID / SEE design budget per orbital class (STM32 + sensors + radios)testing/ β verification and test planstesting_plan.md β overall V&V strategyhil_test_plan.md β hardware-in-the-loop bench procedure (bench BOM + 10 tests)characterization/ β measured baselinespower_profile.md β measured power consumption by taskstack_usage.md β per-task stack high-water markswcet.md β worst-case execution time per subsystemcharacterization/README.mdverification/ β auto-generated verification artefactsax25_trace_matrix.md β REQ β test mapping (auto-generated via make trace)driver_audit.md β proof every driver is real, not a mocksecurity/ β threat model + mitigationsax25_threat_model.md β T1 (injection) + T2 (replay) + mitigationsquality/ β CI-enforced quality gatesstatic_analysis.md β cppcheck policy, coverage floors, sanitizersreliability/ β FDIR and fault tolerancefdir.md β 12 fault IDs, severity ladder, advisor/commander splitrequirements/ β Software Requirements SpecificationSRS.md β numbered REQs across 10 subsystemstraceability.csv β REQ β source file β test (machine-readable)operations/ β on-orbit operations runbookscommissioning_runbook.md β post-deploy activation checklistsbom/ β software bill of materials (SPDX)sbom-summary.md β auto-generated by make sbomtutorials/ β learning-oriented walkthroughsax25_walkthrough.md β byte-by-byte beacon decodediagrams/ β SVG block diagramsReferenced from ../README.md and other docs.
superpowers/ β design specs + long-form implementation plansArchived Track 1 (AX.25) design and implementation material under superpowers/specs/ and superpowers/plans/.