SlideShare a Scribd company logo
@dylanseychell
Introduction to
Beacon Technology
Dylan Seychell
#io16extended - Malta
@dylanseychell
Hello
I’m Dylan
GDG Malta Lead
Academic/Researcher
Interaction Design
Multimedia Technology
E/M-Commerce
PhD Student
3D Blending over
Transmission
Founder
Colour my Travel
Innovogy
2
@dylanseychell
Presentation Overview
Why Beacons?
Motivation
How to organise Beacons?
Protocols Overview
What to implement with Beacons?
UX and Beacons
Challenges
3
@dylanseychell
What is a
Beacon?
Little Bluetooth Low-Energy
Devices throwing a signal for
devices to detect.
4
@dylanseychell
10 things you need to know about Beacons
1. Platform Independent
2. NOT Internet Connected
3. Used in different scenarios
4. They broadcast, not steal data
5. They can ‘detect’ distance
6. Huge insights on customers
7. Help automate m-commerce buying
8. Aids marketing and upselling
9. Different Manufacturers
10. Available for purchase for as little as €29
5
@dylanseychell
Why should we care about
Beacons?
6
@dylanseychell
Because our devices are saying so.
We’re using Mobile/Wearables all the time to:
● Find stores (60%)
● Use coupons for discounts (55%)
● Check Prices of Products (70%)
● Reading reviews on mobiles (53%)
Etc.
Mobile devices are at the core of our experience
as consumers
Yet, they lack the ability to enhance that
experience
7
@dylanseychell
How does Beacon Tech work?
8
@dylanseychell
Very Simple.
Just visualise a lighthouse,
flashing a light, indicating it’s
there.
9
@dylanseychell
Bluetooth LE
aka Bluetooth Smart
or
Bluetooth 4.0/.1/.2
Does not require pairing
Transmits an identifier
Lower power consumption
Generally Battery Powered
Short Range of approx 70m
Transmits short data packages
10
@dylanseychell
Apple’s iBeacon Protocol
● Launched in 2013
● iBeacon works with iOS and Android
● iBeacon transmits a UUID (16 digit string of numbers), Major (4 digits) and Minor (4 digits).
a. That’s it. Nothing else.
b. They aren’t mini-servers or tracking devices.
c. Beacons themselves do not track anything.
d. Apps do the tracking if that’s what they are programmed to do.
● iBeacon requires an app to receive that specific UUID to be able to engage.
● The UUID is typically the same for all iBeacons working with a specific app.
a. The “Major” and “Minor” IDs are used to identify each beacon uniquely.
11
@dylanseychell
iBeacon Packet Structure
UUID(Universal Unique Identifier): Used to identify a large set of beacons.
Major: By this number you can identify a subset of beacons from the large set.
Minor: By this number you can identify an individual beacon.
12
@dylanseychell
Tx Power
This is used to determine proximity (distance) from
the beacon.
How does this work?
TX power is defined as the strength of the
signal exactly 1 meter from the device.
This has to be calibrated and hardcoded in
advance.
Devices can then use this as a baseline to
give a rough distance estimate
13
@dylanseychell
This was not just
a lighthouse.
It was the Eddystone Lighthouse.
14
@dylanseychell
Which as a side-note, is this:
15
@dylanseychell
Hence, the
name
Released by Google in July 2015
16
@dylanseychell
There are 3 Eddystone Frame-Types
Eddystone-UID (App Beacon)
● Eddystone-UID requires an app to receive that specific UID for your app to be able to engage.
Eddystone-URL (Browser Beacon)
● Eddystone-URL is the beacon format for the “Physical Web”, where you put content if you want
everybody to be able to access it.
Eddystone-TLM (Telemetry)
● Eddystone-TLM bridges both App and Browser uses.
17
@dylanseychell 18
@dylanseychell
Eddystone-UID
● Eddystone-UID requires an app to receive that specific UID for your app to be able to engage.
● Eddystone is very similar to iBeacon, but it only broadcasts a 16 digit string of characters,
a. divided into a 10 character “Namespace” , e.g: EDD1EBEAC04E5DEFA017
b. and a 6 character “Instance” ID. , e.g: 0BDB87539B67 (same job of Major/Minor)
c. Typically the Namespace is used to identify an entity and the Instance an individual beacon.
● No two beacons will ever have the same UID.
19
@dylanseychell
Eddystone-URL
● Eddystone-URL is the beacon format for the “Physical Web”
a. https://google.github.io/physical-web/
● Eddystone-URL does NOT require a custom app but does require a beacon browser (http://www.bkon.
com/browsers).
a. Has to be a HTTPS URL
b. Recommended to encode with SHA1 … not a must but it’s a convention
● Eddystone-URL broadcasts a URL...simply links to a Web Page
● Links can be easily managed with 3rd party systems such as PHY.net.
20
@dylanseychell
Eddystone-TLM
● Eddystone-TLM bridges both App and Browser uses. (TLM = Telemetry)
● The main function of Eddystone is to transmit sensor and administrative data from the beacon itself.
● Currently this frame includes
a. the beacon’s battery state,
b. its temperature,
c. the time since power-on,
d. and a count of the advertising packets since power-on,
e. but it could also include other sensor data in the future.
21
@dylanseychell
What can we implement with Beacons?
22
@dylanseychell
Let’s check this quick demo from Estimote
23
@dylanseychell
Step 1 Plan your ‘terrain’
24
@dylanseychell
Step 2
1) Proximity
a) The stage when the user approaches the site (store, school etc.)
2) Check-In
a) Confirming proximity by interacting with app
b) Setting Payment details/method
c) Set up relationship with the app
3) Product Info
a) Browse Services/Products
b) Confirm/Buy etc.
4) Checkout
a) Payment/Leaving the site
25
Plan the User Experience
@dylanseychell
Case Study
“Enhancing Information Systems through the
Internet of things”
Abela & Seychell 2016
A dissertation on how beacon technology can improve the
experience within a school and its Information System by providing
information about lectures, their location while providing
contextual information to the students via the mobile application.
Implemented and piloted at St Martin’s Institute of Higher
Education. Supported by GDG Malta and Estimote.
26
@dylanseychell
but there are
HUGE
challenges to overcome
27
@dylanseychell
Challenge 1
Applications
What apps do you need for such a
system?
Currently, 1 app per store or if you’re
lucky, 1 app per chain.
Ideally, feature within the OS so there
won’t be a need to install dedicated
apps.
28
@dylanseychell
Challenge 2
Trust
Can be creepy for consumers to be
provided with information overload
about things they like…
But
If used well, it can provide a
wonderful and seamless experience
29
@dylanseychell
Bibliography
http://www.nielsen.com
http://www.estimote.com
https://bkon.com/beacons
http://www.aislelabs.com/reports/beacon-guide/
http://www.wikiwand.com/en/Bluetooth
http://mindbowser.com/blog/what-is-internet-of-things-and-bluetooth-smart/
30
@dylanseychell
Thank you!
@dylanseychell
31

