SlideShare ist ein Scribd-Unternehmen logo
1 von 19
Beckon the
BEACONS
AGENDA
• Bluetooth Low Energy(BLE)
• Three categories of Bluetooth Devices
• BLE Communication
• Classic Bluetooth vs Bluetooth Low Energy(BLE)
• What is a Beacon?
• Components of Beacon
• Requirements for a Beacon
• Typical Beacon Workflow
• Uses of Beacon
• Beacon Protocols
– iBeacon
– Eddystone
• Developing a Beacon Enabled App
• Beacon Ecosystem
• References
BLUETOOTH LOW ENERGY(BLE) A.K.A
BLUETOOTH V4.0
• is a wireless Personal Area network technology specification designed by the Bluetooth
Interest Group.
• low power consumption and cost but maintaining the similar range of Classic Bluetooth.
• aimed at applications in healthcare, fitness, security, beacons and home entertainment
industries.
• The following specification has been implemented by Apple and Google in iOS and
Android from 4.3 onwards.
THREE CATEGORIES OF BLUETOOTH
DEVICES
• Bluetooth: supporting only the “classic” mode
• Bluetooth Smart: supporting only the LE mode
• Bluetooth Smart Ready: supporting both “classic” and LE modes
BLE COMMUNICATION
• BLE communication consists of
– Advertising : Devices which want to make themselves discoverable have to transmit periodic
signals containing their identification to other devices.
– Connecting: After device discovery, connection is established and it is possible to read the
services that the Bluetooth device has to offer. We can use these services to read or write.
• BEACONS typically don’t use connections. They only advertise and entire information
related to the beacon is sent in the advertising packet itself.
CLASSIC BLUETOOTH VS BLUETOOTH LOW
ENERGY(BLE)
Classic Bluetooth Bluetooth Low Energy(BLE)
Pairing of Bluetooth device with the mobile phone
is required before data exchange takes place.
Pairing of the Bluetooth device with the mobile
phone is not required.
Ex:- Bluetooth speaker, Bluetooth headset Ex:- Heartbeat monitor, Blood Pressure Monitor
Supports moderate data transfer rate and
consumes more power.
Low data transfer rate and ultra low power
consumption.
Known as Bluetooth v 3.0. Known as Bluetooth v 4.0.
WHAT IS A BEACON?
• A beacon is a small device that broadcasts a bluetooth signal at regular intervals which
allows other devices to determine their proximity to the broadcaster.
• It is a one way communication.
• This signal is broadcast in a certain format, a communication protocol that describes the
string of characters and numbers that make up the signal.
• The common protocols that beacons use are
– iBeacon by Apple
– Eddystone by Google
– AltBeacon by Estimote
• Note that beacons do not transmit content.
COMPONENTS OF A BEACON
• Tiny computer with Bluetooth Smart connectivity.
• Battery.
• Firmware telling the beacon what it should do exactly.
• Sensors
REQUIREMENTS FOR A BEACON
• User needs the corresponding app on the mobile phone.
• The app should be ON(need not be open).
• BLE should be ON in the mobile phone.
• User needs a compatible BLE device ( ex:-beacon).
TYPICAL BEACON WORKFLOW
BEACON USE CASES
Mobile Proximity Marketing Micro-location and User targeting
Indoor Mapping
IBEACON
• Beacon format(protocol/firmware) introduced in Dec, 2013.
• Works with iOS and Android.
• Devices implementing iBeacon protocol can only
send one type of signal name UUID.
• Format is
– Prefix: Tells if it is just broadcasting or connecting and also contains manufacturer’s specific data
– UUID: Refers to the ID which is unique for beacons belonging to a particular
company.
– Major: Used to group beacons. For instance, all beacons in a store will have major number
– Minor: Used to identify individual beacons.
– TX Power: Is the strength of the signal measured at 1 meter from the device (RSSI – Received Signal Strength Indication). As the
strength of the signal decreases predictably as we get further, knowing the RSSI at 1 meter, and the current RSSI (we get that
information together with the received signal), it is possible to calculate the difference. iOS has this built-in, for other platforms, it
needs to be hand-coded with an algorithm.
BEACONS CONT…
• iOS extra support for iBeacon
– iOS receives notifications on the mobile app from the beacon even if the app is running in
foreground or background mode.
– Monitoring: Enables an app to know if the device enters the beacon region even if the
app is not running.
– Ranging: Once the device is in the beacon region, it
receives the signal. But for ranging the app should be
running in foreground or background.
EDDYSTONE
• A new beacon format by Google introduced in July,2015.
• It is open source and it is available on GitHub.
• Devices implementing Eddystone format can send three
types of signals
– Eddystone-UID (App Beacon): A beacon unique ID number .
– Eddystone-URL(Browser Beacon): Beacon sends a URL broadcast. So that there is no need for an
app to be installed on the mobile phone. The URL opens up in a web browser.
– Eddystone-TLM : Data obtained from sensors connected to the beacon.
It sends sensor data. This is extremely useful for companies that need to manage vast fleets
of beacons since this frame type sends diagnostic data and beacon health statistics.
EDDYSTONE VS IBEACON
Apple’s iBeacon Google’s Eddystone
Technology Built natively into Apple’s iOS 7
and later versions that allows
iPhones and iPads to constantly
scan for Bluetooth 4.0 devices.
Beacon protocol for open source
beacons.
Compatibility Android and iOS compatible, but
native only for iOS
It is Android and iOS compatible
Profile Proprietary protocol controlled
by Apple
Open-source
Published on GitHub
Ease of Use Simple to implement
Broadcasted Packets Only one kind of broadcast
packets
Supports three different kinds of
broadcast packets
Usage MobileApp is required to do a
particular task once the beaconID
is received
It supports Eddystone-URL in which a
beacon sends a URL which can be
opened directly by the browser
without the need for an app
DEVELOPING A BEACON ENABLED APP
• Based on the signal being transmitted from beacon, the mobile app can determine its
proximity to its beacon. Based on that proximity, the app can be programmed to do
something.
• Apps can be beacon enabled on devices but using the respective client SDKs for iOS and
Android provided by the beacon manufacturers.
• Beacons can either send iBeacon or Eddystone formats based on the manufacturer.
BEACON ECOSYSTEM
• A typical beacon ecosystem consists of the following
– Beacons themselves.
– Cloud based Beacon Dashboard: Web based portal where beacons can be setup and managed.
– Mobile Client SDK: iOS and Android SDK so that apps can be beacon enabled with little
addition of code.
– Content Targeting: Manage beacon to content mapping, so that appropriate content can be
shown on the mobile app.
• Companies that provide these kind of end to end solutions are
– Kontakt
– Estimote
– Sensorberg
– Gimbal
REFERENCES
• http://blog.beaconstac.com/2014/08/beacon-faqs-everything-you-need-to-know/
• https://kontakt.io/blog/eddystone-faq
• http://www.slideshare.net/smurfpoo/beacons-explained-slideshare
• http://www.slideshare.net/Kontakt_io/what-are-beacons-and-how-do-they-work
• http://www.ibeacon.com/what-is-ibeacon-a-guide-to-beacons/
• https://kontakt.io/beacon-basics/ibeacon-and-eddystone/
• http://www.slideshare.net/Dusan_Writer/ibeacon-and-bluetooth-le-an-introduction

