Near Field Comunications

Size: px
Start display at page:

Download "Near Field Comunications"

Transcription

1 Near Field Comunications Bridging the Physical and Virtual Worlds This is going to get interesting! Siamak Ashrafi

2 NFC Definition Near field communication, or NFC, is a set of short-range wireless technologies, typically requiring a distance of 4 cm or less. NFC operates at MHz and at rates ranging from 106 kbit/s to 848 kbit/s Globally available and unlicensed! NFC always involves an initiator and a target; the initiator actively generates an RF field that can power a passive target (tags, stickers, key fobs, or cards) that do not require batteries. NFC peer-to-peer communication is also possible, where both devices are powered. NFC device work on a close range that I call near-to-near

3 Communication Supported data rates: 106, 212, 424 or 848 kbit/s Passive Communication Mode: The Initiator device provides a carrier field and the target device answers by modulating the existing field. In this mode, the Target device may draw its operating power from the Initiator-provided electromagnetic field, thus making the Target device a transponder. Active Communication Mode: Both Initiator and Target device communicate by alternately generating their own fields. A device deactivates its RF field while it is waiting for data. In this mode, both devices typically have power supplies.

4 Relations Compared to other wireless technologies such as Bluetooth or WiFi, NFC provides much lower bandwidth and range, but enables low-cost, un-powered targets and does not require discovery or pairing. Interactions can be initiated with just a tap. RFID NFC is compatible with existing passive RFID (13.56 MHz ISO/IEC ) infrastructures. Unlike RFID, NFS is read/writer! Bluetooth Bluetooth pairing: in the future, pairing of Bluetooth 2.1 devices with NFC support will be as easy as bringing them close together and accepting the pairing. The process of activating Bluetooth on both sides, searching, waiting, pairing and authorization will be replaced by simply bringing the mobile phones close to each other. NFS does not need a GUI!

5 Patents & Standards Patents: Sony & Phillips building on their RFID work. A patent licensing program for NFC is currently under development by Via Licensing Corporation, an independent subsidiary of Dolby Laboratories. Standards: NFC is an open platform technology standardized in ECMA-340 and ISO/IEC These standards specify the modulation schemes, coding, transfer speeds and frame format of the RF interface of NFC devices, as well as initialization schemes and conditions required for data collision-control during initialization for both passive and active NFC modes. Furthermore, they also define the transport protocol, including protocol activation and data-exchange methods.

6

7 Market It is BIG

8 NFC & Android A team from Stanford's MobiSocial lab has developed two applications for the Google Nexus S that use NFC's peer-topeer capability: A phone-to-phone file transfer service and a collaborative whiteboard. The first NFC Android applications have appeared in Google's Android Market. One, the U.S.-based EnableTable, is an app designed for American restaurant owners who want to offer discounts to their regular customers. The second, a Japanese app called Taglet, lets you register NFC devices with its service, which, when read, will retrieve stored data like a website address or contact information.

9 Keys, ID, Credit Cards & Phone Everything is password protected

10 Square and NFC Most of the attention focuses on NFC (Near Field Communications), which is being built into forthcoming version of mobile devices and will obviate the need for solutions such as Square. Rabois dismisses all such talk and argues that the consumers as such are still going to have to carry debit cards, driver licenses and other such cards, which means the wallet as we know it isn t going to go away. As long as there are cards with magnetic strips, readers such as Square and the back-end services that support them are going to be in demand.

11 NFC & Healthcare

12 NFC & Healthcare

13 Working with Data on NFC Tags Data on NFC tags are encoded in raw bytes, so you must convert the bytes to something human readable if you are presenting the data to the user. When writing to NFC tags, you must write them in bytes as well. Android provides APIs to help write messages that conform to the NDEF standard, which was developed by the NFC Forum to standardized data on tags. Using this standard ensures that your data will be supported by all Android NFC devices if you are writing to tags.

14 Tag Dispatch System Always try to use: Android Application Records

15 API Overview

16

17

18

19 Reading an NFC Tag When a device comes in proximity to an NFC tag, the appropriate intent is started on the device, notifying interested applications that a NFC tag was scanned. By previously declaring the appropriate intent filter in your AndroidManifest.xml file or using foreground dispatching, your application can request to handle the intent.

20 Writing to an NFC Tag Writing to an NFC tag involves constructing your NDEF message in bytes and using the appropriate tag technology for the tag that you are writing to.

21 NFCDemo TagViewer an Activity that handles a broadcast of a new tag that the device just discovered, parses it, and displays its record contents in alistactivity NdefMessageParser parses the record type of records within the NDEF message. ParsedNdefRecord an interface implemented by all parsed NdefRecord types. SmartPoster a representation of an NFC Forum Smart Poster Record Type. TextRecord a representation of an NFC Forum Text Record Type. UriRecord a representation of an NFC Forum Uri Record Type. FakeTagsActivity A activity that launches tags as if they had been scanned. This is useful if you don't have access to NFC enabled device or tag. MockNdefMessages this class provides a list of fake NFC Ndef format Tags.

22 Peer-to-Peer Data Exchange Support for simple peer-to-peer data exchange is supported by the foreground push feature The Activity that is pushing the data must be in the foreground You must encapsulate the data that you are sending in an NdefMessage object The NFC device that is receiving the pushed data (the scanned device) must support the com.android.npp NDEF push protocol, which is optional for Android devices.

