Digital Modes
This section addresses the transmission of data over amateur radio links. It covers weak-signal modes that operate near the noise floor, packet systems for connected and unconnected messaging, APRS for position and telemetry reporting, digital voice codecs, and the software that generates and decodes the signals together with the audio or I/Q interfaces that connect computers to transceivers.
Weak-signal operation
Weak-signal modes such as multi-tone FSK and WSPR-style beacons rely on forward error correction and long integration times to extract information when the received signal lies below the noise floor. Propagation occurs through ionospheric refraction on HF, tropospheric scatter on VHF, and occasional meteor-trail reflection. The receiver must maintain precise frequency and time alignment; residual Doppler or oscillator drift spreads the tones and raises the decoding threshold. Operators differ on whether fixed time-slot schedules or asynchronous burst transmissions better handle variable fading, since the former demands GPS-derived timing while the latter risks collisions during openings.
Packet and APRS
Packet uses the AX.25 link-layer protocol over FM or SSB channels. Frames carry digipeater routing fields that allow multi-hop forwarding, yet the hidden-terminal problem produces collisions when two stations cannot hear each other but both reach a common digipeater. APRS transmits unconnected UI frames containing latitude, longitude, altitude and weather data; these are repeated by dedicated digipeaters and gated to the internet. On VHF the dominant impairment is multipath from terrain, which lengthens the required preamble and lowers effective throughput. On HF, selective fading notches individual carriers and forces reliance on shorter packets or FEC variants.
Digital voice
Digital voice converts speech through vocoders such as AMBE or Codec2, then modulates the resulting bits with C4FM, GMSK or QPSK. The signal occupies less bandwidth than FM yet requires a linear transmitter path to avoid spectral regrowth. On VHF and UHF the dominant channel is Rayleigh fading; repeaters therefore employ diversity reception or error concealment. On HF the same codecs encounter rapid phase distortion from the ionosphere, prompting some operators to prefer wider-bandwidth modes that trade spectrum for robustness while others restrict digital voice to VHF to preserve narrow HF allocations for CW and data.
Software and interfaces
Current practice routes audio or baseband I/Q samples between transceiver and computer through USB sound devices or direct SDR interfaces. The computer performs modulation, demodulation, FEC encoding and protocol state machines. Sound-card sample-rate drift and RF feedback through the audio path remain persistent sources of error; operators therefore insert isolation transformers or use galvanically isolated digital links. Software-defined radios move more of the filtering and frequency conversion into the digital domain, reducing analog-image problems but introducing latency that affects real-time voice and slotted data modes.
Within each area the central difficulties are synchronization under Doppler or oscillator instability, management of collisions in shared channels, and trade-offs between occupied bandwidth and link reliability. The weak-signal pages examine decoding algorithms and scheduling conventions. The packet and APRS pages detail routing tables and digipeater behavior. The digital-voice pages compare codec performance under measured fading profiles. The software and interfaces pages describe audio wiring, driver settings and SDR control protocols.
Spread spectrum
Spread-spectrum techniques disperse a signal across a wider bandwidth than a conventional narrowband transmission, using either direct-sequence modulation or frequency hopping coordinated by a shared code sequence. Receivers recover the data through correlators that compare the incoming waveform against the known spreading code, rejecting interference that does not match the code. Amateur implementations have historically been experimental projects coordinated by groups such as TAPR, often operating under special temporary authority because the resulting emissions occupy more spectrum than standard modes.
Operators weigh the interference-rejection benefit against the need for precise code synchronisation and the regulatory requirement to identify the transmission even when the spreading code renders it noise-like to an unintended listener. Early correlator designs relied on analogue delay lines or software running on personal computers; later versions moved the correlation into field-programmable gate arrays to reduce latency.
Commercial packet networks
Commercial packet networks such as Metricom’s Ricochet deployed clusters of low-power nodes that relayed short data frames across metropolitan areas using unlicensed or lightly licensed spectrum. Amateur operators examined these systems to understand how unlicensed mesh topologies handled hidden-terminal collisions and variable link quality without central coordination.
The networks demonstrated that store-and-forward routing could provide usable coverage with modest transmit power, yet they also illustrated the economic limits of maintaining dense node grids once subscriber growth slowed. Several such services later ceased operation, leaving only the technical lessons about routing tables and node placement that informed later amateur digipeater designs.
Global navigation systems
GPS and GLONASS satellites broadcast precise time and orbital data that allow a receiver to compute its three-dimensional position and velocity. Amateurs integrated these receivers with packet transmitters to automate position reporting, replacing earlier manual latitude-longitude entry.
The systems require a clear view of multiple satellites and are therefore subject to masking by terrain or buildings; operators therefore combined them with dead-reckoning sensors or scheduled beaconing to maintain continuity when fixes are lost. Early receivers output NMEA sentences that were parsed by terminal-node controllers, establishing the data format still used for APRS position frames.
Early digital software and equipment
Packet and multimode software running on personal computers or palmtop devices performed modem functions, protocol state machines and message storage that had previously required dedicated hardware terminal-node controllers. Sound-card interfaces replaced external modems for many users, moving the modulation task into software.
These programs lowered the cost of entry but introduced dependencies on operating-system timing and driver stability; Windows NT-era applications, for example, required careful configuration to avoid audio dropouts during long file transfers. Review articles of the period compared decoding reliability across different sound devices and highlighted the continuing need for galvanic isolation between computer and transceiver audio lines.
Where to go next
Further reading