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
4 answers

Android Beam - payload transfer from both devices when only one Touch To Beam?

Ok, I watched the Google I/O from 2011 presentation on NFC on peer to peer. The demo was done on Gingerbread and using the application Sticky Notes found Now in this demo, both device the onNewIntent() was called at the same time so both devices are…
Springy
  • 588
  • 5
  • 15
0
votes
1 answer

Change event "touch to beam" using NFC

I have one application that makes communication to other application using NFC beam. The beam NFC works. I just want that when I active the NFC, the screen doesn't resize, I just want a small vibration to confirm the transfer of data. Is possible…
ricardo
  • 621
  • 1
  • 11
  • 22
0
votes
1 answer

Android NFC prevent sending data to wrong application

I have created one simple application to send NDeF Record and display it in other device. Now i have deleted my P2P reader application from my device and download other TAG rader application. Now if i do tap that Tag Reader Application display my…
yash
  • 151
  • 1
  • 2
  • 11
0
votes
1 answer

Bidirectional Send/Ack Android Beam

i'm using 2 Galaxy S3 and i send a message from one to the other. I want the other to send back a response like "received msg" i'm using the android beam demo, and i want to add this ack.I send the ack message when i treat the first message in…
user1482868
  • 31
  • 2
  • 5
0
votes
1 answer

Bidirectional communication using Android Beam

in p2p mode.. I want to send a message from Android phone to NFC reader and send back a response (Like "successfully Received") from the NFC reader to the smart phone with a single tap. now After the first beam from the phone, if i remove the phone…
Janahan
  • 401
  • 8
  • 20
0
votes
2 answers

Galaxy Nexus 4.1.1 and ISO14443 reader

Is it possible to establish connection between Galaxy Nexus Jelly Bean (4.1.1.) mobile and any regular desktop contactless reader (ISO 14443 A/B)? As I know, android does not support card emulation mode, so it should be done only by p2p mode. Is p2p…
Mareq
  • 1
  • 2
0
votes
2 answers

NFC with ACR 122s and Android ICS

I am currently involved in a project in which I need to communicate using NFC but I'm stuck. The devices are a ACR122s kit and a Galaxy Nexus ( ICS 4.0.4.). After a long search I had selected the ISMB-SNEP library …
0
votes
1 answer

Retrieve NFC Id in Android P2P

As far as I know, every NFC Tag has a unique Id. I assume, that each NFC enabled phone's chip also has a unique Id. When taping 2 phones that have NFC enabled together, is it possible, that a phone with a specific application gets the NFC id of the…
Janis Peisenieks
  • 4,938
  • 10
  • 55
  • 85
0
votes
1 answer

NFC Access Control Doorlock System/Nexus as RFID tag

I've got a pet project that is to essentially build out an NFC access control doorlocking system for my house. I originally wanted to replicate my office keycard on my nexus s but ran into a wall after I learned that card emulation is impossible…
JoeAranda
  • 13
  • 1
  • 3
-1
votes
1 answer

How can I send android beam message to nfc-explorer

How can I send ndef message to nfc-explorer? I try to use source code from nfc explorer but all the time get empty ndef message.
user3302358
  • 76
  • 2
  • 10
-1
votes
1 answer

USE ARDUINO WITH PN532 - WAIT TO ANSWER-TIMER OUT

I changed the code of nfc 532 but I wanted to make an alteration and I do not know how. Want to give a time out? That is, when I did not put the mobile phone at the foot of the chip during the wait this one leaves the code. That is, I am always…
-1
votes
1 answer

Sending data through NFC continously without Beam UI every time

How can I send data between two devices using NFC continuously without getting the Beam UI every time in Android?
Ashish Jaiswal
  • 804
  • 1
  • 9
  • 23
-1
votes
1 answer

NFC Card Emulation Mode and Peer to peer

I want to build Android apps that can be used for a student attandance tracking system. Student's phone will acts as an ID (just push data) and teacher's phone will acts as reader (pull data). So my questions are: I know that a phone with Android…
Bandi Su
  • 125
  • 2
  • 12
-1
votes
1 answer

How NFC readers works?

Hi I am android developer. I already build android NFC reader and writer and beam. So using writer i can write simple data on NFC tags and with the help of reader I can read data from tag. Using beam I can transmit data between two NFC enabled…
nilkash
  • 7,408
  • 32
  • 99
  • 176
-1
votes
1 answer

Android NFC Sharing

I have two Devices with Android NFC features.I want to send and receive some data using NFC,My requirement are to use NFC not other sharing feature. I want to share text data only includes number and Alphabetic Anyone can guide from where I can…
aftab
  • 1,141
  • 8
  • 21
  • 40
1 2 3
14
15