SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

Visible Light Communication
Visible Light CommunicationVisible Light Communication
Visible Light Communication
Ashwin Shenoy M
 
Parabolic Reflectors
Parabolic ReflectorsParabolic Reflectors
Parabolic Reflectors
rub8584
 

Tendances (20)

EC6602-Antenna fundamentals
EC6602-Antenna fundamentals EC6602-Antenna fundamentals
EC6602-Antenna fundamentals
 
Mobility
MobilityMobility
Mobility
 
BEACON TECHNOLOGY OVERVIEW
BEACON TECHNOLOGY OVERVIEWBEACON TECHNOLOGY OVERVIEW
BEACON TECHNOLOGY OVERVIEW
 
Visible Light Communication
Visible Light CommunicationVisible Light Communication
Visible Light Communication
 
visible light communication
visible light communicationvisible light communication
visible light communication
 
CNTFET
CNTFETCNTFET
CNTFET
 
Moletronics
MoletronicsMoletronics
Moletronics
 
Fabry perot etalon
Fabry perot etalonFabry perot etalon
Fabry perot etalon
 
SMD Film Vs MLCC
SMD Film Vs MLCCSMD Film Vs MLCC
SMD Film Vs MLCC
 
Near field communication (nfc) technology
Near field communication (nfc) technologyNear field communication (nfc) technology
Near field communication (nfc) technology
 
applications of photodetectors
applications of photodetectorsapplications of photodetectors
applications of photodetectors
 
Using polysilicon as a gate contact instead of metal in CMOS
Using polysilicon as a gate  contact instead of metal in CMOSUsing polysilicon as a gate  contact instead of metal in CMOS
Using polysilicon as a gate contact instead of metal in CMOS
 
Antenna basics from-r&s
Antenna basics from-r&sAntenna basics from-r&s
Antenna basics from-r&s
 
Parabolic Reflectors
Parabolic ReflectorsParabolic Reflectors
Parabolic Reflectors
 
Metasurface Hologram Invisibility - ppt
Metasurface Hologram Invisibility -  pptMetasurface Hologram Invisibility -  ppt
Metasurface Hologram Invisibility - ppt
 
Antennas and Wave Propagation
Antennas and Wave Propagation Antennas and Wave Propagation
Antennas and Wave Propagation
 
Stefan's constant
Stefan's constantStefan's constant
Stefan's constant
 
OFC
OFCOFC
OFC
 
Wireless display board
Wireless display boardWireless display board
Wireless display board
 
Vlsi 2
Vlsi 2Vlsi 2
Vlsi 2
 

En vedette

En vedette (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
 

Similaire à Beacon

Beacons
Beacons Beacons
Beacons
Rahul Dhabhai
 
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
Heather Downing
 

Similaire à 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
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Dernier (20)

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
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...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
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...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
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
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
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
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

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