Questions tagged [rfid]

RFID is short for Radio Frequency IDentification. RFID systems consist of tags (physical markers that contain information) and readers (that can enumerate tags and read information from them, and in some systems, write information to them). RFID is typically used to identify (and obtain information about) products and equipment marked with RFID tags.

RFID is short for Radio Frequency IDentification. RFID systems consist of tags (physical markers that contain information) and readers (that can enumerate tags and read information from them, and in some systems, write information to them). RFID is typically used to identify (and obtain information about) products and equipment marked with RFID tags.

Image of an RFID tag

There are various different standards for RFID systems. Systems can be classified based on their operating frequency ranges:

  • LF: Low Frequency (125/135 kHz).
  • HF: High Frequency (13.56 MHz). Short read range, used mostly for ID cards.
  • UHF: Ultra High Frequency (840 - 960 MHz). Long read range and fast data capture (reads per second). Used for stock control and distribution in large open spaces.

Besides their standard RFID tags can be categorized based on their power supply:

  • Passive: Tags are powered through the RF field emitted by the RFID reader. They modulate their power dissipation or reflect portions of the reader RF signal to send data back to the reader.
  • Semi-Active / Semi-Passive: Tags are powered by themselves (e.g. through an on-board battery). Tags send data to the reader by modulating their power dissipation or reflecting portions of the reader RF signal.
  • Active: Tags use their own power supply (e.g. an on-board battery) to both, power themselves and to generate their own RF signal to send data to the reader. This typically allows a larger communication range than with passive and semi-passive tags.
1203 questions
96
votes
7 answers

Reading NFC Tags with iPhone 6 / iOS 8

Now that Apple just announced the iPhone 6 will have an NFC chip, does anyone know if iOS 8 will enable reading/detecting RFID tags for the iPhone 6 device? Anyone have any details to share on this?
Bryan C
  • 1,594
  • 4
  • 16
  • 30
42
votes
7 answers

Reading RFID with Android phones

I did enough research on reading RFID tags using Android phones(smart phones). My understanding of this is that for NFC-enabled smart phones (Nexus S) it is possible to read RFID tags, but there are restrictions. For non-NFC-enabled Androids we…
varunrao321
  • 835
  • 2
  • 10
  • 17
39
votes
1 answer

Android: Authenticating with NXP MiFare Ultralight C

I have been trying for more than a week to make an Android phone authenticate with a Mifare Ultralight C. I have confirmed I can write to the tag (by writing to an unsecured memory page and then reading what I wrote). I can also write to the key…
Matt Redmond
  • 726
  • 7
  • 12
38
votes
4 answers

Emulate Mifare card with Android 4.4

I have researched Mifare and other card emulation I have very good knowledge in programming (not Android, but C/C++). I have proxmark and I have made multiple emulation codes for proxmark, so I know how the cards communicate. I don't understand…
user2570174
  • 551
  • 1
  • 5
  • 9
36
votes
1 answer

Serials on NFC Tags - truly unique? cloneable?

So are NFC tags really UNIQUE from each other, at least in their SERIAL NUMBER? And can we rely on the fact that no 2 NFC tags can have the same serial number? I'm highly skeptical about this as there are (and will be more) NFC tags out there and I…
BrownChiLD
  • 2,869
  • 7
  • 38
  • 56
28
votes
6 answers

Can I write or modify data on an RFID tag?

maybe my question would be lost in the forum, but has somebody work with RFID tags? I know I can read them, but can I write or modify the inside data? Does anyone know where can I find more about this?
kiewic
  • 14,245
  • 11
  • 71
  • 90
24
votes
2 answers

Android application to mimic a physical RFID card

Is it possible for an Android application to send a previously stored RFID card ID to a NFC reader? The aim would be to use an Android device to enable access to a room instead of a physical RFID card. Having read a lot of other threads about…
user1860579
  • 273
  • 1
  • 4
  • 9
23
votes
4 answers

How to limit speed with BMW JSDK on 116i programmatically from Java?

I'm experimenting with the BMW Java SDK on the new BMW 116i Innovation Package. Basic things like turning the lights on and off, starting and stopping the motor work fine. What I'm trying to do now is that to write a carlet which would limit the…
lexicore
  • 39,549
  • 12
  • 108
  • 193
23
votes
3 answers

Can an NFC phone act as an RFID Tag, which can be read at distances higher than 4 inches?

To be more specific, I'm trying to implement an Android application, which forces the phone to operate as an RFID tag. This tag is read by scanners placed around doors (thus the > 4 inches constraint) identifying the person and his whereabouts. The…
Kiril
  • 4,957
  • 8
  • 48
  • 71
18
votes
4 answers

Calculate distance to RFID tag?

Is there a way to calculate/estimate the physical distance to a long-distance passive RFID tag when reading it with a tag reader? E.g. to determine the order of books in a shelf, or telling if one object is close or far away. If the answer is 'No -…
markussvensson
  • 1,520
  • 1
  • 13
  • 17
17
votes
2 answers

NFC standards (NFC Forum, ISO/IEC, ECMA

I am often being asked about standards, the NFC is based on. I summarized my knowledge in the text below. I hope it can be an answer to such questions. Please feel free to correct it by posting comments and replies - I will include it into my…
STeN
  • 6,172
  • 21
  • 75
  • 121
14
votes
3 answers

How do you write / read to a smartcard?

Is there an Open Source library for writing and reading data in C# from a smartcard using a smartcard reader? My smartcard model is mifare1k and my reader is ucr122u.
xyrus the virus
  • 199
  • 1
  • 2
  • 7
13
votes
2 answers

Can NFC in nexus mobile read ordinary RFID tag?

Can NFC in nexus s mobile can read ordinary RFID tags?
Qaiser Mehmood
  • 925
  • 6
  • 21
  • 33
12
votes
1 answer

How to get AID for reader Host based card emulation

I'm trying to do Host card emulation on an Android device using this example using ACR1281U NFC tag reader. This is the kind of application I want to make. As per the Android documentation and the example, it is required to register an AID in the…
Rachita Nanda
  • 4,171
  • 8
  • 39
  • 63
12
votes
3 answers

MiFare - Difference between UID and Serial Number of MiFare Card

I need to read serial number of MiFare card usin WinSCard. I am able to read 7B UID from the MiFare card. The confusion is that i dont know if the UID and the serial number of MiFare card are same?!! I have googled the issue but only could get…
jparthj
  • 1,482
  • 2
  • 19
  • 43
1
2 3
80 81