Morse Code Blog

The long-form shelf behind the tools: history (SOS, Titanic, the invention fight), operator culture (Q-codes, prosigns), real code (morse in C, Python, Arduino), accessibility stories, and hands-on projects that turn dots and dashes into things you can wear.

Learning

Learning Morse Code as an Adult vs as a Child: What Cognitive Science Actually Says
2026-09-08

Does age decide who learns morse code fastest? The honest cognitive-science answer: critical periods matter far less than method. Koch, Farnsworth, the 10 WPM plateau, statistical learning, and a training plan that works at any age.

History

Morse Code in Space: What Really Transmitted, What Didn't, and What Still Beeps Overhead
2026-09-05

The truth about morse code in spaceflight: why Sputnik's beep and Opportunity's last words weren't morse, the amateur satellites that genuinely transmit CW today, and what deep-space link design learned from the key.

Saved by the Signal: Real Rescue Stories Where Morse Code Made the Difference
2026-08-23

True rescue cases that turned on morse code: Jack Binns and the Republic in 1909, the first SOS saves, downed airmen, ham radio after Katrina and Maria — and the physics of why a keyed tone reaches help when voice cannot.

Morse Code in World War II: The Signal Layer That Ran the War
2026-08-19

How morse code carried World War II: the no-drill message from Pearl Harbor, the BBC's poetry signals before D-Day, Bletchley Park's intercept war, and the training machine that produced operators by the tens of thousands.

Knocks on the Wall: The Real History of the Prisoners' Tap Code
2026-08-16

From a Greek historian's signal fire grid to the Hanoi Hilton: how a 5x5 tap code let prisoners talk through concrete, why they chose it over morse, and how to learn the knock yourself.

Military Morse Stories: Blinking POWs, Tap-Code Networks and the SOE's Secret Signals
2026-08-04

The true stories behind military morse code: Jeremiah Denton's televised blink of TORTURE, the Hanoi Hilton's tap-code network, and the SOE wireless operators who carried one-time pads into occupied Europe.

Morse Code in Movies and Games: The Signal That Steals Scenes
2026-07-07

Why storytellers keep reaching for morse code: the real footage that outperforms any script, Titanic's wireless rooms on film, POW cinema and the tap code, the Christmas-lights myth, and how escape-room designers build fair morse puzzles.

Morse Code and Accessibility: Tania Finlayson, Gboard and One-Switch Communication
2026-06-09

How morse code became modern assistive technology: Tania Finlayson's head-wand story, the Gboard Morse keyboard she helped Google design, what works on iPhone today, and why two signals beat a whole keyboard.

Morse Prosigns Explained: AR, SK, BT, KN and the Grammar of the Air
2026-05-06

Procedural signals are morse code's invisible grammar: fused, gapless characters like AR, SK, BT and KN that tell the other operator what to do. Their history, meanings and the etiquette behind them.

Ham Radio Q-Codes Explained: QSO, QTH, QRM and the Language of the Air
2026-04-14

Why ham radio operators say QSO, QTH, QRM and QSB: the 1912 origin of the Q-code system, why every code starts with Q, and how a maritime shorthand became the everyday language of CW.

Titanic and the Wireless: The Two Men at the Key on the Night of April 14, 1912
2026-03-10

The human story of Titanic's Marconi room: Jack Phillips and Harold Bride, the company that employed them, the Californian controversy that still divides historians, and the Radio Act of 1912 that changed the sea.

The History of SOS: How Three Letters Became the World's Distress Signal
2026-02-03

The deep history of SOS: the 1906 Berlin convention, the first ships saved by it in 1909, Titanic's famous CQD mix-up, the 500 kHz silence ritual, and why SOS abbreviates nothing at all.

Who Really Invented Morse Code? The Controversy Behind the Dots and Dashes
2026-01-15

Samuel Morse gets the name, but the code's design tells a different story — Vail's counts, Henry's science, and a patent fight that outlived them all.

Reviews

The Best Morse Code Apps in 2026: An Honest Guide That Mostly Says 'Don't Install Anything'
2026-09-01

An honest 2026 guide to morse code apps: which tasks need no app at all, what built-in keyboards already do, how to judge learning apps by method rather than stars, and why decoder apps deserve your skepticism.

Comparison

Morse Code vs Semaphore: Two Philosophies of Signaling at Distance
2026-08-29

Morse code and semaphore solved long-distance signaling with opposite designs — time versus position. From Chappe's telegraph towers to navy flag teams, here is how the systems compare on speed, range, weather, and which one you should learn.

Morse Code vs Tap Code: Two Systems, One Wall of Constraints
2026-08-26

A technical comparison of morse code and the prisoners' tap code: how each encodes a letter, the element-count math, which survives hostile channels, which is easier to learn, and which one you should learn for which purpose.

Culture

Hidden Morse Code in Pop Culture: Easter Eggs You Can Actually Decode
2026-08-12

The real morse code easter eggs hiding in music, film and games — the Inspector Morse theme, Rush's YYZ, Interstellar's watch, and a step-by-step method for verifying a suspected easter egg yourself.

DIY

The Morse Code Gift Guide: Hidden Messages for Every Recipient and Budget
2026-06-11

A Morse code gifting guide by recipient — moms, partners and anniversaries, bookworms, geeks — with budget tiers, message suggestions, and why hidden meaning outperforms engraving.

DIY Morse Code Bracelet: Design, String, and Wear a Secret Message
2026-05-06

A complete guide to making a Morse code bracelet: bead materials, the dot-and-dash design system, wrist sizing math, five stringing steps, and the mistakes that ruin beginners' bracelets.

Learn Your Name in Morse Code Day: Why January 11 Is the Best Tiny Holiday
2026-01-09

Learn Your Name in Morse Code Day (January 11) turns the world's most personal string of letters into your first Morse lesson — its origins, ten ways to celebrate, and how to find your own name.

Programming

Morse Code on Arduino: tone(), Timing, and a Complete Buzzer Sketch
2026-04-21

Send Morse code with an Arduino: wiring a buzzer and LED, the dot-based timing rules, a complete copy-paste sketch, and what tone() hides from you.

Morse Code in Python: From a Three-Line Translator to Real Audio
2026-03-17

A Python implementation of Morse code: dictionary encoding, a three-line minimal translator, audio playback with winsound and simpleaudio, WAV export, and the bugs that bite beginners.

Morse Code in C: A Complete Encoder, Decoder, and WAV Generator
2026-02-09

Build Morse code in C from scratch: a lookup table, encode and decode functions, WAV audio output, and the classic pitfalls — buffer sizes, case handling, and signed chars.