23 Google Beam Demo code:

24 Card Emulation Citi MasterCard or the Google Prepaid Card

25 NFC Summary Q&A Sample Code, Documentation

How to NFC. Nick Pelly & Jeff Hamilton May 10 th, feedback: hashtags: #io2011 #Android questions:

How to NFC. Nick Pelly & Jeff Hamilton May 10 th, feedback:  hashtags: #io2011 #Android questions: How to NFC Nick Pelly & Jeff Hamilton May 10 th, 2011 feedback: http://goo.gl/syzqy hashtags: #io2011 #Android questions: http://goo.gl/mod/ekbn Agenda What is NFC Why use NFC How to NFC 101 How to NFC

More information

HAKI-NFC BASED ANDROID APPLICATION

HAKI-NFC BASED ANDROID APPLICATION HAKI-NFC BASED ANDROID APPLICATION JAIKISHAN KHATWANI 1, ABHISHEK SINGH 2, HRISHIKESH RANGDALE 3, KAMLESH JUWARE 4 & ISHAN ALONE 5 1,2,3,4&5 Department of Information Technology, Mumbai University, FR.

More information

NEAR FIELD COMMUNICATION

NEAR FIELD COMMUNICATION NEAR FIELD COMMUNICATION (GUIDED BY:MISS ANUJA V NAIR) BY: REJOY MENDEZ ROLL NO:24 S7 ECE OVERVIEW INTRODUCTION FEATURES OF NFC TECHNOLOGICAL OVERVIEW COMPARISON WITH OTHER TECHNOLOGY SECURITY ASPECTS

More information

Near Field Communication: IoT with NFC. Dominik Gruntz Fachhochschule Nordwestschweiz Institut für Mobile und Verteilte Systeme

Near Field Communication: IoT with NFC. Dominik Gruntz Fachhochschule Nordwestschweiz Institut für Mobile und Verteilte Systeme Near Field Communication: IoT with NFC Dominik Gruntz Institut für Mobile und Verteilte Systeme NFC Experience at FHNW 2005/06 First NFC demonstrator (with Siemens CX70 Emoty) NFC was included in a removable

More information

Fundamentals of Near Field Communication (NFC) Tvrtko Barbarić NXP Semiconductors

Fundamentals of Near Field Communication (NFC) Tvrtko Barbarić NXP Semiconductors Fundamentals of Near Field Communication (NFC) Tvrtko Barbarić NXP Semiconductors Automotive Identification Wireless Infrastructure Lighting Industrial Mobile Consumer Computing Global player with local

More information

NFC Technology Overview Jonathan Main MasterCard Worldwide Chairman, Technical Committee

NFC Technology Overview Jonathan Main MasterCard Worldwide Chairman, Technical Committee NFC Technology Overview Jonathan Main MasterCard Worldwide Chairman, Technical Committee September 2009 Agenda Review of Use Cases Architecture Overview Relationship to Other Standards Status of NFC Forum

More information

NFC is the double click in the internet of the things

NFC is the double click in the internet of the things NFC is the double click in the internet of the things Name Frank Graeber, Product Manager NFC Subject 3rd Workshop on RFID Systems and Technologies Date 12.06.2007 Content NFC Introduction NFC Technology

More information

The State of Android Near Field Communication Jonas Estberger Bespoke Code

The State of Android Near Field Communication Jonas Estberger Bespoke Code The State of Android Near Field Communication 2010 Jonas Estberger Bespoke Code Introduction Scope With Android version 2.3 (Gingerbread) Google introduced Near Field Communication (NFC) support. This

More information

Mobile Security Fall 2014

Mobile Security Fall 2014 Mobile Security Fall 2014 Patrick Tague Class #8 NFC & Mobile Payment 1 Announcements Reminder: first group of SoW presentations will be today, starting ~1/2 way through class Written SoW is a separate

More information

Alpha Scanner Pro User manual

Alpha Scanner Pro User manual WWW.MYALPHALABS.COM Alpha Scanner Pro User manual myalphalabs, #105, 1 st Floor, Meenaakshi Paradise Apartment, 2 nd Main, 3 rd Block, Hosapalya Main Road, Yellukunte. Bangalore, INDIA. Pin Code 560068.

More information

NEAR FIELD COMMUNICATION - THE FUTURE TECHNOLOGY FOR AN INTERACTIVE WORLD

NEAR FIELD COMMUNICATION - THE FUTURE TECHNOLOGY FOR AN INTERACTIVE WORLD Int. J. Engg. Res. & Sci. & Tech. 2013 Jignesh Patel and Badal Kothari, 2013 Research Paper ISSN 2319-5991 www.ijerst.com Vol. 2, No. 2, May 2013 2013 IJERST. All Rights Reserved NEAR FIELD COMMUNICATION

More information

Current Benefits and Future Directions of NFC Services

Current Benefits and Future Directions of NFC Services Current Benefits and Future Directions of NFC Services Kerem Ok, Vedat Coskun, Mehmet N. Aydin, Busra Ozdenizci www.nfclab.com ISIK University, Istanbul ICEMT 2010 International Conference on Education

More information

The COMPLETE GUIDE NFC VERSION 1.0 PUBLISHED 09/13/18

