1. The ocean that thinks back
Stanisław Lem’s Solaris is about a planet that responds to human presence in ways no one understands. Radiation in LEO is not intelligent, but it has the same quality of unpredictable response. A single high-energy particle can flip a bit, destroy a transistor, or trigger a cascade. The desktop has to live with this ocean.
Entry 202 discussed propulsion. This entry looks at radiation and the reliability strategies that follow from it.
2. The radiation environment at 600 km
At 600 km and 51.6° inclination, the desktop passes through the South Atlantic Anomaly and the lower edges of the Van Allen belts. Total ionizing dose accumulates over years, and single-event effects occur throughout the mission. Solar particle events add occasional spikes.
This is not as harsh as geostationary orbit or deep space, but it is harsher than a typical low-altitude cubesat mission.
3. Hardening strategies
The standard responses are: use radiation-hardened components where they matter, add shielding around sensitive electronics, design circuits that fail gracefully, and use error detection and correction on memories and data links.
Not every computer needs to be rad-hard. Commercial-grade components can survive LEO with shielding and watchdogs, but the flight-critical systems should use hardened parts.
4. Fault tolerance and recovery
The desktop must detect faults and recover without ground intervention. This means watchdog timers, redundant computers, voting logic, automatic reboot sequences, and safe modes that preserve power and thermal control while waiting for human diagnosis.
A single-event upset that crashes a customer compute node should not crash the whole desktop.
5. Reliability over a long life
The desktop is intended to operate for ten to fifteen years. This is longer than many commercial satellites. Components wear out: batteries degrade, solar cells lose efficiency, mechanisms wear, lubricants migrate, and software accumulates edge cases.
Design for maintainability helps. Replaceable modules, on-orbit diagnostics, and the ability to swap attachments extend useful life.
6. Graceful degradation
The desktop should not be all-or-nothing. If one compute node fails, others continue. If a radiator panel is damaged, thermal control throttles back. If a customer payload fails, the platform survives. Graceful degradation is the difference between a temporary outage and a total loss.
What this changes
- The desktop at 600 km faces moderate but real radiation exposure.
- Hardening, shielding, error correction, and fault tolerance are required.
- Long life requires maintainability and graceful degradation.
- The next leisure entry can look at how the desktop is assembled on orbit.