More Related Content

PPTX
BEACON TECHNOLOGY OVERVIEW
PPTX
Beacon Technology
PPT
Introduction to beacon
PPTX
Wi-Fi Technology
PPTX
Bluetooth Technology and its uses by Prince Rohan
PPTX
Beacon
PDF
IOT report
PPTX
iCloud - Apple Technology
BEACON TECHNOLOGY OVERVIEW
Beacon Technology
Introduction to beacon
Wi-Fi Technology
Bluetooth Technology and its uses by Prince Rohan
Beacon
IOT report
iCloud - Apple Technology

What's hot (20)

DOC
Bsnl training report
DOC
bluejacking
PPTX
Wimax Technology
PPTX
Bluejacking
PPTX
BLUETOOTH _TECHNOLOGY
PPTX
Bluejacking
PPTX
bluejacking.ppt
PPT
Wireless usb
DOCX
Bluetooth PPT Report
PPT
Bluejacking
PPTX
Bluetooth
PPT
1g,2g,3g,4g and 5g
PPTX
Bluejacking sadhana
PDF
SD WAN Overview | What is SD WAN | Benefits of SD WAN
PPT
Bluetooh Technology
PPT
PPTX
Internet of Things (IOT)
PPT
networking devices
PPTX
broadband technology
Bsnl training report
bluejacking
Wimax Technology
Bluejacking
BLUETOOTH _TECHNOLOGY
Bluejacking
bluejacking.ppt
Wireless usb
Bluetooth PPT Report
Bluejacking
Bluetooth
1g,2g,3g,4g and 5g
Bluejacking sadhana
SD WAN Overview | What is SD WAN | Benefits of SD WAN
Bluetooh Technology
Internet of Things (IOT)
networking devices
broadband technology
Ad

Viewers also liked (20)

PDF
An introduction to Beacons
 