Weitere ähnliche Inhalte

Was ist angesagt?

Introduction to Beacon technology
Introduction to Beacon technology Introduction to Beacon technology
Introduction to Beacon technology Dylan Seychell
 
Timeline of Computer History
Timeline of Computer HistoryTimeline of Computer History
Timeline of Computer Historywizbee
 
Electronics Projects List for Engineering Students
Electronics Projects List for Engineering StudentsElectronics Projects List for Engineering Students
Electronics Projects List for Engineering StudentsElectronics Hub
 
home networking
home networkinghome networking
home networkingSudeb Das
 
Home automation using internet of things
Home automation using internet of thingsHome automation using internet of things
Home automation using internet of thingsAbhishek Bhadoria
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobilesDurairaja
 
Li Fi technology abstract document
Li Fi technology abstract documentLi Fi technology abstract document
Li Fi technology abstract documentRohith Palakurthi
 
Seminar Report on Wireless Mobile Charger
Seminar Report on Wireless Mobile ChargerSeminar Report on Wireless Mobile Charger
Seminar Report on Wireless Mobile ChargerEr Amreek Singh Masoun
 
Control of lights + fan using wi fi and bluetooth
Control of lights + fan using wi fi and bluetoothControl of lights + fan using wi fi and bluetooth
Control of lights + fan using wi fi and bluetoothsvsembedded
 