The COMPLETE GUIDE NFC VERSION 1.0 PUBLISHED 09/13/18 The COMPLETE GUIDE to NFC VERSION 1.0 PUBLISHED 09/13/18 TABLE of CONTENTS 03 15 WHAT IS NFC 04 Form Factors 05 Tech Specs 06 Scanning and Interactivity GETTING STARTED 07 08 09 iphone Android Popularity

More information

Mobile and Ubiquitous Computing CS 525M: P2P Micro Interactions with NFC Enabled Mobile Phones

Mobile and Ubiquitous Computing CS 525M: P2P Micro Interactions with NFC Enabled Mobile Phones Mobile and Ubiquitous Computing CS 525M: P2P Micro Interactions with NFC Enabled Mobile Phones Hiromu Enoki Computer Science Dept. Worcester Polytechnic Institute (WPI) 1 Introduction Near Field Communication

More information

EMBEDDED SYSTEMS PROGRAMMING Accessing Hardware

EMBEDDED SYSTEMS PROGRAMMING Accessing Hardware EMBEDDED SYSTEMS PROGRAMMING 2016-17 Accessing Hardware HARDWARE LIST Accelerometer Vector magnetometer (compass) Gyroscope GPS and/or other location facilities (Front/rear) camera Microphone Speaker Battery

More information

Linux NFC Subsystem. Lauro Ramos Venancio Samuel Ortiz 2011, September 9th

Linux NFC Subsystem. Lauro Ramos Venancio Samuel Ortiz 2011, September 9th Lauro Ramos Venancio Samuel Ortiz 2011, September 9th What is NFC? NFC means Near Field Communication It is a short-range wireless communication It operates at 13.56 MHz Data rates from 106 kbits/s to

More information

Security of NFC payments

Security of NFC payments Security of NFC payments Olga Korobova Department of Computer Science University of Massachusetts Amherst Abstract Our research objective was to examine the security features implemented by the bank cards

More information

GOOGLE WALLET. Hardik Mangukiya ABSTRACT INDIA

GOOGLE WALLET. Hardik Mangukiya ABSTRACT INDIA GOOGLE WALLET Hardik Mangukiya INDIA ABSTRACT Over the past few thousand years of evolution, the way we pay has changed shapes and materials. It has gone from gold to coins, paper money to plastic cards

More information

Advances with Osaifu-Keitai Starting Services Supporting NFC (Type A/B) on NTT DOCOMO UIM Cards. contactless IC cards that is being adopted

Advances with Osaifu-Keitai Starting Services Supporting NFC (Type A/B) on NTT DOCOMO UIM Cards. contactless IC cards that is being adopted Type A/B GP TSM Advances with Osaifu-Keitai Starting Services Supporting NFC (Type A/B) on NTT DOCOMO UIM Cards The Osaifu-Keitai service currently being provided in Japan is based on the FeliCa *1 mobile

More information

Prepaid Energy System

Prepaid Energy System Prepaid Energy System Group 21 Youssef Ojeil (EE) Michael Cuervo (EE) MD.S. Rahaman (EE) Sahin Okur (EE) Sponsored by: Supervised by Dr. Chung-Yong Chan Goals and Objectives Alternative pre-paid solution

More information

Implementations, simplifications and evaluations around Nfc on Android

Implementations, simplifications and evaluations around Nfc on Android Mid Sweden University Institute of technology and media (ITM) Author: Johan Deckmar E-mail address: deckmar@gmail.com Study program: Master of Science in Engineering - Computer Engineering, 300 higher

More information

Attacks on NFC enabled phones and their countermeasures

Attacks on NFC enabled phones and their countermeasures Attacks on NFC enabled phones and their countermeasures Arpit Jain: 113050028 September 3, 2012 Philosophy This survey explains NFC, its utility in real world, various attacks possible in NFC enabled phones

More information

Connecting to the future ELATEC RFID SYSTEMS

Connecting to the future ELATEC RFID SYSTEMS Connecting to the future ELATEC RFID SYSTEMS ELATEC GmbH Enabling success RFID SYSTEMS Focus on the goal Adaptable to our customer s requirements, Elatec products and technologies are the core that has

More information

C.L.A.I.M Computerized Luggage and Information Messenger

C.L.A.I.M Computerized Luggage and Information Messenger C.L.A.I.M Computerized Luggage and Information Messenger (Group 10) Ernest Jackman - Electrical Engineer Adrian McGrath - Computer Engineer Tomasz Pytel - Computer Engineer Intro -Problem: Baggage Claim

More information

DT400 Series Software Utility Manual Last Updated: May 23, 2013

DT400 Series Software Utility Manual Last Updated: May 23, 2013 For Windows Mobile 6 Using the System Utility The System Utility program can be launched by pressing the front button to allow user enable/disable WiFi, Bluetooth, RFID, MSR and Scanner, adjust the LCD

More information

NFC Lab Michel Simatic

NFC Lab Michel Simatic Michel Simatic 15/01/2015 Table of contents RFID versus NFC High level interactions with tags Touchatag (Tikitag) / Mir:ror Smart posters Low level interactions with tags Card readers Tags Medium level

More information

NFC ESSENTIALS JORDI JOFRE NFC EVERYWHERE MARCH 2018 PUBLIC

