Bluetooth iBeacon

From Visuino
Revision as of 10:17, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoBluetoothIBeacon.png == Summary == The **Bluetooth iBeacon** component is used to broadcast beacon signals for proximity detection and indoor location services. It provides a customizable UUID, manufacturer information, major value, and calibrated signal power output. == Description == An iBeacon is a Bluetooth Low Energy (BLE) device that repeatedly transmits a small amount of data. This component allows you to configure the **Proximity UUID**, *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoBluetoothIBeacon.png

Summary

The **Bluetooth iBeacon** component is used to broadcast beacon signals for proximity detection and indoor location services. It provides a customizable UUID, manufacturer information, major value, and calibrated signal power output.

Description

An iBeacon is a Bluetooth Low Energy (BLE) device that repeatedly transmits a small amount of data. This component allows you to configure the **Proximity UUID**, **Major value**, **Manufacturer ID**, and **Signal Power (dBm)**. It can be used for asset tracking, indoor navigation, and location-based services.

Diagram:

Properties

  • Major – Major identifier for grouping beacons.
  • Manufacturer Id – Selectable manufacturer identifier from a predefined list.
  • Proximity UUID – Universally unique identifier for identifying the beacon.
  • Signal Power (dBm) – Calibrated signal strength at 1 meter.

Pins

Output Pins

  • out – Beacon signal output.

Categories