Eddystone (Google)
Eddystone is a Bluetooth Low Energy beacon profile released by Google in July 2015. The Apache 2.0-licensed, cross-platform, and versioned profile contains several frame types, including Eddystone-UID, Eddystone-URL, and Eddystone-TLM.[1] Eddystone-URL is used by the Physical Web project, whereas Eddystone-UID is typically used by native apps on a user's device, including Google's first party apps such as Google Maps.[2]
Background
The format was named after the Eddystone Lighthouse in the UK, motivated by the simplicity of a lighthouse-signal and its one-directional nature.[3]
Technical details
Though similar to the iBeacon profile released by Apple in 2013, Eddystone can be implemented without restriction. Eddystone also contains a telemetry frame (Eddystone-TLM) designed for reporting on a beacon's health, including, for example, battery level. Like other beacon technology, beacons with Eddystone can give devices a better indication of what objects and places are around them.[4] Importantly, beacons do not generally accept connections from other devices, meaning that the beacon itself cannot record what devices are in its vicinity. In many cases, the simplicity of the beacon frame means that an app (for example Google Chrome) is required in order to interpret the beacon's signal.
Eddystone has 4 frame types.
- Eddystone-UID broadcasts an identifying code that allows apps to retrieve information from app servers. These can be used for indoor location, identification of physical objects, and to interact with apps in any way the developer decides.[5]
- Eddystone-EID broadcasts an encrypted rotating identifier in order to increase the security of the protocol, but otherwise acts similarly to the UID frame[6]
- Eddystone-TLM broadcasts information about the beacon. This can include battery level, sensor data, or other relevant information to beacon administrators. It must be accompanied by another frame type to be usable as a beacon.[7]
- Eddystone-URL broadcasts a URL that redirects to a website that is secured using SSL.[8] This beacon is the underpinning of the Physical Web.
- In android 4.4 or higher, it causes a notification to be displayed on the user's phone.
- On iOS the process requires google chrome to be installed and for the correct permissions to be set in order to receive notifications.
Google beacon platform
In tandem with the Eddystone, Google launched the Google beacon platform. The platform includes the Proximity Beacon API designed to associate content with individual beacons.[9] The Proximity Beacon API fronts a registry of beacons where extra information (known as "attachments"), useful to developers' applications, can be associated with individual beacon IDs. Several attachments can be associated with a single beacon. Attachments can be updated in real-time and can be retrieved by an app using the Nearby API in Android (through Google Play Services) and the Nearby library for iOS.
See also
References
- ↑ Amadeo, Ron (2015-07-14). "Meet Google’s “Eddystone”—a flexible, open source iBeacon fighter". Ars Technica. Retrieved 2015-07-14.
- ↑ Rose, Joseph (2015-03-09). "TriMet, Google activate first wireless train-arrival beacons for MAX riders". The Oregonian/OregonLive.
- ↑ Amadeo, Ron (2015-07-14). "Meet Google’s “Eddystone”—a flexible, open source iBeacon fighter". Ars Technica. Retrieved 2015-07-14.
- ↑ Bohn, Dieter (2015-07-14). "Google wants to help stores speak to your smartphone, just like Apple". The Verge. Retrieved 2015-07-14.
- ↑ "Eddystone-UID". Git-Hub Eddystone-UID. Retrieved 26 April 2017.
- ↑ "Eddystone-EID". Git-Hub Eddystone-EID. Retrieved 28 April 2017.
- ↑ "Eddystone-TLM". Git-Hub Eddystone-TLM. Retrieved 28 April 2017.
- ↑ "Eddystone-URL". Git-Hub Eddystone-URL. Retrieved 28 April 2017.
- ↑ "Mark Up the World Using Beacons". Google. 2015-07-14. Retrieved 2015-07-14.
External links
- Physical Web project on Github
- Nearby API info on Google.com
- Eddystone-URL and The Physical Web
- Google Physical Web URL Validator
- Physical Web Play Store App
- Physical Web App Store App
- Troubleshooting Eddystone-URL on Android
- Troubleshooting Eddystone-URL on iOS
- GitHub Physical Web Issues
- Physical Web Discussion Forum