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

Auto post with facebook

I'm using facebook login (with facebook api) for one of my web application . After user logged with their FB account I'm assigning secret unique code for the user in my application side . So now I need to login to the particular user FB account…
Anushka
  • 2,434
  • 1
  • 17
  • 14
0
votes
1 answer

How to read NFC tags to prevent system dialogs NFC starter list and Tags being displayed

I am working on NFC RFID Tag reading application that needs just to read NFC ID number and write it to EditText in some NOT MAIN activity. NFC reading is just one of hundred functions in that app. When I test it on Panasonic dl1 cell phone , when I…
Prometeus
  • 33
  • 1
  • 7
0
votes
1 answer

how to make a searchable String ID with a byte[] using java and hibernate

i am working on a RFID project, in which i should identify vehicles with their RFID tag. the RFID Tags contain 14 bytes of data. my first clue was to convert each byte of the array to string something like this : public String…
MoienGK
  • 4,544
  • 11
  • 58
  • 92
0
votes
5 answers

Connecting to RFID with LLRP

I have A UHF Passive RFID Reader, The reader is come with C# SDK.dll and it meet international ISO 18000\EPC G2 standards. The problem is when I try to connect to reader as TCP Client using the SDK provided, I am able to connect to the reader but…
Jivesh
  • 11
  • 1
  • 3
0
votes
2 answers

query on RFID tags

I am trying to integrate my software(developed in java) with a rifd reader.The data read by the reader when a card was swiped is 0068276206 and when the same card was swiped on fingerprint system with a reader it displayed the card number as…
Raghav
  • 1
0
votes
1 answer

Identify encoding to convert between known strings

I have some ISO 11785 RFID animal tags which are programmed with a number and also have a number written on them. The two numbers are matched through a text file which was sent with the RFID tags. The problem is that the numbers returned by the RFID…
0
votes
1 answer

How to close the prompt window?

The program works properly. When the prompt appears and an "Invalid RFID" is tapped, the Invalid RFID message pops up and I am able to scan again. However, if the RFID gets accepted, I want the prompt to close AUTOMATICALLY. In this program, the…
Kael
  • 51
  • 3
0
votes
1 answer

Error when Use two RFID Reader

I am develop an app Using RFID from this site in C# Here and I was do it with one Reader it's work great but when i use two Reader in the Same PC and I Use MultiReader.dll with no change in the code it show error message A call to PInvoke…
0
votes
2 answers

Python interface to Alien RFID reader

Corrected. See answer to my own question below. I am trying to communicate with an Alien RFID 9800 reader through the TCP/IP interface with Python 2.7. However, the attached test code does not get beyond the reader login, and the reader does not…
EMS
  • 1,033
  • 1
  • 9
  • 11
0
votes
2 answers

How can I read (and write) Mifare DesFire Cards with Android

I'm trying to read and write with an android app an mifare desfire card (classic works already) but don't know how it works :). I know it has something to do with transceive(byte[]) which is responsible for communicating through raw bytes but how…
Jules
  • 189
  • 1
  • 5
  • 20
0
votes
1 answer

Using RFIDs (OMNIKey 6321) With Java

For my Undergraduate Thesis, I am using RFID's to tag and document Patient information. My advisor ordered my hardware for me. He picked an OMNIKEY 6321 and Mifare cards. For the life of me, I cannot figure out how to get these working. If anyone…
0
votes
0 answers

Android cannot write NFC TAG that has URL

I have a TAG that, when scanned, opens the link of the shop where I bought it. Now, I want to write it with my own data. I have a form where I write what I want to write and, when I press the button "Start write", the following function…
Miguel Ribeiro
  • 8,057
  • 20
  • 51
  • 74
0
votes
2 answers

UHF Rfid to identify people and log time on stand

I want to add an uhf reader on every door of a tradeshow that has 4 stands (so it would be 4 doors) so I can log the time that every visitor spends on each stand. The catch is that the uhf tag will be placed on the visitor credential that usually…
mack
  • 21
  • 1
  • 3
0
votes
0 answers

Hid Global.Multi-ISO Mifare reader Binary Protocol

can any one explain how the binary protocol of HID-MULTI-ISO Mifare reader works? I am sending a frame to MIFARE reader (HID HF multi-ISO reader), but it failed. according to the datasheet, the frame looks like this: >> 020101787803 where 02 is the…
Liban
  • 641
  • 5
  • 19
  • 32
0
votes
3 answers

Hide an NDEF record into the NDEF Message?

I have developped 2 Android applications. The first one, to write into an NFC tag, and the second to read the contents I have written . This is what i did in the first application (WriteNFC) private NdefRecord createRecord1(String data) { byte[]…
mOmO
  • 186
  • 4
  • 12