1. The language beneath the signal

Douglas Adams’s The Hitchhiker’s Guide to the Galaxy returns as the recalled work because the Guide famously includes a Babel fish that solves the translation problem instantly. Real spacecraft communications have no such fish. The bits must be encoded, modulated, protected against errors, framed into packets, and understood by both transmitter and receiver. The protocols are the grammar that makes the signal meaningful.

This entry reads about protocols, modulation, and spectrum coordination.

2. Modulation and coding

Modulation is the mapping of bits onto a carrier wave. Coding adds redundant bits so the receiver can correct errors without retransmission. Together they determine how much data can be pushed through a given link and how robust the link is to noise.

A survey of CubeSat communications lists common modulation schemes by band:

  • UHF/VHF: simple FSK or GMSK for low-rate telemetry.
  • S-band: GMSK, filtered OQPSK, sometimes convolutional coding.
  • X-band: filtered OQPSK, 8-PSK, and increasingly DVB-S2 with variable coding and modulation.
  • Ka-band: higher-order PSK and QAM when link margin allows.

DVB-S2 is particularly interesting because it is a commercial broadcast standard adapted for space telemetry. It offers variable coding and modulation, which lets the spacecraft adapt its data rate to changing link conditions during a pass.

3. CCSDS standards

The Consultative Committee for Space Data Systems (CCSDS) publishes the standards that most civil space missions use for radio frequency and modulation. A CCSDS RF and modulation recommendation defines carrier frequencies, modulation types, and channel specifications for Earth stations and spacecraft. Using CCSDS-compatible waveforms makes it easier to connect to existing ground stations and to share spectrum.

For small spacecraft, CCSDS also defines higher-layer protocols for telemetry and command packets, file delivery, and delay-tolerant networking. These are not always used on the smallest CubeSats, but they become important as missions scale.

4. Spectrum coordination

Radio spectrum is shared and regulated. A spacecraft cannot transmit on whatever frequency it wants. The operator must coordinate with national regulators and international bodies to obtain a frequency allocation, typically through the national administration that licensed the launch.

The main coordination considerations are:

  • Frequency band: different bands have different allocation rules and interference environments.
  • Bandwidth: wider signals need more spectrum and are harder to place.
  • Power flux density: limits on how much power the spacecraft deposits on Earth’s surface.
  • Geographic coordination: some bands require coordination with terrestrial services in specific regions.
  • Inter-satellite coordination: constellations must avoid interfering with each other.

NASA’s communications overview emphasizes that frequency selection should begin early in mission design because licensing can take months or years.

5. Command authentication and encryption

The communications layer is also the security layer. Commands sent over an RF link can be spoofed or replayed if they are not authenticated. Telemetry can be intercepted if it is not encrypted. The cybersecurity arc already covered this, but the communications reading reminds us that the choice of protocol and modem affects what security can be applied and at what power cost.

6. What this changes

  • Modulation and coding are not arbitrary; they are chosen to match the link budget and data-rate requirements.
  • CCSDS standards provide interoperability but are not the only option, especially for commercial missions.
  • Spectrum coordination is a long-lead item that constrains frequency, bandwidth, and power choices.
  • The next entry will close the communications reading arc with a contemplation.