Near field communication: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 23: Line 23:


In education, NFC tags can be used in a [http://intouch.rsc-em.ac.uk/7-hints-tips-using-qr-codes-to-engage-learners/ similar way as QR tags].
In education, NFC tags can be used in a [http://intouch.rsc-em.ac.uk/7-hints-tips-using-qr-codes-to-engage-learners/ similar way as QR tags].
== Tools ==
; End user software for Android devices
* [https://play.google.com/store/apps/details?id=com.nxp.nfc.tagwriter&hl=en NFX Tag writer]
* [https://play.google.com/store/apps/details?id=com.wakdev.wdnfc NFC Tools]
* [https://play.google.com/store/apps/details?id=com.nxp.taginfolite Pre-ordered]
; Indexes
* [http://www.androidheadlines.com/page/2 Top 10 Best NFC Tag Apps for Android]


== Links ==
== Links ==
Line 31: Line 41:
* [https://en.wikipedia.org/wiki/List_of_NFC-enabled_mobile_devices List of NFC-enabled mobile devices]
* [https://en.wikipedia.org/wiki/List_of_NFC-enabled_mobile_devices List of NFC-enabled mobile devices]


; Tutorials
; Technology Tutorials
* [http://www.radio-electronics.com/info/wireless/nfc/near-field-communications-tutorial.php NFC Near Field Communication Tutorial], by Ian Poole, radio-electronics.com. Very detailed, technical.
* [http://www.radio-electronics.com/info/wireless/nfc/near-field-communications-tutorial.php NFC Near  
Field Communication Tutorial], by Ian Poole, radio-electronics.com. Very detailed, technical.
 
; End user tutorials
* [http://rapidnfc.com/how_to_encode_nfc_tags How to encode NFC tags] (tutorial for the NFX tag writer app).
 
; Programming
* [http://www.creativebloq.com/android/getting-started-nfc-android-5122811 Get started with NFC Android], May 2012.
* [http://www.creativebloq.com/android/getting-started-nfc-android-5122811 Get started with NFC Android], May 2012.



Revision as of 13:21, 22 April 2015

Draft

Introduction

According to Wikipedia (4/2015), NFC is somewhat similar to Bluetooth, but works at much smaller distances (< 10 to 20 cm). NFC is much slower than Bluetooth but requires less energy . NFC is compatible with existing passive RFID (13.56 MHz ISO/IEC 18000-3) infrastructures.

Most 2014/15 cellphones include NFC support, but Apple only for iPhone 6. The most typical use case is for contactless payment systems.

There are two main devices which translate to possible modes of operation:

  • Active chips. These can work in either target (see below), initiator (read or write) or peer to peer mode.
  • Passive target chips, also called "tags" (allows to transfer data to an initiator).

Active NFC devices can read data from tags. Some tags are rewritable. Some are crypted. There are standards, but target chips also can be custom encoded.

Uses

Some general use cases ares:

  • Wireless payment
  • Bootstrapping other connections
  • Social networking
  • Intenty and keys
  • Gaming, (e.g. virtual treasure hunts or the crytped Amiibos)

In education, NFC tags can be used in a similar way as QR tags.

Tools

End user software for Android devices
Indexes

Links

Introductions
Technology Tutorials

Field Communication Tutorial], by Ian Poole, radio-electronics.com. Very detailed, technical.

End user tutorials
Programming
In education