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.
History
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 DifferenceTrue 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 WarHow 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 CodeFrom 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 SignalsThe 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 ScenesWhy 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 CommunicationHow 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 AirProcedural 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 AirWhy 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, 1912The 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 SignalThe 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 DashesSamuel 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.
Comparison
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 ConstraintsA 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.
DIY
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 MessageA 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 HolidayLearn 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
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 AudioA 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 GeneratorBuild 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.