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
0
votes
1 answer

NFC Card Emulation Issue S3 (Android 4.3) and ACR122U

In our project we are trying to emulate ISO14443-3 PICC in NFC reader ACS ACR122U and read that card with NFC phones (Samsung S3 or S4). In case of S4 we can successfully communicate with the emulated card but in case of S3 there is no NFC event. We…
Sunita
  • 336
  • 2
  • 18
0
votes
1 answer

JAVA - Writing NFC tag through USB NFC R/W in NDEF format with MIME

Hi i got ACR122 USB NFC dongle which read and write the NFC Tag, how can i use USB NFC RW to write the data into NFC tag in NDEF format and MIME code (from PC) which could launch an app when contact a smart phone.I have tried writing tag with Smart…
Jeevanantham
  • 984
  • 3
  • 19
  • 48
0
votes
1 answer

NFC SNEP and LLCP protocols between android 4.3 and pn532

Does anyone know where to find the android 4.3 nfc service source code? I recently bought the NFC shield from seeedstudio and downloaded its library. The library works awesome with a samsung galaxy s3 on android 4.1.2. However when using galaxy s4…
Pablo Valdes
  • 734
  • 8
  • 19
0
votes
1 answer

Android : How to change NFC protocol priority?

I have my own Android app (App A) which reads and writes NFC tags and ISO-14443 Type A tags. It works well on many Android devices. I want to give the role of ISO-14443 tag to my Nexus5, so I implemented my own HCE (Host Card Emulation) application…
Jin
  • 3
  • 3
0
votes
1 answer

Does Android SNEP server support fragmentation?

Does anyone here have experience sending fragmented SNEP message to android? I tried sending large SNEP message to android using SNEP fragmentation as defined in NFC forum specs (shown on figure 3 and figure 6 in SNEP spec document). After sending…
0
votes
1 answer

Android NFC Proof of Concept

I have an idea for an android NFC application but am not entirely sure how to implement it. I want to be able to have an application that is always on (starts on bootup) and the user cannot exit out of the application. I want two have two phones…
Jill
  • 33
  • 4
0
votes
1 answer

Getting a "...must implement abstract method NfcAdapter.OnNdefPushCompleteCallback error

I'm trying to learn NFC, using the document at http://www.tappednfc.com/wp-content/uploads/TAPPED-NFCDeveloperGuide-Part1.pdf. Where my class id defined, i get the following error: must implement abstract method…
Ted pottel
  • 6,869
  • 21
  • 75
  • 134
0
votes
2 answers

Duplex NFC message exchange support

I am new to NFC protocol. Can someone let me know whether it is possible to exchange NDEF/SNEP messages BOTH ways in one session? I mean from NFC protocol point of view. I know using Beam feature you can send one-way message [e.g. Phone->PC] but to…
0
votes
0 answers

Sony Xperia isn't able to be in NFC target role with Android V4.1.2

I am working with a NFC reader and several NFC phones to establish a NFC P2P connection in passive mode. The NFC reader is always in initiator role while the NFC phones are always in target role. I am using a Sony Xperia (LT26i) amongst others,…
0
votes
1 answer

Android P2P NFC

Im now working with an Android application based on NFC P2P technology. My question is: Is it possible to create a P2P communication with external NFC IC(a not android powered device), to communicate with a MCU?? Thanks allready
0
votes
2 answers

Beam meta informations to my app or a URL if app is not installed

I want to beam the content of my currient screen. Basically I have three tabs with long lists, I want to beam the actual tab and its position. My goal is if the app is installed: Beam some id, the tab and position If the app is not installed: I want…
rekire
  • 47,260
  • 30
  • 167
  • 264
0
votes
1 answer

a few basic questions about NFC, NDEF and NFC enabled android phones

I want to start android programming to be able to transfer data between a NFC enabled smartphone and a custom device, but I am not able to find clear information about a few things For example, my custom device has to be able to send data to the…
user13267
  • 6,871
  • 28
  • 80
  • 138
0
votes
1 answer

NFC - Not able to detect a tag

onNewIntent(Intent intent) method not getting called. The code i am trying is public class NfcTagDetector extends Activity{ private NfcAdapter mNfcAdapter; private PendingIntent pendingIntent; private IntentFilter[]…
mn0102
  • 839
  • 1
  • 12
  • 25
0
votes
1 answer

How to use Java Android Beam to beam message from PC TO Phone?

Basically, I am asking how to reverse the Android Beam program, which sends a message from an Android Phone that has NFC capabilities, to eclipse on my PC via an NFC reader. I have no idea where to start. I CAN FIND NO DOCUMENTATION ON WHERE TO GET…
nbhgt
  • 37
  • 2
  • 8
0
votes
1 answer

NFC send image/jpeg

How can I send an image/jpeg from my app that uses NFC? According to the Android documentation, the NdefRecord createMime can do it for me. I have only used createUri for passing a URL to another Android device. But I am not sure how I can get…
SleepNot
  • 2,982
  • 10
  • 43
  • 72