NFC ESSENTIALS JORDI JOFRE NFC EVERYWHERE MARCH 2018 PUBLIC NFC ESSENTIALS JORDI JOFRE NFC EVERYWHERE MARCH 2018 PUBLIC Learn all about NFC Session I, 15th March NFC applications and use cases https://attendee.gotowebinar.com/rt/1059402932312036099 Session II,

More information

Contents. Preface. Acknowledgments. xxiii. List of Acronyms i xxv

Contents. Preface. Acknowledgments. xxiii. List of Acronyms i xxv Preface xv Acknowledgments. xxiii List of Acronyms i xxv 1 Executive Summary 1 1.1 Towards NFC Era 2 1.1.1 Ubiquitous Computing 2 1.1.2 Mobile Phones 3 1.1.3 Technological Motivation of NFC 4 1.1.4 Wireless

More information

Overview RFID-Systems

Overview RFID-Systems Overview RFID-Systems MSE, Rumc, RFID, 1 References [1] Klaus Finkenzeller, RFID-Handbuch, 5. Auflage, Hanser, 2008. [2] R. Küng, M. Rupf, RFID-Blockkurs, ergänzende MSE-Veranstaltung, ZHAW, 2009. [3]

More information

NFC Memories and Transceivers

NFC Memories and Transceivers NFC Memories and Transceivers Product presentation January 2015 New market dynamics 2 From RFID driven (2010) to NFC driven (2014) Manufacturing and logistics Limited RFID adoption, no NFC High cost of

More information

Wireless (NFC, RFID, Bluetooth LE, ZigBee IP, RF) protocols for the Physical- Data Link layer communication technologies

Wireless (NFC, RFID, Bluetooth LE, ZigBee IP, RF) protocols for the Physical- Data Link layer communication technologies Wireless (NFC, RFID, Bluetooth LE, ZigBee IP, RF) protocols for the Physical- Data Link layer communication technologies 1 Connected devices communication to the Local Network and Gateway 1 st to i th

More information

Specifications and Application Documents. Laurent Sourgen NFC Forum Board Member STMicroelectronics

Specifications and Application Documents. Laurent Sourgen NFC Forum Board Member STMicroelectronics Specifications and Application Documents Laurent Sourgen NFC Forum Board Member STMicroelectronics April 13, 2012 NFC Forum Architecture Reader/Writer Mode 2 NFC Forum Architecture Reference Applications

More information

CS 403X Mobile and Ubiquitous Computing Lecture 14: Google Places, Other Useful Android APIs and Cool Location Aware Apps Emmanuel Agu

