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
0
votes
1 answer

RSSI RFID unable to read signal strength

I am trying to read RFID signals on a Windows CE device. I have searched Google and found something related to RSSI. But nothing is present in the RFID API regarding RSSI.
Artist404
  • 395
  • 4
  • 17
0
votes
1 answer

Trouble converting serial port data to hex, data is from an RFID reader

I am trying to attain data from an RFID reader I have attached to a serial port. The data is coming through as jumbled characters, which I have to convert to hex. I am getting an error trying to convert it to hex, when I do this: puts "%02X" %…
Mark
  • 3
  • 1
0
votes
1 answer

Error loading key to the volatile memory of reader

I am trying to load a FFFFFFFFFFFF key to the volatile memory of omnikey 5321 reader. But I get an error SW1 SW2: 69 86. Can anyone suggest why? (maybe omnikey does not support writing volatile keys?). Here is the code: bcla = 0xFF; bins = 0x82; bp1…
user2568508
0
votes
1 answer

Native RFID detection on iOS

Is it possible for the current generation of iOS Devices to detect RFID signals natively without the need for external tech? If it is not possible, what solutions exist that can allow the current generation of iPads and iPhones to detect RFID…
N0xus
  • 2,674
  • 12
  • 65
  • 126
0
votes
2 answers

Adding description to append text RFID serial in C#

I want to add texts / descriptions after the RFID reader has scanned some tags. I tried using the IF statements but it did nothing. Its output are the tag numbers but the texts I wanted to add didnt show or display. Please help, thanks! I want the…
Ram Aquino
  • 341
  • 3
  • 8
0
votes
2 answers

RFID Locking user memory

I am working on the RFID tags.I am using Speedway Revolution Reader(R-420) for reading the tags. http://www.impinj.com/Speedway_Revolution_UHF_RFID_Reader.aspx I am using Confidex Steelware Micro ETSI Monza tags (Product No.…
0
votes
1 answer

RFID SL2 ICS53 / ISO 15693, unknown error on writing

I am currently trying to create an android app to edit rfid tags. The tag I am trying to write is an NXP SL2 ICS53. (datasheet http://www.nxp.com/documents/data_sheet/SL113730.pdf) It respects the standard ISO-156933.…
tboss1995
  • 11
  • 3
0
votes
2 answers

Change AFI in RFID with NFC

I can't find information about if it's possible change AFI number in RFID chip with NFC. I'm sure it's possible read AFI number with NFC. AFI number has some special block on RFID chip thats reason why I'm not sure if it's possible change it. Thank…
Matwosk
  • 459
  • 1
  • 9
  • 25
0
votes
1 answer

How to implement node.js and RFID?

Does anyone know how do I go about implementing this? http://www.youtube.com/watch?v=adF-H9mLuFs&feature=youtu.be It will be great if anyone can provide me with step by step implementation. Thanks in advance!
fila90
  • 11
  • 4
0
votes
2 answers

RuntimeException: InvocationTargetException in web browser

My Java Applet works perfectly fine when I run from Netbeans and the jar file created works fine too. However, when I embed the applet into the browser, I have this error "RuntimeException java.lang.reflect.InvocationTargetException" I have surfed…
fila90
  • 11
  • 4
0
votes
0 answers

RFID received signal strength

I am doing a research on RFID (radio frequency identification) positioning system. I need RSSI (received signal strength) in y work. In order to collect RSSI I have to have reader, Antenna, and tags in the real world. I don't have such equipment now…
G.P
  • 1
  • 2
0
votes
1 answer

How to read Data from a ACR122U rfid tag reader in c#

I have to use a ACR122U smartcard reader in order to implement a rfid tag reader function in c#. Does anyone know a library which will allow me to manage this smartcard reader and perform basic IO operation ? Thank you for reading.
user2417992
  • 204
  • 1
  • 6
  • 16
0
votes
1 answer

Are RFID/NFC tags and readers compatible? or manufacturer dependent?

Are RFID and NFC cards "universally" readable by RFID and NTC readers of the same format/standard? or do they have to be same brand/manufacturer kind of thing as one guy told me? trying to get into this RFID /NFC thing regards
BrownChiLD
  • 3,545
  • 9
  • 43
  • 61
0
votes
2 answers

What kind of block format is the Desfire authentication message?

After selection of the card and RATS, i want to start the authentication. In the mifare documentation is described that an 0A 00 should be sent. This data is supposed to be ISO14443-4. I have to frame it to fit ISO14443-3. The Block format goes…
Oscar Castiblanco
  • 1,626
  • 14
  • 31
0
votes
2 answers

Zebra RZ400 prints an RFID tag, but encodes the subsequent one

I'm trying to use my RZ400 for the first time. I have placed the RFID tags and the ribbon, calibrated the media and sent the ^XA ^RS8 ^FO50,50^A0N,65^FDHex Pattern 1^FS ^RFW,H^FD112233445566778899AABBCC^FS ^XZ instructions from the programming…