Bluetooth based Home Automation
Bluetooth based Home AutomationBluetooth based Home Automation
Bluetooth based Home AutomationJagannath Kartik
 

Was ist angesagt? (20)

Advanced Wireless Technologies
Advanced Wireless TechnologiesAdvanced Wireless Technologies
Advanced Wireless Technologies
 
Introduction to Beacon technology
Introduction to Beacon technology Introduction to Beacon technology
Introduction to Beacon technology
 
Timeline of Computer History
Timeline of Computer HistoryTimeline of Computer History
Timeline of Computer History
 
Wearable system sensors
Wearable system   sensorsWearable system   sensors
Wearable system sensors
 
Wireless charging ppt
Wireless charging pptWireless charging ppt
Wireless charging ppt
 
Electronics Projects List for Engineering Students
Electronics Projects List for Engineering StudentsElectronics Projects List for Engineering Students
Electronics Projects List for Engineering Students
 
home networking
home networkinghome networking
home networking
 
Wearable tech ppt
Wearable tech pptWearable tech ppt
Wearable tech ppt
 
Listening Bug.ppt
Listening Bug.pptListening Bug.ppt
Listening Bug.ppt
 
Home automation using internet of things
Home automation using internet of thingsHome automation using internet of things
Home automation using internet of things
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobiles
 
Gi fi technology finl ppt
Gi fi technology finl pptGi fi technology finl ppt
Gi fi technology finl ppt
 
Brain chip
Brain chipBrain chip
Brain chip
 
Li Fi technology abstract document
Li Fi technology abstract documentLi Fi technology abstract document
Li Fi technology abstract document
 
Electronic skin
Electronic skinElectronic skin
Electronic skin
 
Seminar Report on Wireless Mobile Charger
Seminar Report on Wireless Mobile ChargerSeminar Report on Wireless Mobile Charger
Seminar Report on Wireless Mobile Charger
 
Power line communication
Power line communicationPower line communication
Power line communication
 
Control of lights + fan using wi fi and bluetooth
Control of lights + fan using wi fi and bluetoothControl of lights + fan using wi fi and bluetooth
Control of lights + fan using wi fi and bluetooth
 
Smart TVs
Smart TVsSmart TVs
Smart TVs
 
Bluetooth based Home Automation
Bluetooth based Home AutomationBluetooth based Home Automation
Bluetooth based Home Automation
 

Andere mochten auch

Beacons Explained Slideshare
Beacons Explained SlideshareBeacons Explained Slideshare
Beacons Explained SlideshareSarah Edwards
 
PayPal Beacon and Apple iBeacon
PayPal Beacon and Apple iBeaconPayPal Beacon and Apple iBeacon
PayPal Beacon and Apple iBeaconChitpong Wuttanan
 
What are beacons and how do they work?
What are beacons and how do they work?What are beacons and how do they work?
What are beacons and how do they work?kontakt.io
 
iBeacon and Bluetooth LE: An Introduction
iBeacon and Bluetooth LE: An Introduction iBeacon and Bluetooth LE: An Introduction
iBeacon and Bluetooth LE: An Introduction Doug Thompson
 
An introduction to Beacons
An introduction to BeaconsAn introduction to Beacons
An introduction to BeaconsDMI
 

Andere mochten auch (6)

Beacons Explained Slideshare
Beacons Explained SlideshareBeacons Explained Slideshare
Beacons Explained Slideshare
 
PayPal Beacon and Apple iBeacon
PayPal Beacon and Apple iBeaconPayPal Beacon and Apple iBeacon
PayPal Beacon and Apple iBeacon
 
What are beacons and how do they work?
What are beacons and how do they work?What are beacons and how do they work?
What are beacons and how do they work?
 
Beacon presentation final 2016
Beacon presentation final 2016Beacon presentation final 2016
Beacon presentation final 2016
 
