Android - The difference between NFC mode on Android (e.g. card mode, P2P mode)

There are 3 NFC modes.

Taken directly from official Android Developer - Near Field Communication,

Android-powered devices with NFC simultaneously support three main modes of operation:

  • Reader/writer mode, allowing the NFC device to read and/or write passive NFC tags and stickers.
  • P2P mode, allowing the NFC device to exchange data with other NFC peers; this operation mode is used by Android Beam.
  • Card emulation mode, allowing the NFC device itself to act as an NFC card. The emulated NFC card can then be accessed by an external NFC reader, such as an NFC point-of-sale terminal.

To make it more easier to understand, Android Authority has a down-to-earth explanation,

In order to determine what sort of information is to be exchanged between devices, the NFC standard currently has three distinct modes of operation for compliant devices. Perhaps the most common use in smartphones is the peer-to-peer mode, which allows two NFC-enabled devices to exchange various pieces of information between each other. In this mode both devices switch between active, when sending data, and passive states when receiving.

Read/write mode, on the other hand, is a one way data transmission, where the active device, possibly your smartphone, links up with another device in order to read information from it. This is the mode used when you interact with an NFC advert tag.

The final mode of operation is card emulation, whereby the NFC device can be used like a smart or contactless credit card in order to make payments or tap into public transport systems.


  • Near Field Communication (NFC) from Android Developers explains (emphasis added and edited for clarity)

Near Field Communication (NFC) is a set of short-range wireless technologies, typically requiring a distance of 4cm or less to initiate a connection. NFC allows you to share small payloads of data between an NFC tag and an Android-powered device, or between two Android-powered devices.

Android-powered devices with NFC simultaneously support three main modes of operation:

  1. Reader/writer mode, allowing the NFC device to read and/or write passive NFC tags and stickers.

  2. P2P mode, allowing the NFC device to exchange data with other NFC peers; this operation mode is used by Android Beam.

  3. Card emulation mode, allowing the NFC device itself to act as an NFC card. The emulated NFC card can then be accessed by an external NFC reader, such as an NFC point-of-sale terminal.

  • Android and NFC modes explains with more examples

Tags:

Nfc

Samsung