PDF
Beacons Explained Slideshare
PDF
Steal this iBeacon presentation
PDF
I beacon presentation slideshare 3
PDF
What are beacons and how do they work?
PPTX
Beacon technology for education - bfonics
PDF
Beacons: The Retail Revolution
PDF
iBeacon and Bluetooth LE: An Introduction
PPTX
Beacon Technology for School bus
PDF
Beacon Explorers: Beacon Week San Francisco
PPTX
Droidcon Moscow 2015. Nearby новые возможности взаимодействия рядом. Антон Пу...
PDF
iBeacon cases by Empatika
PDF
Beacon ile Endüstriyel Çözümler
PDF
Iot in Retail.
PDF
A Retailer's Guide To iBeacon Marketing
PPTX
Top 9 Retail IoT Use Cases
PDF
Connected Retail
PPTX
Умный дом и Интернет Вещей. Трансформация существующей концепции автоматизации
PPS
Beacon presentation final 2016
PPTX
Интернет вещей: идеи для стартапов
An introduction to Beacons
 
Beacons Explained Slideshare
Steal this iBeacon presentation
I beacon presentation slideshare 3
What are beacons and how do they work?
Beacon technology for education - bfonics
Beacons: The Retail Revolution
iBeacon and Bluetooth LE: An Introduction
Beacon Technology for School bus
Beacon Explorers: Beacon Week San Francisco
Droidcon Moscow 2015. Nearby новые возможности взаимодействия рядом. Антон Пу...
iBeacon cases by Empatika
Beacon ile Endüstriyel Çözümler
Iot in Retail.
A Retailer's Guide To iBeacon Marketing
Top 9 Retail IoT Use Cases
Connected Retail
Умный дом и Интернет Вещей. Трансформация существующей концепции автоматизации
Beacon presentation final 2016
Интернет вещей: идеи для стартапов
Ad

Similar to Introduction to Beacon technology (20)

PDF
Foo Café 20160407 - Beacons and PhoneGap in practice
PPT
IBeacons and Eddystone
PPT
GDG Eddystone overview Aug2016
PDF
Clicking on the real world with iBeacon and eddystone
PPTX
Eddystone beacons: Everything you need to know
PDF
Ten Mindblowing Ibeacon Case Studies
PDF
LocalSocial O Reilly Webcast Slides - A Tour of the Beacosystem
PDF
Beacosystem Tour for GDG Dublin - Sean O Sullivan
PPTX
Beacons
PDF
Get to know Beacons Understanding and Online & Offline Integration
PPTX
Using Beacons in a Mobile App - IoT Nearables
PDF
14 569
PPT
Beacon The Google Way
PDF
Everything you always wanted to know about beacons
PDF
Beacosystem Talk @ MongoDB User Group Dublin @sos100
PPTX
Moving the Web into the Physical World with Beacons
PPTX
Beyond IOT: Hyperlocal Marketing w/ BLE Beacons
PDF
The Beacon Technology
PDF
The Beacon Technology
Foo Café 20160407 - Beacons and PhoneGap in practice
IBeacons and Eddystone
GDG Eddystone overview Aug2016
Clicking on the real world with iBeacon and eddystone
Eddystone beacons: Everything you need to know
Ten Mindblowing Ibeacon Case Studies
LocalSocial O Reilly Webcast Slides - A Tour of the Beacosystem
Beacosystem Tour for GDG Dublin - Sean O Sullivan
Beacons
Get to know Beacons Understanding and Online & Offline Integration
Using Beacons in a Mobile App - IoT Nearables
14 569
Beacon The Google Way
Everything you always wanted to know about beacons
Beacosystem Talk @ MongoDB User Group Dublin @sos100
Moving the Web into the Physical World with Beacons
Beyond IOT: Hyperlocal Marketing w/ BLE Beacons
The Beacon Technology
The Beacon Technology

Recently uploaded (20)

PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
KodekX | Application Modernization Development
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
DOCX
The AUB Centre for AI in Media Proposal.docx
Encapsulation_ Review paper, used for researhc scholars
Per capita expenditure prediction using model stacking based on satellite ima...
“AI and Expert System Decision Support & Business Intelligence Systems”
Mobile App Security Testing_ A Comprehensive Guide.pdf
Spectroscopy.pptx food analysis technology
KodekX | Application Modernization Development
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
20250228 LYD VKU AI Blended-Learning.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Programs and apps: productivity, graphics, security and other tools
MIND Revenue Release Quarter 2 2025 Press Release
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Review of recent advances in non-invasive hemoglobin estimation
Building Integrated photovoltaic BIPV_UPV.pdf
Understanding_Digital_Forensics_Presentation.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
The AUB Centre for AI in Media Proposal.docx

Introduction to Beacon technology