Pick up almost any connected product — a fitness band, a smart lock, a set of wireless earbuds, an industrial sensor reporting to a phone — and somewhere inside it is a radio that traces its name to a 10th-century Danish king. Bluetooth, the short-range wireless standard now embedded in billions of devices, is named after Harald "Bluetooth" Gormsson, and the reason it carries that name is worth more than a piece of pub trivia. It's a small lesson in what makes connected hardware actually work.
The king, the codename, and the rune
Harald Gormsson ruled Denmark in the late 900s and is remembered for uniting the warring Danish tribes — and, for a time, Norway — under a single crown. His nickname, Blåtand in Old Norse, is usually translated as "Bluetooth," likely a reference to a dead or discoloured tooth.
The leap from Viking history to wireless radio happened in 1997. Jim Kardach, an engineer at Intel, was part of an industry effort to get the PC and mobile-phone worlds to agree on a single short-range radio link. At the time the project needed a placeholder name. Kardach had been reading about Scandinavian history, and the parallel struck him: just as Harald had united fractious kingdoms, this new standard would unite the computer and cellular industries that otherwise spoke incompatible languages. "Bluetooth" went in as a temporary codename.
The plan was to replace it later with something more marketable — RadioWire and PAN (Personal Area Network) were the leading candidates. But trademark and search conflicts sank the alternatives, the codename had already spread, and Bluetooth stuck. The logo sealed the tribute: it's a bind rune that merges the two Younger Futhark characters for Harald's initials, ᚼ (Hagall) and ᛒ (Bjarkan), into the angular mark you see on every pairing screen.
Why the metaphor still holds up
The naming is charming, but the engineering idea behind it is the real takeaway. Bluetooth's whole reason to exist was interoperability — letting devices from different manufacturers, running different software, talk to each other without a cable or a custom agreement between every pair of vendors. A keyboard from one company pairs with a laptop from another because both implement the same profiles. That's "uniting the kingdoms" in protocol form.
For anyone building IoT products today, that principle is the entire game. A sensor that only talks to its own proprietary hub is a dead end; a sensor that speaks a common standard slots into an ecosystem the customer already owns. The hard part of connected hardware is rarely the headline feature — it's making the device cooperate cleanly with phones, gateways, cloud services, and other people's hardware.
What this means for an embedded build
Modern Bluetooth Low Energy (BLE) is one of the most useful tools in an embedded engineer's kit, and a lot of the chips we reach for already include it. The ESP32, for example, ships with both Wi-Fi and BLE on the same module, which is why it shows up in so many prototypes: a single inexpensive part can advertise sensor data to a nearby phone over BLE and push the same data to the cloud over Wi-Fi.
But "it has Bluetooth" is where the work begins, not where it ends. Choosing between Classic Bluetooth and BLE, designing GATT services so an app can read your data predictably, budgeting power so a coin-cell sensor lasts months, and getting antenna placement right on the PCB so the radio actually reaches across a room — these are the decisions that separate a demo from a product. The standard handles the "can they talk" question; the implementation decides whether they talk well.
A note from Parañaque
We build IoT and web systems at Fluidwire, here in Parañaque, and a surprising number of projects that land on our bench — student thesis prototypes, small-business product ideas, factory monitoring rigs — start with someone wanting a device to talk to a phone. Bluetooth is almost always part of that answer, and the temptation is to treat it as a checkbox. The better approach is the one Harald's name points at: design for cooperation from the start, so your device fits into the wider system instead of demanding the world adapt to it.
If you're scoping a connected product and trying to decide how it should communicate — BLE, Wi-Fi, or both, and how it talks to the cloud behind that — that's exactly the kind of problem we like. Take a look at our services or get in touch and tell us what you're building.
The next time your earbuds pair on the first try, you can thank a Viking king for the metaphor — and good interoperability engineering for the fact that it actually worked.
Top comments (0)