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

Reading code from RFID card

I have a problem with reading code from RFID card. Any conversion algorithm exist? Examples of codes: 04006d0ba0 -> 00008596950352 0d001c59b3 -> 00047253268956 0d001c5134 -> 00047253268674 0d001c9317 -> 00047253265550 0d001c93ed ->…
Milan Antoš
  • 11
  • 1
  • 1
0
votes
1 answer

How do I instantiate a class at runtime in C#

I'm using a 3rd party DLL which connects to an RFID reader via ethernet, now I've got this working without issue to an individual RFID reader using the following: private static readonly CRRU4 myReader = new CRRU4(); I then pass it connection…
Pete O'Connell
  • 143
  • 1
  • 2
  • 8
0
votes
1 answer

Mifare 1K write block but cannot read value block

For the last three days I have been looking for block and value blocks for Mifare 1K. For example, I wrote data successfully 1. block with this APDU: < FF D6 00 01 10 61 79 79 69 6C 64 69 7A 66 61 74 69 68 31 31 31 - Start Block 01 -…
Fatih Ayyildiz
  • 367
  • 3
  • 14
0
votes
2 answers

Desfire EV1 Card using NXP SDK

My agency just got their first prototype desfire card that is anticipated to go into production (50K employee agency). I'm trying to connect to, authenticate and read a particular file. So when I present my android device, onDESFIRECardDetected is…
Paul
  • 652
  • 5
  • 16
0
votes
1 answer

Getting wrong tags in rfid scan

I'm getting strange results in scanning rfid tags with a RDM630 on a Raspberry Pi with Python. I'm not a professional so maybe you can figure out my mistake easily. The tags are recognized mostly fine, but it seems like I have some kind of loop in…
0
votes
0 answers

How to Control HID Output from RFID Reader

i have 2 rfid readers that communicate with HID Driver. and 2 rfid tags with value 0008478651 and 0008776392. When I swap one tag to first rfid reader it's work perfectly, the result showing 0008478651 in notepad, but when I swap 2 of them in 2 rfid…
Hermanto51
  • 13
  • 8
0
votes
1 answer

Idle time function on an Arduino

I want to add a timer to this function so that every time a uid is read it restarts and I can set another function to do a serial.write once a certain time is reached. Let's call this an idle time function. I cannot tie this to the ID read as I have…
Automa
  • 1
  • 2
0
votes
1 answer

Can a tag be read by more then one reader at the same time? and can a reader read more then one tag at the same time?

Can a tag be read by more then one reader at the same time? And can a reader read more then one tag at the same time?
0
votes
1 answer

weired DesFire EV1 Results

I have purchased a number of DesFire EV1 from a HK based Company for a project i'm working on . some of the cards that are supposed to be factory empty had a number of applications on. reading the card properties seemed to identify them as…
user300435
  • 95
  • 5
0
votes
1 answer

NFC Update Binary command sequence not clear

I write data to a 14443A Tag with a HTC One SV (PN544, Android 4.1.2), using the "binary update" APDU command, but I see between the message size (byte#5) and the beginning of the NDEF record two additional zero-bytes (#6,7). I checked the ISO7816…
Andreas
  • 81
  • 10
0
votes
1 answer

python dictionary error when getting value from a given key

I'm starting coding in Python since yesterday and I'm going without problems. The context is a program to read an RFID card and use the readed tag to get the associated username. This will work in a embedded Linux (Debian GNU/Linux 7 (wheezy)) on a…
Maadaf
  • 5
  • 3
0
votes
1 answer

Creating a list of found Mifare Tags with arduino?

I am working with an Arduino Uno and an adaFruit PN532 board. The goal is to be able to create a list of MiFare Cards currently in range of the NFC Shield. I am having trouble figuring out the best way to write this logic, as the board only seems…
erik
  • 4,946
  • 13
  • 70
  • 120
0
votes
1 answer

recieving values from arduino serialport in node.js and arduino serialport

i wanna get data from rfid tags using arduino and rfid-rc522 reader i can get tags data through arduino serial monitor but i can't receive the correct data with node.js all i get is the same numbers from all the tags (each tag should have it own…
0
votes
1 answer

Can't find PInvoke DLL error

I try reference Locate Tag in MC3190Z by using progress bar and want to show the vary of progress bar value with the sound together. Now only using Motorola sample code to play the sound. But the sound only one beep. m_LocateForm.Locate_PB.Value =…
0
votes
1 answer

Writing data from the windows service to SQL Server 2012

Is it possible to take data from the RFID reader . Which starts with Windows Service and then write the data directly to the sql server 2012 ? If this is possible how can I do that. Write code in the service or the Sql Server? Thank you in advance
Beslinda N.
  • 4,808
  • 5
  • 27
  • 33