Tagged Questions

Near field communication, or NFC, is a set of short-range wireless technologies, typically requiring a distance of 4 cm or less.

learn more… | top users | synonyms

18
votes
8answers
10k views

where can I buy nfc tags

android is going to release an NFC api. Do you know where I can buy NFC tags that I can use to test it?
12
votes
3answers
640 views

How do NFC payments work?

As far I know NFC tags are quite simple. They contain small amount of data, from several bytes to few kilobytes. NFC / RFID readers receive that data. They can also write back some data to read it ...
12
votes
3answers
988 views

Reading multiple NFC tags simultaneously in Android

The new 2.3.3 SDK includes improved NFC support, and I'd like to write an app that relies on this. Ultimately, I'd like to be able to read data from multiple tags that enter the field simultaneously, ...
10
votes
1answer
2k views

NFC card emulation Android

the Nexus S device NXP PN544 NFC controller supports not only SWP for UICC based SE, but also the S2C (aka NFC-WI) for the external, e.g. micro SD card SE. Does anybody know how this can be enabled ...
8
votes
4answers
4k views

Getting Nexus S Android NFC into Card emulation mode

Has anyone been able to get the nexus s into card emulation mode? The latest android release does not seem to support this yet. This article says it's possible ...
7
votes
1answer
2k views

RFID tags emulation in Android emulator

