Types of beacons
Beacons are small devices that enable relatively accurate location within a narrow range. Beacons periodically transmit small amounts of data within a range of approximately 70 meters, and are often used for indoor location technology. Compared to devices based on Global Positioning System, beacons provide more accurate location information and can be used for indoor location. Various types of beacons exist, which can be classified based on their type of Beacon protocol, power source and location technology.
Types of Beacon protocols
iBeacon (Apple)
In December 2013, Apple announced iBeacon: the first beacon protocol in the market. iBeacon works with Apple's iOS and Google's Android. The beacon using the iBeacon protocol transmits a so-called UUID. The UUID is a string of 24 numbers, which communicate with an installed Mobile App.Advantages:
- Widely supported;
- Simple and easy to implement;
- Reliable performance on iOS.
Eddystone (Google)
Google announced Eddystone in July 2015, after it was renamed from its former name UriBeacon. Beacons with support from Eddystone are able to transmit three different frame-types, which work with both iOS and Android. A single beacon can transmit one, two or all three frametypes. The three frametypes are:- URL: a URL is transmitted to the device, eliminating the need for an installed Mobile App.
- UID : a 16 digit string of characters, which can identify the individual beacon. This UID can activate an installed Mobile App.
- TLM: sensor and administrative data from the beacon itself is communicated through telemetry. Currently, examples include the beacon's battery level and its temperature.
- Can also send out URL, which removes the necessity of installed App, and Telemetry information;
- Open format and flexibility;
- Integration with Google Products.
AltBeacon (Radius Networks)
Radius Networks announced AltBeacon in July 2014. This open source beacon protocol was designed to overcome the issue of protocols favouring one vendor over the other.Advantages:
- Open source;
- Compatibility with other mobile operating platforms;
- More flexibility with a customisable source code.
SemBeacon (Vrije Universiteit Brussel)
The Web & Information Systems engineering lab at the Vrije Universiteit Brussel announced SemBeacon in September 2023. It is an open source beacon protocol and ontology based on AltBeacon and Eddystone-URL to createinteroperable applications that do not require a local database.
Advantages:
- Backwards compatible with AltBeacon applications;
- Does not require a local database to retrieve contextual information;
- Scalable with additional ontologies;
GeoBeacon (Tecno-World)
Tecno-World announced GeoBeacon in July 2017. This open source beacon protocol was designed for usage in GeoCaching applications due to the very compact type of data storage.Advantages:
- Open source;
- Compatibility with other mobile operating platforms;
- High resolution coordinates
- TLM-Data support
- 8 Bytes of user data
Types of power source
In general, there are three types of power source for beacons:- Battery powered: beacons that are battery powered range from using coin cell batteries, AA, or AAA batteries;
- Electricity plug powered;
- USB powered.