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
-1
votes
1 answer

Limiting distance of RFID readers

We are currently working on a warehouse management project that includes RFID tags and readers. we're still at the beginning of it and are trying to design the different solutions. Here's my situation : We're going to have RFID tags (most likely…
SphynXz
  • 64
  • 1
  • 2
-1
votes
4 answers

RFID-RC522 not reading card

I have a RFID-RC522 (MF-RC522) module and I'm using Arduino sketch program. I have downloaded the Example code: /* * -------------------------------------------------------------------------------------------------------------------- * Example…
-1
votes
1 answer

Java + Uno + RFID : call method read rfid in java

i have a problem that i can call the method from other class into my JFrame this my method class which i got from other people in this forum /* * To change this license header, choose License Headers in Project Properties. * To change this…
-1
votes
1 answer

choosing product for simulating a mifare classic tag

I'm looking for a programmable product that allows me to simulate a dynamically programmable mifare classic tag. I known that AMS, NXP and ST products cannot chieve this. RyscCorp products are banned in my country. Can anyone tell me if there is a…
Sonja
  • 9
  • 5
-1
votes
1 answer

MFRC522 and specific sector/block reading

I am creating a game using the Mifare tags embedded in 8 different playing pieces. I will be using an Arduino NANO with the MFRC522 (library https://github.com/miguelbalboa/rfid) to do the actual reading of the tags, and am using an ER301…
JMortonSalt
  • 1
  • 1
  • 2
-1
votes
2 answers

How to turn on android application through external signal?

I want to turn on an android application by external signal like bluetooth, rfid, nfc or any other. Any suggestions?
-1
votes
2 answers

Why is my Python Dictionary only returning the last value?

I have an rfid reader which when scanned returns a UID as "backData" I have my users (username and UID) stored in a text file. I've managed to read the text file into a python dictionary, but when i scan my card, it is only accepting the last UID in…
-1
votes
1 answer

Understanding connection between RFID reader and PC

I am new to RFID transmission and would love some help! In setting up an RFID system, the questions I have are: 1.) Can an RFID reader transmit data to a remote online server/cloud? (e.g. an tag is read in Texas and transmitted to…
user3682157
  • 1,625
  • 8
  • 29
  • 55
-1
votes
2 answers

Impinj - OctaneJDK - Read and set attributes: Epc and Antenna Port Number

I am implementing with OctaneSDK an application to read some data the reader SPEEDWAY Revolution R220. In my implementation class I have the following method: The section 2 is related to the desire to find the EPC code and number of Athena. My…
-1
votes
2 answers

How to write RFID tags using zebra printer

I'm developing WPF Kiosk application. My client request to use RFID tags for an Inventory system. As per requirement first we should print RFID tags, then stick into products before moving them into store. We're using IMPINJ reader for product…
Pradeep devendran
  • 489
  • 1
  • 9
  • 22
-1
votes
1 answer

RFID (SoftwareSerial) influences/breaks connection with SD (SPI)

I'm creating a RFID logger with Arduino. I connected a RFID scanner, RTC module and a SD card reader. All parts are working fine together but when i started combining different sketches a problem occured. Reading files and writing to files on the SD…
Jef Gys
  • 13
  • 3
-1
votes
1 answer

Reading RFID tag using Android Device via Bluetooth

I am currently developing app with target device like Samsung Tablet 3.0 and it does not have NFC feature in it but it has Bluetooth . I would like to know can I read a RFID tag using Bluetooth if yes , does any one have code . Have gone through…
user1782227
-1
votes
1 answer

read many rfid tags in close proximity

There is a passive RFID tag, containing the UPC code, attached to a screw driver. If there are 100 of these screw drivers with the same UPC code packed in a box, can a RFID reader accurately count the 100 pieces?
-1
votes
4 answers

Arduino RFID (Wiegand) Continuous reading

I have this RFID reader "Rosslare AY-X12", and it's working with Wiegand 26bit. I have an arduino mini Pro and connected together it's working fine but it only reads the card one time and then I have nothing. When I put on the card arduino reads…
Vasekdvor
  • 27
  • 1
  • 4
-1
votes
1 answer

RFID reader with RS232 gives wrong output

Today i got this reader from local shop. Earlier i worked with Wiegand type readers with no problem. So anyway, when i try to read EM type card with 0009177233 ID (written on card) i should get at least 9177233 with start and stop chars expected.…
Martynas
  • 627
  • 2
  • 8
  • 28