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
3
votes
2 answers

NFC PN544 NDEF read command flow

I'm using an AS3953 to emulate an NFC Tag, and was already able to read out a simple NDEF message using Samsung S4 or Fame with Broadcom chipsets, now I'm trying to make it work with a HTC One SV which is using NXP PN544 controller, the problem is…
Andreas
  • 81
  • 10
3
votes
1 answer

Recover Mifare Classic key from authentication trace

I have been given a Mifare Classic authentication trace and was wondering if there are any tools or tutorials I could use to obtain the key? Start | End | Src | Data ---------|---------|-----|-------- 0 | 4704 | Rdr | 60 00 f5…
james
  • 1,035
  • 2
  • 14
  • 33
3
votes
1 answer

SCardTransmit, how to read and write smartcard

I'm working on a printer, trying to read and write a contactless card. This is the manual of the hardware and software I'm using: manual contactless The process to ineract with the smart card (read and write in it), if I understood correctly,…
A.Vila
  • 1,456
  • 4
  • 21
  • 32
3
votes
1 answer

Flushing Buffer data in Node.JS

Currently having a problem in a app. My app is designed to open an RFID reader on a Raspberry PI. It proceeds to read the incoming RFID tags. The code is as follows; // Socket.io server details var io = require('socket.io').listen(3000); //…
MichaelP
  • 181
  • 5
  • 22
3
votes
3 answers

Read passive RFID key tags

I have passive RFID key tag . In its description I saw that this tag is passive RFID tag, and it working on NfcA protocol (ISO 14443), and it working with NFC and NXP. I tried to read its ID to my smartphone, but it didn't recognize it, and I don't…
nrofis
  • 8,975
  • 14
  • 58
  • 113
3
votes
1 answer

Transceive Failed on ISO15693 / Tag-it HF-I

I have some ISO15693 / Tag-it HF-I Plus chips and need to write something on them. These chips are completly fresh, and i read now a ton of pdf's telling me all the same. But nothing work, and i get all the time the Transceive Failed error. I send…
reox
  • 5,036
  • 11
  • 53
  • 98
3
votes
1 answer

java coding for motorola RFid reader model FX7400 on mac/linux

I am trying to code for a motorola RFID reader using java and a mac os. The error is: `Exception in thread "main" java.lang.UnsatisfiedLinkError: no RFIDAPI3_JNI_HOST in java.library.path at…
Igor
  • 91
  • 1
  • 12
3
votes
2 answers

Mifare ultraligtht and APDU commands

I am looking for a list over various APDU commands, supported by the mifare ultralight cards, I have tried to search for how to lock bytes, making them permanently readonly, but so far unable to find anything, is it even possible to set any of these…
Plastkort
  • 957
  • 1
  • 26
  • 40
3
votes
4 answers

RFID Limitations

my graduate project is about Smart Attendance System for University using RFID. What if one student have multiple cards (cheating) and he want to attend his friend as well? The situation here my system will not understand the human adulteration and…
Zonah
  • 31
  • 1
3
votes
1 answer

Mifare Classic 1k - Error only on Samsung S III mini GT-i8190N

Hi I'm having a problem with my app. App is working with the Mifare Classic 1k chip. I write some information on card with key B. Problem is: Although app is working fine on Samsung S3 (jelly 4.1.2, debug mode on, nfc on), on Samsung S III mini…
3
votes
1 answer

How to embed a digital signature with limited space

I am using RFID tags to store some data which will then be read by a 3rd party. I need to include a digital signature (or some variation) along with the data so that the 3rd party can verify the authenticity of the tag. Straightforward enough. But…
Tim
  • 31
  • 1
3
votes
1 answer

Javascript with ACR122 RFID

Hi just wanted to ask If anyone knows or has experience in using an NFC ACR122U with PHP/JAVASCRIPT having a bit of a problem implementing it. I have installed it on my pc and having a hard time getting inputs. It's working right now and if i hover…
Ryler Sexton
  • 155
  • 3
  • 10
3
votes
1 answer

Which RFID standards can be read by an NFC reader on an Android phone?

I want to make an RFID reader using the NFC chip inside an Android mobile phone, say the Galaxy S3. After some Googling, I have found that Android supports a few NFC tag technologies and that some of them are RFID standards also. Android supports…
calm_mind
  • 85
  • 1
  • 5
3
votes
2 answers

Are NFC/HF cards interchangeable?

I want to specify the equipment for a proposal of a system using RFID for several features. It might be expanded in the future to include transactions so I am trying to find the right technology to use. The plan is to use passive cards. HF/NFC…
Captain overflow
  • 312
  • 2
  • 11
3
votes
1 answer

RFID ME Gen2 Internet

i want to read out some Tags from my MTI RFID ME Gen2 Internet : http://www.mti.com.tw/rfidme/ It´s a USB Dongle and now iwant to play with him in VS with c#. So is searched long time for the SDK and i find…