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

Sending messages via LLRP

Does anyone have experience with LLRP? I found two modules on npm (and modified one to get more data out of it), but I have no idea how to actually send messages to my Impinj reader. I understand this may be a niche issue but hey, you never know who…
NetOperator Wibby
  • 1,354
  • 5
  • 22
  • 44
3
votes
0 answers

NFC-list No Device Found (ER301 EUhoyan)

I'm trying to figure out how to use a chinese RFID/NFC device (Euhoyan ER301) on my Kali Linux. I have installed the libnfc and all the dependencies. But executing the command "NFC-LIST" theres no devices found. Executing lsusb I can see the…
3
votes
0 answers

Mifare 1k: Authentication Key A / Key B Blocks and Sectors

I have to following Problem with the 1K Mifare Tag and ACR122U: First: Am i right, when i understand the Mifare Block Scheme like that: BLOCKS: &H0, &H1, &H2, &H3 --> Form Sector 1, where &H0 is the manufacturer block and &H3 is the block where…
3
votes
1 answer

Reading HF RFID Tags using NFC in Win10 Universal Windows App

Below the sample Universal Win10 App code to read HF RFID Tag using NFC. The 'ReadTag' method is not triggered when device reads the RFID tag. I tried to change the Messagetype from NDEF to Windows with the same result. How can I read an RFID Tag…
ibrahim
  • 51
  • 5
3
votes
1 answer

Initialing MFRC522 RFID chip in UART interface

I'm using this arduino library to initial & communicate with my MFRC522 chip,library initially used SPI interface for communicating between MCU & RC522.When I'm using it in the SPI interface every thing is OK & correctly operate. Now I'm trying to…
3
votes
1 answer

How to get tag ID using MFRC522 and ESP8266 NodeMCU 0.1

I am using an ESP8266 NodeMCU v0.1 and MFRC RC522. Please can anyone tell me how I can send the tag ID to my web server and how to connect NodeMCU to RC522?
Yatin Gaikwad
  • 1,140
  • 1
  • 13
  • 23
3
votes
1 answer

RFID - Incomplete output?

I've been testing and working on my RFID scanner code and I found something weird. When I tap the card, there are some instances where the results are truncated. Examples: Tap 1: [2]1,000,007 ,000242985 Tap 2: 7[3][2]1,000,0 07,0002429 Tap…
Bumpy
  • 97
  • 11
3
votes
1 answer

GoToTags - NFC Tag Reader ACR122U

I have an ACR122U reader that reads many tags but not the ICODE SLIX SL2S2002 tag. Why might that be the case? I have tried the tag on a mobile device and it is recognised.
syntagm
  • 73
  • 4
3
votes
0 answers

Read RFID Tag with Node.JS

I work on a project that uses the RFID Technology. I have bought an RFID Reader (http://www.idtronic-rfid.com/pdfs/01_BLUEBOX_2.0/UHF/BLUEBOX%20UHF%20Industrial%20Reader%20-%20CX%202CH.pdf) and an antenna. All worked very correctly with the bluebox…
Tom59
  • 125
  • 3
  • 14
3
votes
1 answer

Reading RFID card using MFRC522

I am using MFRC522 Reader with STM32f030CC. I can read the serial number of the RFID card but after getting the serial number i am not able to select the tag and can't authentic the card.I am using the same library which is used in Arduino,Rasberry…
3
votes
2 answers

Reading Mifare 1k card with Key A and B

I'm new to reading MIFARE Classic cards and wondering how to access each sector with Key A (A0A1A2A3A4A5) and a given Key B (which remains secret). I have a method setup that loads each key into the reader (OMNIKEY 5421): for Key A: keyNo = 20…
This Name
  • 31
  • 1
  • 5
3
votes
1 answer

Mifare Access condition calculation

I am aware of this post :- Locking mechanism of Mifare Classic 1K However, it is really not clear - how a value like FF 07 80 FF is calculated in this string: D3 F7 D3 F7 D3 F7 FF 07 80 FF 00 00 00 00 00 00 This means that the blocks can be read…
Densil
  • 31
  • 1
  • 2
3
votes
1 answer

How to read 7 bytes long Desfire uid using rc522 and Raspberry Pi?

I use this library https://github.com/mxgxw/MFRC522-python to read UID using rc522 reader and Raspberry Pi. It works great for cards with 4 bytes long uid but I am unable to read 7 bytes long Desfire uid. I read that it is necessary to edit anti…
3
votes
1 answer

NFC modes of operation confusion

I am trying to understand the technology behind NFC. I have a basic understanding of the protocol, the physics behind the technology and the immense power it brings to the wide range of applications that could be there. Now I am trying to…
qre0ct
  • 5,680
  • 10
  • 50
  • 86
3
votes
0 answers

How to write an application that unlocks windows with RFID tag

I need to write an application that locks a pc running windows 7. The locking is done via mouse click on a lock icon, or due to inactivity. What's special in my case is that the unlocking is done via one of several RFID tags. I got the RFID reader,…
Ronald McBean
  • 1,417
  • 2
  • 14
  • 27