Right now, you have to use fakeTagsActivity ( http://developer.android.com/resources/samples/NFCDemo/src/com/example/android/nfc/simulator/FakeTagsActivity.html) if you want to test tags with your ...
7
votes
5answers
4k views

Getting started with nexus s NFC/RFID

Getting started with Nexus S NFC/RFID. Can anyone provide any guidance? I'm interested in creating some home brew demos using the nexus s NFC/RFID hardware. I think I need to find the appropriate ...
6
votes
9answers
2k views

Can Android NFC phone acts as an NFC tag?

From what I can understand so far, NFC phone will act as an NFC reader which will read data from an NFC tag. Now my question is, can we switch this around? Can we make an Android NFC as the tag which ...
6
votes
4answers
1k views

Android Gingerbread: NFC support - Receive Only?

Just looking through the newly released Gingerbread documents and I see they've added some support for Near Field Communication (as expected). However, it looks to me like its receive only (you can ...
5
votes
2answers
1k views

Reading and writing Mifare Classic 1K RFID on Nexus-S

I'd like to be able to write and read strings from a Mifare 1K RFID. I successfully read and wrote to the tag I have using the NXP TagWriter App. I then tried the code here, but was able to get ...
5
votes
6answers
8k views

How TO write RFID Tag for Nexus S NFC to read?

Hello I want to know if anyone knows if there is any specifics on writing info into a RFID tag and readable from Android, Nexus S? like is there special RFID tag just for Android, or a special RFID ...
4
votes
1answer
130 views

Bi-Directional Android Beam

Here's what I'm trying to do with 2 Galaxy Nexuses running Android 4.0 with NFC capabilities: Device A and B are in close enough to initiate an Android Beam UI. Device A sends a beam to Device B ...
4
votes
1answer
243 views

NFC Mifare Ultralight tags writing

Any tutorial for how to write on Mifare Ultralight tags ? I have been searching for a while
4
votes
2answers
684 views

NFC stacks on Android OS

Can someone help me understanding the current state of the NFC Android stack? With the OS 2.3 there was released small NFC support (limited only to NXP tags reading), later the Google augment the API, ...
3
votes
1answer
72 views

NFC can't send data Android 4.0.3

I have an NFC Device (SCL3711) and Google Nexus S phone. I have write an application which send data from the phone to NFC Device and vice versa. Everything works excellent on Android 2.3.3. Now I ...
3
votes
2answers
122 views

Android NFC Locks up / Stops Scanning after Repetative Scans

Overview: We have developed an app that allows customers check in using an NFC enabled card with a stationary Nexus S. The app sit ready to read a card, when a card is tapped, the app reads the unique ...
3
votes
3answers
197 views

Java NFC (JSR 257)

I developed some small applications for the Nokia 6131 that supported NFC. The SDK was special for this device, and it implemented the JSR 257. Now, I see different mobile platforms with proprietary ...
3
votes
2answers
201 views

NFC application development on android

I was wondering that can I develop applications on any android-based smartphone that is nfc-enabled or are there limitations on the kernel not to use some part of nfc functionalities ? And can you ...
3
votes
1answer
329 views

Android: how to write NFC-V (ISO15693) tags on Nexus S?

I'm trying to write a RFID tag on a Nexus S (android 2.3.4) using the NFC-V technology. Using transceive() with a write single block command (0x21) invariably leads to a java.io.IOException: ...
3
votes
2answers
1k views

Android and Symbian NFC mobile development questions and answers (FAQ)

Let’s share on a common place ideas about the NFC development, technology… I warmly welcome any comments you might have - either about the Android or Symbian SDK or about the NFC in general. From my ...
3
votes
1answer
118 views

NFC mobile payments standards?

I understand how NFC is supposed to work on a high level, and a bit about the protocols used. Now, I need to understand, with your help, if there are any standards related to mobile payments. From a ...
3
votes
1answer
494 views

How can I enable NFC reader via API?

There is any way I can enable Android NFC reader using API?
3
votes
8answers
3k views

Writing NFC tags using a Nexus S

I have a Gingerbread 2.3.4 powered Nexus S and I recently got some writable NFC tags. So far I can read them as blank tags, but I couldn't find a way to write data to them. All my research has lead me ...
3
votes
2answers
1k views

Android NFC tag received with broadcastreceiver

I'm trying to catch NFC tag in broadcast receiver so I wrote a simple BR that prints "asd" in the onReceive(). In the manifest xml it's desribed like that: and I ...
2
votes
2answers
138 views

Reading a Tag with the NFC-enabled Androidphone

I just registered here, in order to ask this question. I find StackOverflow awesome. It helped me very often in the past. But with this, there was no post I could understand. Of course I seared this ...
2
votes
1answer
227 views

stages for developing NFC applications

i am new to the NFC technology. i have experience in developing Android appllicaions. i need to get some basic concepts regarding the development of NFC applications. to start with, what are steps for ...
2
votes
1answer
198 views

Does the release of Google Wallet change any of the capabilities available to Android developers?

Recently, Google released Google Wallet and additionally released an update for Sprint Nexus S phones (CNET , NFCWorld ) to enable the secure elements on the phone, (probably the SmartMax chip). -Can ...
2
votes
2answers
210 views

NFC communicate with existing RFID [closed]

Is it possible to create an application utilizing NFC(Near field Communication) of mobile phone which will communicate with existing RFID infrastructure ?Have both in the same frequency range? I ...
2
votes
2answers
392 views

NFC on Nexus S: “TagLostException” when writing to unknown block on ISO 15693 Chip

I am wondering if anyone out there has stumbled across the issue I am experiencing. I am writing an app to talk to a specific ISO 15693 RFID Chip using the Nexus S NFC capabilities. Communication ...
2
votes
4answers
2k views

Getting started with Open NFC emulator

I would like to get started with developing NFC apps for android. I have started with android recently and I'm finding it a very interesting platform to develop for. Before I go out and invest in an ...
2
votes
1answer
405 views

NFC Sticker/Tag Encoding

So here is my basic motivation for my question obfuscated a little: I want to track a users loyalty to a particular store. Each store would have a NFC sticker on the register. On purchase the user ...
2
votes
1answer
456 views

Difference between Google NFC API an Open NFC API

I got my Nexus S and now i plan to start playing with NFC. Which API should i use, Google NFC API(Link or Open NFC (Link)? Besides reading and writing tags, i am interested in card emulation, so i ...
2
votes
1answer
718 views

ACR122 USB SDK - JNI calls to Winscard.dll

we have bought the ACR122 USB SDK for NFC testing. We would like to build the test desktop application for the ACR122U-A2 NFC reader. We are developing it in Java on the Microsoft Windows 7 platform. ...
2
votes
4answers
697 views

Looking to purchase Android NFC Tags

I am looking to buy some NFC tags that is compatible with Android Nexus S. I understand Gingerbread supports Type 1,2,3,4. I need tags that are readable and writable and has overwrite protection. ...
2
votes
2answers
778 views

Android: Changing NFC settings (on/off) programmatically

I trying to change NFC settings (on/off) programmatically on Android 2.3.3. On the phone, under the "Wireless & network settings", you can choose to set whether you want to use NFC to read and ...
2
votes
8answers
3k views

Bluetooth pairing without user confirmation

Can I pair two devices over Bluetooth without a need to confirm this in user interface, accept to pair this devices. Can I exchange some extra data over, for example NFC, and then safely pair those ...
2
votes
2answers
260 views

Handle NFC while phone is sleeping in Android

I'd like to know if it's possible to handle NFC while the phone is sleeping ? It seems that no intent is launched so I imagine that the system turns off the nfc ?
2
votes
1answer
764 views

Can HTML5 access NFC chips on mobile phones

I'm not too familiar with HTML5 so does anyone know if HTML5 will be able to access NFC chips built into mobile devices? Or, can someone suggest another way to do this using some other method? My goal ...
2
votes
3answers
1k views

ACR122 - Card Emulation

How can I get the NFC contactless reader ACR122U to behave as a tag (card emulation mode)? The prospectus claims that the device can do card emulation, but the SDK does not seem to provide an example ...
2
votes
2answers
493 views

Android Browser: Does it open up automatically for NFC tags?

Assuming there are no other NFC apps installed, would an Android 2.3.3 device automatically open up the Android browser if a user taps an NFC tag containing a URL?
2
votes
1answer
742 views

Android 2.3.3 NFC peer-to-peer communication with PC based NFC reader

I need to implement a demo which involves NFC peer-to-peer communication between a Nexus S (android 2.3.3) and a Windows based desktop PC. My understanding is that the Nexus S along with android ...
2
votes
2answers
1k views

NFC applications from market override “Complete action using” dialog entries

I have installed NXP TagWriter and NFC TagInfo on Nexus S, the same device used for my NFC application development. The problem is my application is not shown in the "Complete action using" dialog ...
2
votes
1answer
2k views

Android NFC: can we use intent filter with mime type? (android 2.3.3)

I'm trying to start an activity when "tapping" a nfc tag containing a specific mime type. I made a tag with the mime type "text/plain", and added this in the manifest: <intent-filter> ...
2
votes
4answers
2k views

NfcAdapter.getDefaultAdapter(this) returns null in emulator

I am trying to test ForegroundDispatch (http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/nfc/ForegroundDispatch.html) in emulator API 10 (Android 2.3.3). When i ...
1
vote
0answers
30 views

Does Java have an NFC API for use on standard machines?

I am looking to enable NFC operations between an Android phone and a PC. I have an NFC reader that connects to a PC via USB. I have read about the Contactless Communication API and this seems to be ...
1
vote
1answer
32 views

Detect when application is started via NFC in ICS

ICS introduces the possibility to share an application via Android Beam using NFC, and as far as I understood if an app is opened on deviceA it will automatically be started on deviceB (if it's ...
1
vote
1answer
57 views

NFC tag and NFC data format-Android

I started studying android NFC ,I am Confused about NFC tag(i think it is hardware component,Am i correct) and NFC data Format 1)Can any one list the types of NFC tags and NFC data Formats. 2)If ...
1
vote
1answer
75 views

NFC - how to launch the app using NDEF_DISCOVERED

I am writing an application that is supposed to detect nfc tag and automatically be launched. I have succeeded in doing so by using TECH_DISCOVERED + filters but I think the better way to do it is by ...
1
vote
1answer
42 views

How to get a nokia phone (C7) to talk with a android phone (Nexus S) using NFC protocoles

I've been developping a small game on symbian and android that sends messages using NFC. I tried using many protocoles but still haven't been able to send even a small string (either via p2p or via ...
1
vote
1answer
74 views

Do NFC tags have to be NDEF formated?

Do NFC tags have to be NDEF formated to read/write using a standard android app or a PC app?

1 2 3 4 5 6