1. Broadcast
The beacon sends an advertising event on primary channels 37, 38, and 39. Receivers may miss one copy and still catch another.
Compare iBeacon and Eddystone frames while BLE advertisements move across channels 37, 38, and 39.
Watch a beacon advertise a small frame without forming a connection. Compare iBeacon and Eddystone choices, then test how distance, interval, and the room affect what a phone or gateway can infer.
The beacon sends an advertising event on primary channels 37, 38, and 39. Receivers may miss one copy and still catch another.
The app or gateway reads the frame type and fields. iBeacon identifies regions; Eddystone can carry identifiers, URLs, telemetry, or ephemeral IDs.
RSSI and the calibrated 1 m value support a proximity zone. They do not produce a precise indoor coordinate.
Use the scenario fit and warning to choose the frame, interval, and maintenance plan that match the learning objective.
A legacy BLE beacon repeats a compact payload on the three primary advertising channels.
A beacon normally broadcasts one-way advertising data. It does not need pairing, a GATT session, or an acknowledgement from the receiver.
Legacy BLE advertising sends copies on the three primary advertising channels. This improves discovery in noisy 2.4 GHz spaces.
The common pattern is a shared deployment UUID, a Major group, a Minor item, and a measured-power calibration value.
UID identifies, URL points to a web resource, TLM reports health, and EID rotates for privacy-sensitive identification.
Classic legacy advertising has a small AdvData budget. Good beacon designs encode a compact key and look up richer content elsewhere.
Walls, bodies, orientation, and multipath change received signal strength. Treat the result as immediate, near, far, or unknown.
Short intervals improve discovery latency but spend more energy. Long intervals last longer but can feel slow to moving users.
Anyone scanning can observe static identifiers. Avoid putting user data in a beacon frame and rotate identifiers when privacy requires it.
The active lane shows which advertising channel is carrying the current event. The moving packet is the beacon payload. The receiver card shows what the app or gateway can infer.
Switch from iBeacon to Eddystone TLM in the museum scenario. The score drops because telemetry is useful for maintenance, but it does not identify an exhibit by itself.
Do not treat RSSI as a tape measure. It is normal for a farther beacon with a clearer path to appear stronger than a nearer blocked beacon.
This page focuses on legacy BLE advertising because iBeacon and the classic Eddystone frames fit that teaching model. Bluetooth 5 extended advertising can carry more data and uses secondary channels differently.
The 1 m value is a measured RSSI calibration used by receiver software. It is related to the installed beacon and environment, not a promise of exact distance.
Google's Eddystone repository is archived, but the frame definitions remain useful for teaching beacon frame design and historical deployments.