Bluetooth iBeacon: Difference between revisions
Jump to navigation
Jump to search
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**, *..." |
(No difference)
|
Revision as of 10:17, 14 September 2025
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
- File:TArduinoWirelessCategory.png Category Wireless – Wireless communication modules.
- File:TArduinoBluetoothCategory.png Category Bluetooth – Bluetooth-based components.