iBeacon and Bluetooth LE: An Introduction
iBeacon and Bluetooth LE: An Introduction iBeacon and Bluetooth LE: An Introduction
iBeacon and Bluetooth LE: An Introduction
 
An introduction to Beacons
An introduction to BeaconsAn introduction to Beacons
An introduction to Beacons
 

Ähnlich wie Beacon

IBeacons and Eddystone
IBeacons and EddystoneIBeacons and Eddystone
IBeacons and EddystoneJim Bennett
 
New proximity based experiences by ios/android devices
New proximity based experiences by ios/android devicesNew proximity based experiences by ios/android devices
New proximity based experiences by ios/android devicesEri Han
 
[CocoaHeads Tricity] Estimote Beacons - world most popular iBeacon implementa...
[CocoaHeads Tricity] Estimote Beacons - world most popular iBeacon implementa...[CocoaHeads Tricity] Estimote Beacons - world most popular iBeacon implementa...
[CocoaHeads Tricity] Estimote Beacons - world most popular iBeacon implementa...Mateusz Klimczak
 
What is Eddystone
What is EddystoneWhat is Eddystone
What is Eddystonebfonics
 
Estimote beacons and simple Android application (full)
Estimote beacons and simple Android application (full)Estimote beacons and simple Android application (full)
Estimote beacons and simple Android application (full)davidepiccardi
 
Mobile Beacons 101
Mobile Beacons 101Mobile Beacons 101
Mobile Beacons 101Ben Mantooth
 
10 industries that will be disrupted by iBeacons in 2015
10 industries that will be disrupted by iBeacons in 201510 industries that will be disrupted by iBeacons in 2015
10 industries that will be disrupted by iBeacons in 2015Lukasz Felsztukier
 
How to overcome operational challenges in getting consistent beacon behavior
How to overcome operational challenges in getting consistent beacon behaviorHow to overcome operational challenges in getting consistent beacon behavior
How to overcome operational challenges in getting consistent beacon behaviorAzilen Technologies Pvt. Ltd.
 
Getting started-with-i beacon
Getting started-with-i beaconGetting started-with-i beacon
Getting started-with-i beaconwlasoi lasoi
 
Top 10 iBeacon Questions
Top 10 iBeacon QuestionsTop 10 iBeacon Questions
Top 10 iBeacon QuestionsLocly
 
Workshop: Building location-aware mobile apps with iBeacons
Workshop: Building location-aware mobile apps with iBeaconsWorkshop: Building location-aware mobile apps with iBeacons
Workshop: Building location-aware mobile apps with iBeaconsHeather Downing
 
GDG Eddystone overview Aug2016
GDG Eddystone overview Aug2016GDG Eddystone overview Aug2016
GDG Eddystone overview Aug2016David Pugh
 

Ähnlich wie Beacon (20)

IBeacons and Eddystone
IBeacons and EddystoneIBeacons and Eddystone
IBeacons and Eddystone
 
Eddystone vs i beacon
Eddystone vs i beaconEddystone vs i beacon
Eddystone vs i beacon
 
Ibeacon
IbeaconIbeacon
Ibeacon
 
New proximity based experiences by ios/android devices
New proximity based experiences by ios/android devicesNew proximity based experiences by ios/android devices
New proximity based experiences by ios/android devices
 
[CocoaHeads Tricity] Estimote Beacons - world most popular iBeacon implementa...
[CocoaHeads Tricity] Estimote Beacons - world most popular iBeacon implementa...[CocoaHeads Tricity] Estimote Beacons - world most popular iBeacon implementa...
[CocoaHeads Tricity] Estimote Beacons - world most popular iBeacon implementa...
 
What is Eddystone
What is EddystoneWhat is Eddystone
What is Eddystone
 
Estimote beacons and simple Android application (full)
Estimote beacons and simple Android application (full)Estimote beacons and simple Android application (full)
Estimote beacons and simple Android application (full)
 
14 569
14 569 14 569
14 569
 
An overview of Beacons
An overview of BeaconsAn overview of Beacons
An overview of Beacons
 
Mobile Beacons 101
Mobile Beacons 101Mobile Beacons 101
Mobile Beacons 101
 
ibeacons
ibeaconsibeacons
ibeacons
 