CS 403X Mobile and Ubiquitous Computing Lecture 14: Google Places, Other Useful Android APIs and Cool Location Aware Apps Emmanuel Agu CS 403X Mobile and Ubiquitous Computing Lecture 14: Google Places, Other Useful Android APIs and Cool Location Aware Apps Emmanuel Agu Google Places Place: physical space that has a name (e.g. local businesses,

More information

NFC Based Android Mobile Healthcare System in Multi-Agent Environment

NFC Based Android Mobile Healthcare System in Multi-Agent Environment NFC Based Android Mobile Healthcare System in Multi-Agent Environment Ayman M Mansour Abstract In this paper a new healthcare system has been proposed that will provide patients with a NFC tag. The NFC

More information

Smart Card meets Connectivity New Opportunities in Mobile Business with NFC Technology. Smart Card Alliance2005 Fall Annual Conference Martin Bührlen

Smart Card meets Connectivity New Opportunities in Mobile Business with NFC Technology. Smart Card Alliance2005 Fall Annual Conference Martin Bührlen Smart Card meets Connectivity New Opportunities in Mobile Business with NFC Technology Smart Card Alliance2005 Fall Annual Conference Martin Bührlen Agenda NFC Technology Use Cases Implications for the

More information

The NFC Forum NFC Technology for Developers

The NFC Forum NFC Technology for Developers The NFC Forum NFC Technology for Developers 7 October 2008 Audio Tips All audio comes through your computer Use your computer mixer to adjust master volume Use Webcast reader audio slide top center of

More information

Bluetooth mobile solutions APPLICATION NOTE / FAQ. Page 1 on 24

Bluetooth mobile solutions APPLICATION NOTE / FAQ. Page 1 on 24 Bluetooth mobile solutions APPLICATION NOTE / FAQ Page 1 on 24 Table of Contents I. Introduction... 5 II. Bluetooth Smart technology General principles... 5 III. Frequently Asked Questions... 5 A. STid

More information

ISO / NFC Standards and Specifications Overview. NFC/RFID Training Module #1 (2014) S2 MCU NFC/RFID Applications Team

ISO / NFC Standards and Specifications Overview. NFC/RFID Training Module #1 (2014) S2 MCU NFC/RFID Applications Team ISO / NFC Standards and Specifications Overview NFC/RFID Training Module #1 (2014) S2 MCU NFC/RFID Applications Team HF RFID ISO STANDARDS HF RFID ISO Standards Overview The main worldwide accepted High

More information

Bluetooth: What does it really do and will it be replaced?

Bluetooth: What does it really do and will it be replaced? Bluetooth: What does it really do and will it be replaced? By James Rogerson January 29, 2014Mobile phones A look at the ins and outs of Bluetooth and what its future hold Bluetooth is old and it might

More information

ACR1252U. NFC Forum Certified Reader. Technical Specifications V1.03. Subject to change without prior notice.

ACR1252U. NFC Forum Certified Reader. Technical Specifications V1.03. Subject to change without prior notice. ACR1252U NFC Forum Certified Reader Technical Specifications V1.03 Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Typical Applications... 5 4.0.

More information

Carleton University CU Maps Author: Angel Hernandes Dr Michel Barbeau, School of Computer Science April 2nd, 2014

Carleton University CU Maps Author: Angel Hernandes Dr Michel Barbeau, School of Computer Science April 2nd, 2014 Carleton University CU Maps Author: Angel Hernandes Dr Michel Barbeau, School of Computer Science April 2nd, 2014 Page 1 of 33 Abstract Contained in this report is the information relating to the CU Maps

More information

Putting NFC Forum Specifications to Work

Putting NFC Forum Specifications to Work Putting NFC Forum Specifications to Work 16 March 2011 Moderator Ruth Cassidy PR Director NFC Forum ruth.cassidy@nfc-forum.org 2 Audio Tips Audio may come through your computer or you may call in Use your

More information

32. And this is an example on how to retrieve the messages received through NFC.

32. And this is an example on how to retrieve the messages received through NFC. 4. In Android applications the User Interface (UI) thread is the main thread. This thread is very important because it is responsible with displaying/drawing and updating UI elements and handling/dispatching

More information

Near Field Communication Security

Near Field Communication Security Near Field Communication Security Thomas Patzke 22.04.2015 Who am I... Thomas Patzke (formerly Skora) Who am I... Thomas Patzke (formerly Skora) Started with security related topics somewhere in the 90s

More information

Dell EMC OpenManage Mobile. Version 3.0 User s Guide (Android)

Dell EMC OpenManage Mobile. Version 3.0 User s Guide (Android) Dell EMC OpenManage Mobile Version 3.0 User s Guide (Android) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

NFC DESIGN FOR ATTENDANCE SYSTEM IN THE UNIVERSITY

NFC DESIGN FOR ATTENDANCE SYSTEM IN THE UNIVERSITY International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 6, June 2018, pp. 566 571, Article ID: IJMET_09_06_065 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=6

More information

Android File Management & Sharing

Android File Management & Sharing Sun City Summerlin Computer Club Seminar Android File Management & Sharing Tom Burt December 27 th, 2018 Agenda Android Networking Overview Connecting to a WiFi Router Getting Android Apps File Management

More information

C.L.A.I.M Computerized Luggage and Information Messenger

C.L.A.I.M Computerized Luggage and Information Messenger C.L.A.I.M Computerized Luggage and Information Messenger (Group 10) Ernest Jackman - Electrical Engineer Adrian McGrath - Computer Engineer Tomasz Pytel - Computer Engineer Intro -Problem: Baggage Claim

More information

Beyond Payment: Secure NFC applications and their relation to RFID

Beyond Payment: Secure NFC applications and their relation to RFID Powering the trusted identities of the world s people, places & things Beyond Payment: Secure NFC applications and their relation to RFID Richard Aufreiter, Director Product Management - IDT June 27, 2017

More information

LOW ENERGY ANDROID GAMEPAD

LOW ENERGY ANDROID GAMEPAD LOW ENERGY ANDROID GAMEPAD Marty Lewis Andrzej Forys FUNCTIONAL DESCRIPTION Project Idea: Low power, wireless, silicone game pad for Android Devices Ergonomic fit with standard controller layout Six buttons

More information

Let s Hack NFC. How does NFC work? How could we hack it? Where are the weaknesses? What are the security implications?

Let s Hack NFC. How does NFC work? How could we hack it? Where are the weaknesses? What are the security implications? Geoffrey Vaughan Let s Hack NFC How does NFC work? How could we hack it? Where are the weaknesses? What are the security implications? Security Compass and NFC Currently we are devoting a lot of energy

More information

NFC PAIRING FOR AUDIO DEVICES

NFC PAIRING FOR AUDIO DEVICES NFC PAIRING FOR AUDIO DEVICES JORDI JOFRE NFC READERS NFC EVERYWHERE 23/05/2017 WEBINAR SERIES: HOW TO BUILD NFC APPLICATIONS PUBLIC Agenda NFC solution for easy Bluetooth and WiFi pairing. Multi-audio

More information

NFC Forum News Conference. June 5, 2006

NFC Forum News Conference. June 5, 2006 NFC Forum News Conference June 5, 2006 The NFC Forum: Who We Are and Where We Are Going Christophe Duverne, NFC Forum Chairman Philips Semiconductors Today s Agenda Introduction to the NFC Forum Christophe

More information

Smart Campus an Android and Web based Application using. IoT and NFC Technology

Smart Campus an Android and Web based Application using. IoT and NFC Technology Smart Campus an Android and Web based Application using IoT and NFC Technology Shyam Ambilkar 1, Shivkumar Hegonde 1, Rutuja Therade 1, Surbhi Lingamwar 1 ------------------------------------------------------------------------------***------------------------------------------------------------------------------

More information

Secure Elements 101. Sree Swaminathan Director Product Development, First Data

Secure Elements 101. Sree Swaminathan Director Product Development, First Data Secure Elements 101 Sree Swaminathan Director Product Development, First Data Secure Elements Secure Element is a tamper resistant Smart Card chip that facilitates the secure storage and transaction of

More information

Security in NFC Readers

Security in NFC Readers Security in Readers Public Content and security, a different kind of wireless Under the hood of based systems Enhancing the security of an architecture Secure data exchange Information security goals Cryptographic

More information

Chapter 2 Basics. 2.1 Smartcards. This chapter summarizes basic concepts of smartcards, Near Field Communication (NFC) and payment cards.

Chapter 2 Basics. 2.1 Smartcards. This chapter summarizes basic concepts of smartcards, Near Field Communication (NFC) and payment cards. Chapter 2 Basics This chapter summarizes basic concepts of smartcards, Near Field Communication (NFC) and payment cards. 2.1 Smartcards Smartcards are identification cards equipped with a microchip (integrated

More information

Dual Interface EEPROM

Dual Interface EEPROM Dual Interface EEPROM Evaluation kits and boards 2 I²C interface EEPROM RF interface 3 Evaluation kits Evaluation kits 4 Demonstration kit Development kit Purpose Evaluation, proof-of-concept Development,

More information

CS378 -Mobile Computing. What's Next?

CS378 -Mobile Computing. What's Next? CS378 -Mobile Computing What's Next? Fragments Added in Android 3.0, a release aimed at tablets A fragment is a portion of the UI in an Activity multiple fragments can be combined into multi-paned UI fragments

More information

HOW TO INTEGRATE NFC CONTROLLERS IN LINUX

HOW TO INTEGRATE NFC CONTROLLERS IN LINUX HOW TO INTEGRATE NFC CONTROLLERS IN LINUX JORDI JOFRE NFC READERS NFC EVERYWHERE 28/09/2017 WEBINAR SERIES: NFC SOFTWARE INTEGRATION PUBLIC Agenda NFC software integration webinar series Session I, 14th

More information

NFC Forum Specifications to Build Solutions and Ensure the Global Interoperability of NFC. John Hillan Qualcomm (UK) Ltd. Chair, Technical Committee

NFC Forum Specifications to Build Solutions and Ensure the Global Interoperability of NFC. John Hillan Qualcomm (UK) Ltd. Chair, Technical Committee NFC Forum Specifications to Build Solutions and Ensure the Global Interoperability of NFC John Hillan Qualcomm (UK) Ltd. Chair, Technical Committee 28th September, 2012 NFC Forum Mission and Goals The

More information

NFC Equipped Smartphones

NFC Equipped Smartphones NFC Equipped Smartphones A two-edged sword for library RFID systems VALA Conference 2014 www.sybis.com.au NFC equipped Smartphones NFC Card Emulation Mode Near Field Communications n A form of RFID contactless

More information

USING REFLECTOR 2, REFLECTOR DIRECTOR AND REFLECTOR STUDENT IN THE CLASSROOM

USING REFLECTOR 2, REFLECTOR DIRECTOR AND REFLECTOR STUDENT IN THE CLASSROOM R R USING REFLECTOR 2, REFLECTOR DIRECTOR AND REFLECTOR STUDENT IN THE CLASSROOM ABOUT THIS GUIDE This guide explains several important components of Reflector 2 in the classroom, including: Accessing

More information

A Tool for the Tag Management for the Building of Smart Environments

A Tool for the Tag Management for the Building of Smart Environments A Tool for the Tag Management for the Building of Smart Environments Pilar Castro Garrido, Guillermo Matas Miraz, Irene Luque Ruiz and Miguel Ángel Gómez-Nieto University of Córdoba. Department of Computing

More information

ACR1251U-A1 USB NFC Reader with SAM Slot

ACR1251U-A1 USB NFC Reader with SAM Slot ACR1251U-A1 USB NFC Reader with SAM Slot Technical Specifications V1.05 Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Typical Applications... 5

More information

ACR1255U-J1 Secure Bluetooth NFC Reader

ACR1255U-J1 Secure Bluetooth NFC Reader ACR1255U-J1 Secure Bluetooth NFC Reader Technical Specifications V1.07 Subject to change without prior notice Table of Contents 1.0. Introduction... 3 1.1. Smart Card Reader... 3 1.2. Compact Design...

More information

3 Citi Wallet Service - FAQ. 1) Get Started Q1. How can I become a 3 Citi Wallet user?

3 Citi Wallet Service - FAQ. 1) Get Started Q1. How can I become a 3 Citi Wallet user? 3 Citi Wallet Service - FAQ 1) Get Started Q1. How can I become a 3 Citi Wallet user? You will need a(n): 3 Citi Wallet supported NFC-enabled Android smartphone or an iphone (4 or above) 3HK monthly mobile

