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.
1319 questions
5
votes
1 answer

DESFire write data command fails with 917E (length error)

I am facing a very strange problem with MIFARE DESFire. When I write small amounts of data (e.g. 11 bytes), the write operation succeeds. However, when I try to write e.g. 50 byte, the response is 917E, which means there is some length issue in…
jiten
  • 5,128
  • 4
  • 44
  • 73
5
votes
1 answer

Detecting HID Proximity Card by using NFC

I want to implement a functionality in which an Android device can detect the HID ProxCard II using NFC. Can anyone help me to solve this issue?
ishan jain
  • 681
  • 3
  • 10
  • 27
5
votes
1 answer

Reading NFC Tags with iPhone 6 / iOS 11

Does anyone know if iOS 11 will enable or support reading/detecting RFID tags for the iPhone 6/iPhone 6+ device? Anyone have any details to share on this? I want to read the URL'S present in NDEF tags.
5
votes
1 answer

Force PC/SC driver on ACR122U NFC reader

I have trouble with using my ACR122U RFID card reader form ACS. I need to connect it to my Mac using the PC/SC driver. I installed the driver from the ACS website and confirmed that it's running. However, whenever I test using the nfc-list command,…
rebellion
  • 6,628
  • 11
  • 48
  • 79
5
votes
7 answers

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

Does anyone know if there are any specifics on writing info into a RFID tag and reading it from Android, Nexus S? Is there special RFID tag just for Android, or a special RFID writer?
Thomas Wang
  • 51
  • 1
  • 1
  • 2
5
votes
1 answer

WebUSB and RFID readers

I was wondering if anyone had any experience getting RFID readers to work through WebUSB. The reader I'm using is the https://www.parallax.com/product/28340 . From what I've read, I'd have to write a driver to read from the device. I was just…
codewookie
  • 77
  • 1
  • 5
5
votes
0 answers

What MiFare Cards Can You Emulate On Android Phones

Please Help! I was hoping someone could help me understand the whole idea behind Host Card Emulation on Android. I am working on a project at University where the idea was to provide access to RFID enabled access gates via NFC on smartphone. I have…
Chris
  • 81
  • 1
  • 4
5
votes
1 answer

Android NFC scan time

I am working with Android and ISO14443 type B tags and there is an issue that I am not able to solve. Hopefully someone can give a hint. When NFC setting of the phone are turned on, it starts sending REQA and REQB commands in order to discover if…
jmunoa
  • 51
  • 3
5
votes
1 answer

Is it possible to write and read ASCII character in UHF RFID tag?

I am developing an application for Motorola MC9190 RFID handheld reader. I am in need of reading and writing information as human-readable in UHF RFID tag. So I decided to write information in ASCII characters. On doing some research, I found that…
CST RAIZE
  • 428
  • 1
  • 5
  • 18
5
votes
2 answers

The main difference between RFID and NFC when emulating an NFC tag on ACR122U

I have some problems with the overview of the NFC standards. What i know is that: ISO/IEC 14443 is the standard for proximity cards and use RFID as communication protocol; ISO/IEC 18092 (NFCIP-1) is the NFC standard and is based on ISO/IEC…
S.Pols
  • 3,414
  • 2
  • 21
  • 42
5
votes
1 answer

AdaFruit pn532 NFC/RFID detecting multiple tags?

I am working off an Arduino UNO with an AdaFruit pn532 NFC/RFID shield. The Goal is to have a shoe box, with a false bottom. Under that false bottom would be my prototype, which hopes to be able to tell every mifare tag (up to 6) that is in the…
erik
  • 4,946
  • 13
  • 70
  • 120
5
votes
2 answers

C# How to auto okay from RFID scanning?

I have a program wherein the user taps an RFID card on a reader and the program will input this data. In this program, there is a prompt wherein I have to click OK. How do I remove the OK button and make it an auto-OK program once the RFID card is…
Kael
  • 51
  • 3
5
votes
2 answers

RFID based reading and writing in JAVA

I have to make a RFID based attendance system where i have to write into the database once reading from the tag and finding out which student it is.My query is how do i take input from the RFID tag.Does the input buffer classes of JAVA provided are…
ayushman999
  • 511
  • 3
  • 6
  • 16
4
votes
3 answers

How to implement RFID features in our Android Application?

I want to develop an android app using android 4.0 API level, in my application I want to implement RFID features can anyone give me the idea or any code snippet regarding RFID feature implementation in android application. Thanks to All.
maanbhati
  • 103
  • 1
  • 4
  • 11
4
votes
1 answer

How to work with RFID reader/writer in Java

I bought a USB RFID reader/writer to develop an attendance application. Along with the device they given VB example to read/write RFID tags. But I want to do this in Java. Is there any way to start programming which read/write the RFID tags. And one…
Dyapa Srikanth
  • 1,231
  • 2
  • 22
  • 60