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

AES for new blank Desfire EV1

I now have a new Desfire EV1 card. And I want to set PICC master key with AES encryption. How could I do that? So far I can get the session key using single DES.
Studuino
  • 118
  • 2
  • 9
3
votes
1 answer

How to toggle "Use Physical Keyboard".

I am developing an application where I have RFID reader (emulates keyboard). In some activities I need a virtual keyboard as well. I have discovered that all I need is to toggle "Use Physical Keyboard". That works fine, but when I restart my tablet,…
Mihael Meklav
  • 335
  • 2
  • 6
  • 17
3
votes
2 answers

How to speed up card absent detection on PC/SC reader in Java?

an application I am working on requires to detect, as quick as possible (in 500 ms maximum), that a card is removed from the field. Here is what I did to test the time needed to detect that absence of the card: public static long…
GChabot
  • 143
  • 2
  • 9
3
votes
2 answers

Looking for user manual or eeprom instructions set for PN544 NFC chip

i would like to use the mfoc library with my Galaxy Nexus phone but some methods are missing in the NFC Android API. So I would like to implement those methods and build my own ROM. With the NFC pn512 chip, it was possible to switch off the…
Gregoire
  • 117
  • 4
3
votes
2 answers

how to interact with a Wiegand RFID reader/writer?

Guess we have a RFID reader that can read a card number, these readers can connect to pc using RS232 or USB cable and so on. how i can interact with this device. in simple scenario i want to read the card no when reader read a card. any OS (but…
2
votes
1 answer

Android NFC read Tags issue. Activity starts each time on data received

I have 2 issues with reading NFC Tags. First is Tag Read Activity creates each time when tag received. And second issue is activity opens in full screen window, not under Tab Host Activity, but first issue is worst. What do I do (…
mastak
  • 1,397
  • 1
  • 14
  • 28
2
votes
2 answers

SCardTransmit() always returning error

I am working on SCM Contactless RFID Card Reader using the Microsoft SmartCard APIs. The usual process to ineract with the smart card, what I have understood, is: 1. Establish the Context using SCardEstablishContext() 2. List all the readers…
S.K.
  • 31
  • 1
  • 4
2
votes
2 answers

Android NFC: Intercept all Tags

I want my app to intercept all tags discovered by the phone. That way I want to check the uid of the tag and pass on the intent afterwards (show an application chooser etc.).
Bannane
  • 145
  • 2
  • 9
2
votes
2 answers

Phidget RFID Not attached (ANDROID and PHIDGET)

I am currently having problems in Eclipse, even though my Phidget RFID is attached the the device (emulator) does not, I have run it in normal Java classes that are not android related and it works. I have restarted a number of times. Below is the…
user1128488
  • 87
  • 1
  • 2
  • 5
2
votes
3 answers

how can i read the ISO15693 tags UID

I have tried to use the tag method byte[] tagId = intent.getByteArrayExtra(NfcAdapter.EXTRA_ID); But the value changes every time when I read the tag. How can I read the correct ISO15693 tags id?
king5201
  • 113
  • 3
  • 9
2
votes
1 answer

Samsung Nexus Prime and reading RFID Employee ID

I want to create a small sample app that can read my employee badge and display it on the screen (or better if I can replicate it so we can use our phones to badge into work rather than our plastic id card) A few questions 1. Is this technically…
Cocoa Dev
  • 9,361
  • 31
  • 109
  • 177
2
votes
2 answers

Reading a Tag with the NFC-enabled Androidphone

The API demo is not understandable for me. I have bought A Milfare 1K Labels-Tag, works great with the well known "NFC TagWrite" App. So I want to implement this into my own app. I do not need to write content to tags, but read it. I know there…
Basti909851
  • 127
  • 8
2
votes
0 answers

Error reading from Android serial port with FileStream

I have an Android tablet with RFID that I'm trying to read data from proximity cards. The vendor provided a so file for opening the serial port but I have issue reading it with C#. If I use the following code I can successfully read from the serial…
Giorgi
  • 30,270
  • 13
  • 89
  • 125
2
votes
1 answer

Android read actual data from rfid tag

I have a Nexus S and I have specialty RFID writing hardware and passive RFID tags. I can write strings to the RFID tags (and read the strings back using the same hardware) but none of the NFC demo apps on Android I've tried show me the actual…
CQM
  • 42,592
  • 75
  • 224
  • 366
2
votes
2 answers

NFC communicate with existing RFID

Is it possible to create an application utilizing NFC(Near field Communication) of mobile phone which will communicate with existing RFID infrastructure ?Have both in the same frequency range? I read in an article that says RFID has a High…
Sumesh
  • 31
  • 3