Beacon
Synonyms: Bluetooth beacon, BLE beacon, iBeacon, proximity beacon, location transmitter
Definition
Use cases
- Proximity offers gone wrong: A store pushes a discount every time you pass a shelf. Ten generic pings later, you mute notifications or delete the app.
- Indoor navigation: In an airport, museum, or hospital where GPS fails, beacons place a user inside the building and guide them to a gate or exhibit. Huge value, but only if the position is accurate.
- The opt-in wall: A brilliant proximity feature reaches almost no one because it needs the app installed, Bluetooth on, and location permission granted, and most users never clear all three.
How it's used in practice
- Sell the permission: Ask for location access with clear value ("get gate updates as you walk"), not a cold system prompt.
- Trigger sparingly: Fire one relevant, well-timed nudge instead of a stream of generic ones tied to every beacon.
- Design the no-signal state: The experience must still work without beacons, for users who didn't opt in or have Bluetooth off.
- Be honest about tracking: State what's collected and make it easy to turn off, so proximity doesn't read as surveillance.
Challenges & limitations
- Shaky accuracy: BLE signals bounce off bodies and shelves, so "near this product" can read as "near the wrong one."
- Privacy backlash: Passive location tracking unsettles people and draws scrutiny. Google wound down its beacon notification push over spam concerns.
- Physical upkeep: Batteries, placement, and firmware are real-world maintenance that software teams often forget.
Free resources
- Apple: iBeacon for Developers — Apple's overview of the protocol and getting started.
- Minew: Guide to iBeacon, Eddystone & BLE — a side-by-side explainer of the main beacon standards.