More information

ON!Track smart tag AI T380 English

ON!Track smart tag AI T380 English ON!Track smart tag AI T380 English 1 Information about the documentation 1.1 About this documentation Read this documentation before initial operation or use. This is a prerequisite for safe, trouble-free

More information

Understanding idrac Quick Sync 2

Understanding idrac Quick Sync 2 Understanding idrac Quick Sync 2 Enhanced Wireless Configuration, Monitoring, and Troubleshooting Dell Engineering June 2017 Authors Manoj Malhotra Virender Sharma Sudhir Shetty David Warden A Dell EMC

More information

Corey Benninger Max Sobell

Corey Benninger Max Sobell Corey Benninger Max Sobell NFC Overview What is NFC? Hardware basics behind NFC Antennas and waveforms Tags and access control NFC Data Exchange Format (NDEF) NFC Application Attacks Privacy Mobile Wallets

More information

Adopting Mobile Credentials Into Your Access Control Infrastructure

Adopting Mobile Credentials Into Your Access Control Infrastructure Adopting Mobile Credentials Into Your Access Control Infrastructure Jeremy Earles Credentials Business Leader, Allegion 1 Overview Security Where do we start? Evolution of the credential Convenience The

More information

Will Mobile Phones Replace Cards?

Will Mobile Phones Replace Cards? Will Mobile Phones Replace Cards? Bastian Knoppers, Senior Vice President Card Personalization and Fulfillment, FIS Soren Bested, Managing Director Monitise Americas Kevin Morrison, Senior Vice President

