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.
1203 questions
8
votes
1 answer

ACR 122u NFC reader doesn't connect via USB: return error

Im developing a NFC reading system with C#, according to given sample codes with SDK I cannot connect the device with the application. Sometimes it return unknown error code (-2146434967) which is not handled in the sample application codes. But…
iJay
  • 3,925
  • 5
  • 31
  • 62
7
votes
1 answer

Is it possible to implement a token queue in NFC cards?

This question is specifically about MIFARE Ultralight C/EV1, or MIFARE DESFire EV1, or even NTAG cards. I want to implement a system of tokens, so that each time a normal user reads one of those cards they'll get one available token; that token will…
softzer0
  • 345
  • 2
  • 5
  • 21
7
votes
6 answers

Programming language to access RFID

I would like to create a project that uses RFID technology. I don't know which languages can be used to retrieve RFID data. Is there a list of languages that provide good support for retrieving RFID data, and if so, is there sample code available? I…
amerr
  • 95
  • 1
  • 2
  • 8
7
votes
2 answers

Is the RFID RC522 capable of reading NFC tags?

I recently purchased the RFID RC522 reader/writer,along with some NFC Mifare classic 1K 13.56mhz tags. The seller on Amazon mentioned that the NFC tags were compatible with the rc522 reader/writer; however, I have not been able scan the tags. I was…
v.sanch
  • 71
  • 1
  • 1
  • 2
7
votes
1 answer

What kind of data can a Wiegand 26 reader read from an NFC card?

I can read an 13.56 MHz NFC card with my phone's NFC reader and I get a hexadecimal value like: 1BF52327 This represents the card UID or serial number. What data can I expect from a Wiegand reader? Will it be able to read the same serial…
Adnan
  • 23,948
  • 17
  • 75
  • 108
7
votes
1 answer

Is Apple Watch detected by an RFID reader?

I'm new to NFC technology. Apple hasn't yet opened NFC for developers. Does this mean that 3rd party application can't write data or trigger an action on the device? But is it possible to identify the watch using an RFID reader similar to a smart…
Peter
  • 534
  • 4
  • 16
7
votes
1 answer

Impinj Speedway reader does not enable antenna

I am testing a Speedway reader 420 with a guard minirail antenna connected to Port 1. The problem is that I cannot get this to work. When I telnet to the Speedway reader, and issue the "show rfid stat" command, I get this status: > show rfid…
jstuardo
  • 2,687
  • 10
  • 44
  • 101
7
votes
2 answers

Standards for smartcard communication

What is the difference between ISO 14443-3 and ISO 7816-4 APDUs? I'm asking this because seems some cards use former to communicate with reader, some latter. I'm confused with this, would like to get a good understanding about this. For example, I…
user2568508
7
votes
1 answer

Cryptographic NFC/RFID Tag?

This is killing me... I am trying to find an NFC/RFID tag that: Implements encryption and/or cryptographic signing of data sent to the tag such that the tag can be authenticated by the reader. I do not care if the tag attempts to authenticate the…
Matt Redmond
  • 726
  • 7
  • 12
7
votes
6 answers

How can I write data on UHF RFID tags?

I am working on an RFID-based inventory control project, and I want to make a writer through which I can write data on each passive RFID tag. How can I accomplish that?
vipin
  • 219
  • 1
  • 3
  • 8
7
votes
4 answers

How to communicate with an Arduino over its serial interface in C++ on Linux?

I have an RFID reader connected to an Arduino board. I'd like to connect to it over its serial interface, and whenever the RFID reader omits a signal ( when it has read an (RF)ID ), I'd like to retrieve it in my C++ program. I already have the code…
meastp
  • 662
  • 1
  • 7
  • 15
7
votes
2 answers

How to get the BaudRate of the device?

I'd like to know if there is a way to get the Baud Rate when it's connected on the RS232 port BEFORE you initialize the SerialPort class and set it's values. Let me try to explain the reason for that... Today, I'm working with two different RFID…
PlayHardGoPro
  • 2,320
  • 7
  • 36
  • 72
7
votes
1 answer

integrating RFID with PHP

I am thinking of developing an offline (local) system using PHP and RFID for my office here. I have done some research regarding RFID device (card scanner type) and the SDK available out there in the market, but there is no SDK built for…
s3polz
  • 423
  • 1
  • 3
  • 15
6
votes
2 answers

NFC tags can be read by RFID reader?

I bought NFC tags (stickers) last week with NFR reader/writer kits, could able to write and read data using gototags software (yet to buy a phone with NFC). My question here is, these NFC tags can be readable by RFID reader? did some research that…
Balaji
  • 245
  • 1
  • 4
  • 12
6
votes
3 answers

How to communicate RFID tags with IDBlue RFID pen using iPhone?

For iphone is it possible to communicate RFID tags with IDBlue RFID pen (bluetooth connected) and store data into my application? If yes then is there any some readymade component or code library available for this?
Mrunal
  • 13,474
  • 6
  • 48
  • 91
1 2
3
80 81