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
2 answers

ExceptionInInitializerError and UnsatisfiedLinkError

I downloaded the Getac Z710 Android tablet RFID library/jar from there web site. But after I called the init function: 05-19 19:23:45.315: E/AndroidRuntime(2469): FATAL EXCEPTION: main 05-19 19:23:45.315: E/AndroidRuntime(2469):…
Nemesis
  • 5
  • 2
0
votes
3 answers

How to debug embedded application startup on Motorola FX7500

We have an application running on Motorola FX7500 RFID reader. Everything works fine except auto-start. Looks like start_appname.sh is executed but application doesn't even start. Is there any way to debug application startup? Or to find fail reason…
Artur Shamsutdinov
  • 3,127
  • 3
  • 21
  • 39
0
votes
1 answer

HB RFID attack. What am I missing?

Regarding the RFID protocol HB (not HB+) I am having a hard time understanding why my approach will not work. So in HB we have the Tag and the Reader whom both share a secret X. We are trying to figure out X. The protocol goes as follow: Lets…
SJP
  • 1,330
  • 12
  • 21
0
votes
1 answer

No suitable driver found for jdbc:sqlserver:VAIO:1434;databaseName=MyDB

This is my code, I added sqljdbc4.jar, im using sql ms server .. try { Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); System.out.println("Loaded"); Connection connection =…
0
votes
1 answer

RFID authentification message

I am writing some code to authentificate and overwrite some data on rfid chip. I am using javax.smartcardio and the reader is ACR122U. Now if I try to send a APDU-command like: ff860000050100066100a0a1a2a3a4a5 (authentificate with standard key at…
0
votes
1 answer

Desfire EV1 file Access Bytes

Can someone tell me how to calculate the access bytes of files and applications of a MIFARE DESFire 4K EV1 card?
TheAustrian
  • 337
  • 3
  • 10
0
votes
2 answers

RFID interoperability among reading + writing

There exist many different RFID reader with frequencies like 13,56 MHz, 125 kHz, 134 kHz, 9,2 MHz, 869 MHz, 915 MHz und 2,45 GHz After having read that reader and card are compatible when using same frequency, Is there a standard protocol for…
user3460634
0
votes
1 answer

Connect R1240IB qID Wearable Bluetooth UHF RFID Barcode reader with Java programme through USB?

I have to connect RFID reader with my java project. I installed all necesary driver for this device and imported all necesary Libraries. I used Eclipse program to writing my java project. Am beginner with RFID readers. The below code doesn't work.…
0
votes
1 answer

What system (Windows Web based / Form based / or anyother ) is used to run RFID card management system?

I need suggestion about making Card Membership management system using RFID . My question is , Which system would be more stable and easy to maintain for it ? Is php/html web based system with mysql would be stable in windows PC ? How about .net…
Zahid Rouf
  • 1,611
  • 2
  • 12
  • 10
0
votes
1 answer

Arduino store variable by serial read rfid

I want to store the same that is displayed in the Serial Monitor in a variable, because after that i can send the value to a Database. That's the code: if (bytesread == 12) { for (i=0; i<5; i++) { if (code[i] < 16) Serial.print("0"); …
milhas
  • 83
  • 1
  • 1
  • 9
0
votes
0 answers

Working with 4 and 7 byte HEX values in actionscript

Have built an NFC-RFID reader interfacing an arduino with an Adobe AIR application. My confusion is in how to deal with the 4 and 7 byte HEX UID values being returned example 0xED 0xAD 0x8F 0x9A or 0x04 0x70 0xE9 0x2A 0x42 0x2B 0x80 Converting a…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
1 answer

Writing to Mifare Ultralight C with PN532 library for Arduino Uno

I use the sample code to read from MIFARE Ultralight and write to MIFARE Classic, with the definition in .h file: #define PN532_RESPONSE_INDATAEXCHANGE (0x41) #define MIFARE_CMD_WRITE (0xA0) but when I run the code below:…
Bao Doan
  • 87
  • 1
  • 2
  • 13
0
votes
2 answers

Read a RFID/NFC Tag ID

I am trying to get a piece of code to be able to scan a Tag and display that tag in a TextView... I have been getting really swamped down in this, any advice would be appreciated... When I scan a tag, the noise for a tag being discovered is…
Rory Price
  • 45
  • 1
  • 1
  • 6
0
votes
1 answer

How to connect this particular RFID reader with Arduino and get input to Java?

Please click the following link and see the image of the rfid reader which I brought recently http://i62.tinypic.com/2vlnqtt.jpg And I need help to assemble this with Arduino mega 2560. How to wire this RFID reader with Arduino mega 2560, and then…
sham999
  • 121
  • 1
  • 3
  • 12
0
votes
1 answer

Using SDKs made for Windows in Linux for different architecture

I have recently purchased an RFID reader that uses RS232 communication. What I want to do is essentially to use this reader on my Raspberry Pi(which does not use x86 architecture). However the seller only sent me SDKs that uses .DLL for C#, Visual…
Sarp Kaya
  • 3,686
  • 21
  • 64
  • 103