← All explainers
A five-minute visual field guide

BLE beacons are tiny radio lighthouses.

They repeatedly broadcast a small identifier. Nearby phones hear it, estimate signal strength, and let an app decide what that means.

01 · Mental model

Like a lighthouse—but for phones.

The analogy

A lighthouse repeats “I am here.” Ships see it and decide what to do.

The reality

A beacon repeats a Bluetooth advertisement. A phone receives it and an app interprets its identifier.

02 · System map

Broadcast, listen, decide.

Beacon

Sends a tiny message again and again

ID + SMALL DATA →
Phone + app

Hears, interprets, then acts

The beacon usually does not know who heard it. It broadcasts outward; it does not open a conversation with every phone.

03 · Four-step signal journey

Tap each step to follow the message.

04 · What crosses the air?

A label, not your life story.

A typical beacon message is closer to a repeatedly shouted name tag than a transferred webpage.

TYPE“I’m a beacon”
IDENTIFIER“Lobby beacon 07”
OPTIONALBattery, sensor, or calibration data

Important: the exact fields depend on the beacon format. The phone normally needs an app or operating-system rule that already knows what the identifier means.

05 · Common misconception

The beacon doesn’t “send a notification.”

✕ Not quiteBeacon → notification
✓ ActuallyBeacon → identifier → app logic → possible notification

Permissions, background limits, and operating-system policies can prevent scanning or notifications.

06 · Try the signal

Can it tell exact distance? No.

Phones measure received signal strength, called RSSI. A stronger signal often suggests “closer,” but walls, bodies, reflections, antenna direction, and radio noise all distort it.

weakstrong−62 dBm

Think in zones: immediate, near, far, or unknown. Treating RSSI as a ruler produces jumpy results.

07 · Why readings wobble

The room changes the radio.

PEOPLEWALLSMETALPOCKETSOTHER RADIOSPHONE MODEL

Apps smooth multiple readings over time and design for broad proximity zones rather than centimeter precision.

08 · Where it works well

“Something is nearby.”

Museum guideReveal content for the exhibit near the visitor.
Asset presenceNotice that tagged equipment is within a monitored area.
Indoor waypointsUse several known beacons as rough landmarks.
09 · Keep this model

The whole idea in four lines.

A beacon broadcasts.It repeatedly announces a small identifier.
A phone listens.Only when Bluetooth, permissions, and platform rules allow it.
An app adds meaning.The identifier alone does not explain itself.
Signal strength hints at proximity.Useful as a zone, unreliable as an exact distance.