10 industries that will be disrupted by iBeacons in 2015
10 industries that will be disrupted by iBeacons in 201510 industries that will be disrupted by iBeacons in 2015
10 industries that will be disrupted by iBeacons in 2015
 
How to overcome operational challenges in getting consistent beacon behavior
How to overcome operational challenges in getting consistent beacon behaviorHow to overcome operational challenges in getting consistent beacon behavior
How to overcome operational challenges in getting consistent beacon behavior
 
Getting started-with-i beacon
Getting started-with-i beaconGetting started-with-i beacon
Getting started-with-i beacon
 
Top 10 iBeacon Questions
Top 10 iBeacon QuestionsTop 10 iBeacon Questions
Top 10 iBeacon Questions
 
Beacons
Beacons Beacons
Beacons
 
Workshop: Building location-aware mobile apps with iBeacons
Workshop: Building location-aware mobile apps with iBeaconsWorkshop: Building location-aware mobile apps with iBeacons
Workshop: Building location-aware mobile apps with iBeacons
 
Beacon FAQ
Beacon FAQBeacon FAQ
Beacon FAQ
 
Article
ArticleArticle
Article
 
GDG Eddystone overview Aug2016
GDG Eddystone overview Aug2016GDG Eddystone overview Aug2016
GDG Eddystone overview Aug2016
 

Kürzlich hochgeladen

Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 

Kürzlich hochgeladen (20)

Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 