More information

Current Benefits and Future Directions of NFC Services

Current Benefits and Future Directions of NFC Services Current Benefits and Future Directions of NFC Services Kerem OK, Vedat COSKUN, Mehmet N. AYDIN, and Busra OZDENIZCI Department of Information Technologies, ISIK University Istanbul, Turkey { keremok vedatcoskun

More information

The team has extensive expertise in microcontrollers, embedded systems design and wireless technologies like NFC, Bluetooth and Wi-Fi.

The team has extensive expertise in microcontrollers, embedded systems design and wireless technologies like NFC, Bluetooth and Wi-Fi. 1 IoTize SAS is a startup based in the Alps near Grenoble, France. The company was founded in February 2017. Its staff doubled in size in its first year, growing to 11 employees 80% of these in R&D. The

More information

Keep this information secure

Keep this information secure NCB mpos User Guide NCB mpos Solution NCB mpos is a mobile payments platform which allows you to process payments securely from almost anywhere at any time. The lightweight card reader easily connects

More information

CS 4518 Mobile and Ubiquitous Computing Lecture 15: Final Project Slides/Paper, Other Ubicomp Android APIs Emmanuel Agu

CS 4518 Mobile and Ubiquitous Computing Lecture 15: Final Project Slides/Paper, Other Ubicomp Android APIs Emmanuel Agu CS 4518 Mobile and Ubiquitous Computing Lecture 15: Final Project Slides/Paper, Other Ubicomp Android APIs Emmanuel Agu The Rest of the Class The Rest of this class Part 1: Course and Android Introduction

More information

LOW ENERGY ANDROID GAMEPAD

LOW ENERGY ANDROID GAMEPAD LOW ENERGY ANDROID GAMEPAD Marty Lewis Andrzej Forys FUNCTIONAL DESCRIPTION Project Idea: Low power, wireless, silicone game pad for Android Devices Ergonomic fit with standard controller layout Six buttons

More information

}w!"#$%&'()+,-./012345<ya

}w!#$%&'()+,-./012345<ya MASARYK UNIVERSITY FACULTY OF INFORMATICS }w!"#$%&'()+,-./012345

More information

NTAG for Electronics. James Zhu Business Development Manager Business Unit Identification

NTAG for Electronics. James Zhu Business Development Manager Business Unit Identification NTAG for Electronics James Zhu Business Development Manager Business Unit Identification Agenda NFC market at a glance NTAG portfolio NTAG 21xF NTAG I²C NFC market at a glance Mobile is the New Computing

More information

ALR-S350 Sled Handheld Universal Mobile RFID without the Hassle

ALR-S350 Sled Handheld Universal Mobile RFID without the Hassle ALR-S350 Sled Handheld The ALR-S350 is a robust, simple to use UHF passive RFID sled designed for all day intensive use. The sled characteristics provides the flexibility to use your preferred operating

More information

GIANT PRO. User Guide STD_REV1.0

GIANT PRO. User Guide STD_REV1.0 GIANT PRO User Guide STD_REV1.0 Contents 1. Intro 2. Device Settings 3. Error Check 4. Maintenance Report 5. NFC Tag Setting 6. Smart WiFi Link 7. Bluetooth Pairing 8. Smart Coupon 9. e-receipt 3 6 9 10

More information

Internet of Things. Sungkyunkwan University. Mobile Computing. Hyunseung Choo

Internet of Things. Sungkyunkwan University. Mobile Computing. Hyunseung Choo Sungkyunkwan University Internet of Things Mobile Computing Sungkyunkwan University Hyunseung Choo choo@skku.edu Mobile Computing Copyright 2000-2016 Networking Laboratory 1/32 Contents Introduction Characteristics

More information

NFC USE CASES FOR INDUSTRIAL APPLICATIONS. December 2016

NFC USE CASES FOR INDUSTRIAL APPLICATIONS. December 2016 NFC USE CASES FOR INDUSTRIAL APPLICATIONS December 2016 Agenda Session 1 st December: NFC use cases for industrial applications NFC technology essentials NFC Forum specifications Application examples NFC

More information

Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1)

Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1) Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1) Overview 2 1 Introduction to the STM32 Open Development Environment 2 STM32 Nucleo Dynamic

More information

D220 - User Manual mypos Europe Ltd. mypos Mini Ice En

