Questions tagged [nfc-p2p]

Peer-to-peer mode (P2P) for Near Field Communication (NFC) is a mode where two NFC devices can directly communicate with each other.

Peer-to-peer mode (P2P) for Near Field Communication (NFC) is a mode where two NFC devices can directly communicate with each other. Peer-to-peer mode is one of NFC's three operating modes (besides reader/writer mode and card emulation mode) and is standardized in ISO/IEC 18092 (NFCIP-1) and adopted by the NFC Forum's Analog and Digital protocol specifications.

NFC peer-to-peer mode supports different communication modes between two devices:

  • Active mode, where both devices alternately generate their own HF field.
  • Passive mode, where one device generates the HF field (similar to a contactless smartcard reader) and the other device operates as a passive target (similar to a contactless smartcard).
212 questions
-1
votes
1 answer

how to make my android application NFC enabled?

i'm done with my application but i want the application to open when I tap on the NFC tag! please help me i will just add to the mainfest here is the java code public class…
-2
votes
1 answer

How can i beam NDEF messages from one android phone to another?

I am trying to beam NDEF message to another device using NFC P2P service.I am using the following code:- import android.app.Activity; import android.content.Intent; import android.nfc.NdefMessage; import android.nfc.NdefRecord; import…
Sumit Jha
  • 9
  • 6
1 2 3
14
15