Beacon

  • 1.
  • 3. AGENDA • Bluetooth Low Energy(BLE) • Three categories of Bluetooth Devices • BLE Communication • Classic Bluetooth vs Bluetooth Low Energy(BLE) • What is a Beacon? • Components of Beacon • Requirements for a Beacon • Typical Beacon Workflow • Uses of Beacon • Beacon Protocols – iBeacon – Eddystone • Developing a Beacon Enabled App • Beacon Ecosystem • References
  • 4. BLUETOOTH LOW ENERGY(BLE) A.K.A BLUETOOTH V4.0 • is a wireless Personal Area network technology specification designed by the Bluetooth Interest Group. • low power consumption and cost but maintaining the similar range of Classic Bluetooth. • aimed at applications in healthcare, fitness, security, beacons and home entertainment industries. • The following specification has been implemented by Apple and Google in iOS and Android from 4.3 onwards.
  • 5. THREE CATEGORIES OF BLUETOOTH DEVICES • Bluetooth: supporting only the “classic” mode • Bluetooth Smart: supporting only the LE mode • Bluetooth Smart Ready: supporting both “classic” and LE modes
  • 6. BLE COMMUNICATION • BLE communication consists of – Advertising : Devices which want to make themselves discoverable have to transmit periodic signals containing their identification to other devices. – Connecting: After device discovery, connection is established and it is possible to read the services that the Bluetooth device has to offer. We can use these services to read or write. • BEACONS typically don’t use connections. They only advertise and entire information related to the beacon is sent in the advertising packet itself.
  • 7. CLASSIC BLUETOOTH VS BLUETOOTH LOW ENERGY(BLE) Classic Bluetooth Bluetooth Low Energy(BLE) Pairing of Bluetooth device with the mobile phone is required before data exchange takes place. Pairing of the Bluetooth device with the mobile phone is not required. Ex:- Bluetooth speaker, Bluetooth headset Ex:- Heartbeat monitor, Blood Pressure Monitor Supports moderate data transfer rate and consumes more power. Low data transfer rate and ultra low power consumption. Known as Bluetooth v 3.0. Known as Bluetooth v 4.0.
  • 8. WHAT IS A BEACON? • A beacon is a small device that broadcasts a bluetooth signal at regular intervals which allows other devices to determine their proximity to the broadcaster. • It is a one way communication. • This signal is broadcast in a certain format, a communication protocol that describes the string of characters and numbers that make up the signal. • The common protocols that beacons use are – iBeacon by Apple – Eddystone by Google – AltBeacon by Estimote • Note that beacons do not transmit content.
  • 9. COMPONENTS OF A BEACON • Tiny computer with Bluetooth Smart connectivity. • Battery. • Firmware telling the beacon what it should do exactly. • Sensors
  • 10. REQUIREMENTS FOR A BEACON • User needs the corresponding app on the mobile phone. • The app should be ON(need not be open). • BLE should be ON in the mobile phone. • User needs a compatible BLE device ( ex:-beacon).
  • 12. BEACON USE CASES Mobile Proximity Marketing Micro-location and User targeting Indoor Mapping
  • 13. IBEACON • Beacon format(protocol/firmware) introduced in Dec, 2013. • Works with iOS and Android. • Devices implementing iBeacon protocol can only send one type of signal name UUID. • Format is – Prefix: Tells if it is just broadcasting or connecting and also contains manufacturer’s specific data – UUID: Refers to the ID which is unique for beacons belonging to a particular company. – Major: Used to group beacons. For instance, all beacons in a store will have major number – Minor: Used to identify individual beacons. – TX Power: Is the strength of the signal measured at 1 meter from the device (RSSI – Received Signal Strength Indication). As the strength of the signal decreases predictably as we get further, knowing the RSSI at 1 meter, and the current RSSI (we get that information together with the received signal), it is possible to calculate the difference. iOS has this built-in, for other platforms, it needs to be hand-coded with an algorithm.
  • 14. BEACONS CONT… • iOS extra support for iBeacon – iOS receives notifications on the mobile app from the beacon even if the app is running in foreground or background mode. – Monitoring: Enables an app to know if the device enters the beacon region even if the app is not running. – Ranging: Once the device is in the beacon region, it receives the signal. But for ranging the app should be running in foreground or background.
  • 15. EDDYSTONE • A new beacon format by Google introduced in July,2015. • It is open source and it is available on GitHub. • Devices implementing Eddystone format can send three types of signals – Eddystone-UID (App Beacon): A beacon unique ID number . – Eddystone-URL(Browser Beacon): Beacon sends a URL broadcast. So that there is no need for an app to be installed on the mobile phone. The URL opens up in a web browser. – Eddystone-TLM : Data obtained from sensors connected to the beacon. It sends sensor data. This is extremely useful for companies that need to manage vast fleets of beacons since this frame type sends diagnostic data and beacon health statistics.
  • 16. EDDYSTONE VS IBEACON Apple’s iBeacon Google’s Eddystone Technology Built natively into Apple’s iOS 7 and later versions that allows iPhones and iPads to constantly scan for Bluetooth 4.0 devices. Beacon protocol for open source beacons. Compatibility Android and iOS compatible, but native only for iOS It is Android and iOS compatible Profile Proprietary protocol controlled by Apple Open-source Published on GitHub Ease of Use Simple to implement Broadcasted Packets Only one kind of broadcast packets Supports three different kinds of broadcast packets Usage MobileApp is required to do a particular task once the beaconID is received It supports Eddystone-URL in which a beacon sends a URL which can be opened directly by the browser without the need for an app
  • 17. DEVELOPING A BEACON ENABLED APP • Based on the signal being transmitted from beacon, the mobile app can determine its proximity to its beacon. Based on that proximity, the app can be programmed to do something. • Apps can be beacon enabled on devices but using the respective client SDKs for iOS and Android provided by the beacon manufacturers. • Beacons can either send iBeacon or Eddystone formats based on the manufacturer.
  • 18. BEACON ECOSYSTEM • A typical beacon ecosystem consists of the following – Beacons themselves. – Cloud based Beacon Dashboard: Web based portal where beacons can be setup and managed. – Mobile Client SDK: iOS and Android SDK so that apps can be beacon enabled with little addition of code. – Content Targeting: Manage beacon to content mapping, so that appropriate content can be shown on the mobile app. • Companies that provide these kind of end to end solutions are – Kontakt – Estimote – Sensorberg – Gimbal
  • 19. REFERENCES • http://blog.beaconstac.com/2014/08/beacon-faqs-everything-you-need-to-know/ • https://kontakt.io/blog/eddystone-faq • http://www.slideshare.net/smurfpoo/beacons-explained-slideshare • http://www.slideshare.net/Kontakt_io/what-are-beacons-and-how-do-they-work • http://www.ibeacon.com/what-is-ibeacon-a-guide-to-beacons/ • https://kontakt.io/beacon-basics/ibeacon-and-eddystone/ • http://www.slideshare.net/Dusan_Writer/ibeacon-and-bluetooth-le-an-introduction