D220 - User Manual mypos Europe Ltd. mypos Mini Ice En D220 - User Manual mypos Europe Ltd. mypos Mini Ice En CONTENTS Introduction... 2 Scope... 2 Related documentation... 2 Internet connectivity... 2 Using D220 with a mobile phone (via Bluetooth or personal

More information

EEPROM с двойным интерфейсом RF/serial. ноябрь 2011

EEPROM с двойным интерфейсом RF/serial. ноябрь 2011 EEPROM с двойным интерфейсом RF/serial ноябрь 2011 The Dual interface E2PROM in HOME APPLIANCES Dual Interface EEPROM Introduction The Dual Interface EEPROM is an electrically-erasable memory which communicates

More information

How to troubleshoot if a compact disc (CD) will not play.

How to troubleshoot if a compact disc (CD) will not play. How to troubleshoot if a compact disc (CD) will not play. IMPORTANT: If using a CD-R or CD-RW disc, check the specifications of the CD player to verify that this media is supported. Sony cannot guarantee

More information

A Proposed e-payment Service for Visually Disabled

A Proposed e-payment Service for Visually Disabled IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.5, May 2017 253 A Proposed e-payment Service for Visually Disabled Gamal H. Eladl 1 1 Information Systems Department, Faculty

More information

NFC Application Ecosystems: Introduction, Peer-to-Peer, NFC Tags/Posters and Product Label Applications

NFC Application Ecosystems: Introduction, Peer-to-Peer, NFC Tags/Posters and Product Label Applications NFC Application Ecosystems: Introduction, Peer-to-Peer, NFC Tags/Posters and Product Label Applications Smart Card Alliance Mobile & NFC Council Webinar September 27, 2012 Introductions Brent Bowen, INSIDE

More information

GSM Association (GSMA) Mobile Ticketing Initiative

GSM Association (GSMA) Mobile Ticketing Initiative GSM Association (GSMA) Mobile Ticketing Initiative Sue Monahan Director - GSMA NA Clif Campbell Lead Member of Technical Staff AT&T April 2010 Content GSM World Today GSMA Overview GSMA M-Ticketing Initiative

More information

BackBeat PRO 2. BackBeat PRO 2 Special Edition. User Guide

BackBeat PRO 2. BackBeat PRO 2 Special Edition. User Guide BackBeat PRO 2 BackBeat PRO 2 Special Edition User Guide Contents Overview 3 Volume 3 Play/pause music 3 Track selection 3 Open Listening 3 Active Noise Canceling 3 Charge 3 Mute/unmute 4 Answer a call

More information

SafeNet MobilePKI for BlackBerry V1.2. Administration Guide

SafeNet MobilePKI for BlackBerry V1.2. Administration Guide SafeNet MobilePKI for BlackBerry V1.2 Administration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV and/or its subsidiaries who shall have

More information

ELECTRONIC PADLOCK GxP2

ELECTRONIC PADLOCK GxP2 //DATASHEET SALTO GEO Cylinder The next generation of electronic cylinder lock: Fully integrated with the SALTO XS4 platform, SALTO GEO is a versatile, cost effective solution and its compact size and

More information

Android Connectivity & Google APIs

Android Connectivity & Google APIs Android Connectivity & Google APIs Lecture 5 Operating Systems Practical 2 November 2016 This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license,

More information

Next steps for NFC and mobile wallets

Next steps for NFC and mobile wallets Next steps for NFC and mobile wallets PSE Consulting Merchant Acquiring Conference Mike Hendry Payment Systems Consultant Mike Hendry Page 1 1 Next steps for NFC and mobile wallets State of the (dis-)

More information

DASH7 ALLIANCE PROTOCOL - WHERE RFID MEETS WSN. public

DASH7 ALLIANCE PROTOCOL - WHERE RFID MEETS WSN. public DASH7 ALLIANCE PROTOCOL - WHERE RFID MEETS WSN public DASH7 ALLIANCE PROTOCOL OPEN STANDARD OF ULTRA LOW POWER MID-RANGE SENSOR AND ACTUATOR COMMUNICATION Wireless Sensor and Actuator Network Protocol

More information

Transmission of IPv6 Packets over Near Field Communication

Transmission of IPv6 Packets over Near Field Communication Transmission of IPv6 Packets over Near Field Communication draft-hong-6lo-ipv6-over-nfc-00.txt Y. Hong, Y. Choi (ETRI), J. Youn (DONG-EUI Univ.), D. Kim (KNU) JH. Choi (Samsung) 6lo WG Meeting@IETF 90

More information

Smart home NFC commissioning solution

Smart home NFC commissioning solution Smart home NFC commissioning solution Public MobileKnowledge October 2015 Agenda What is the Internet of Things and how NFC supports it How NFC makes smart homes easier to manage NFC Forum specs ensuring

More information

COMPRION NFC Forum Test Solutions. NFC Forum Approved Compliance Testing

COMPRION NFC Forum Test Solutions. NFC Forum Approved Compliance Testing COMPRION Test Solutions Approved Compliance Testing NFC Specifications According to a non-profit industry association wants to advance the use of Near Field Communication (NFC) in consumer electronics,

More information

Green Receipt Dispenser. NFC User Guide VERSION 0.1 MIRANO.

Green Receipt Dispenser. NFC User Guide VERSION 0.1 MIRANO. Green Receipt Dispenser NFC User Guide VERSION 0.1 MIRANO www.mirano.ca System Requirements/How It Works System Requirements ACR1222L VisualVantage NFC Reader with LCD. ACR1222L Smartcard drivers from

More information