Types Of Beacons
   HOME

TheInfoList



OR:

Beacons A beacon is an intentionally conspicuous device designed to attract attention to a specific location. A common example is the lighthouse, which draws attention to a fixed point that can be used to navigate around obstacles or into port. More mode ...
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 The Global Positioning System (GPS) is a satellite-based hyperbolic navigation system owned by the United States Space Force and operated by Mission Delta 31. It is one of the global navigation satellite systems (GNSS) that provide ge ...
(GPS), 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 An apple is a round, edible fruit produced by an apple tree (''Malus'' spp.). Fruit trees of the orchard or domestic apple (''Malus domestica''), the most widely grown in the genus, are agriculture, cultivated worldwide. The tree originated ...
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 Google LLC (, ) is an American multinational corporation and technology company focusing on online advertising, search engine technology, cloud computing, computer software, quantum computing, e-commerce, consumer electronics, and artificial ...
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 (i.e. a website link) is transmitted to the device, eliminating the need for an installed Mobile App. # UID (similar to Apple's UUID): 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. Advantages: # Can also send out URL, which removes the necessity of installed App, and
Telemetry Telemetry is the in situ collection of measurements or other data at remote points and their automatic transmission to receiving equipment (telecommunication) for monitoring. The word is derived from the Greek roots ''tele'', 'far off', an ...
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 (WISE) at the Vrije Universiteit Brussel ( VUB) announced SemBeacon in September 2023. It is an open source beacon protocol and
ontology Ontology is the philosophical study of existence, being. It is traditionally understood as the subdiscipline of metaphysics focused on the most general features of reality. As one of the most fundamental concepts, being encompasses all of realit ...
based on AltBeacon and Eddystone-URL to create interoperable 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 In information science, an ontology encompasses a representation, formal naming, and definitions of the categories, properties, and relations between the concepts, data, or entities that pertain to one, many, or all domains of discourse. More ...
;


GeoBeacon (Tecno-World)

Tecno-World (Pitius Tec S.L., Manufacture-ID 0x015C) 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.{{cite web, url=https://github.com/Tecno-World/GeoBeacon, title=Specifications on GeoBeacon, work=GitHub, accessdate=12 July 2017 Advantages: # Open source; # Compatibility with other mobile operating platforms; # High resolution coordinates # TLM-Data support (Battery life) # 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 (or
Button cell A button cell, watch battery, or coin battery is a small battery made of a single electrochemical cell and shaped as a squat cylinder typically in diameter and high – resembling a button. Stainless steel usually forms the bottom body and ...
) batteries, AA, or AAA batteries; # Electricity plug powered; # USB powered.


Types of location technology

Most beacons use bluetooth technology to communicate with other devices and retrieve the location information. Apart from bluetooth technology however, several other location technologies exist. The most common location technologies are the following:


Bluetooth low energy (BLE)

The majority of beacon location devices rely on
Bluetooth low energy Bluetooth Low Energy (Bluetooth LE, colloquially BLE, formerly marketed as Bluetooth Smart) is a wireless personal area network technology designed and marketed by the Bluetooth Special Interest Group (Bluetooth SIG) aimed at novel applications ...
(BLE) technology. Compared to 'classic'
Bluetooth Bluetooth is a short-range wireless technology standard that is used for exchanging data between fixed and mobile devices over short distances and building personal area networks (PANs). In the most widely used mode, transmission power is li ...
technology, BLE consumes less power, has a lower range, and transmits less data. BLE is designed for periodic transfers of very small amounts of data.


Wi-Fi Aware

In July 2015, the
Wi-Fi Alliance The Wi-Fi Alliance is a non-profit organization that owns the Wi-Fi trademark. Manufacturers may use the trademark to brand products certified for Wi-Fi interoperability. It is based in Austin, Texas. History Early IEEE 802.11, 802.11 product ...
announced Wi-Fi Aware. Similar to BLE, Wi-Fi Aware has a lower power consumption than regular Wi-Fi and is designed for indoor location purposes.


Ultrasound


Combined technologies

Whereas most beacon vendors focus on merely one technology, some vendors combine multiple location technologies.


See also

*
Beacons A beacon is an intentionally conspicuous device designed to attract attention to a specific location. A common example is the lighthouse, which draws attention to a fixed point that can be used to navigate around obstacles or into port. More mode ...
* iBeacon * Eddystone (Google) * Proximity marketing


References

Beacons