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

How to read data from RFID tag?

I want to read data from NFCv tag , I tried this method but didn't get the data. I search on internet but didn't find any clue to read data , I used another play store application that tell me that there are 128 blocks and each block is of 4 bytes…
-2
votes
1 answer

What makes an RFID give "Access Granted" to a card?

I am interested in integrating the RFID1356MIFARE with the ESP32-EVB and using it as a card reader over UART. Basically reading UIDs, writing commands to UART serial and granting access or not based on what the reader output is. Initially I've…
Jorje12
  • 415
  • 1
  • 3
  • 14
-2
votes
1 answer

Anyone aware of an open source EPCIS python application or module?

Can't seem to find any python or recent (1.2) open source EPCIS platforms anywhere. Looking to do a quick RFID/barcoding project and need GS1 EPCIS 1.2 components or anything that could help build such components.
-2
votes
1 answer

how to connect RFID REader with computer through LAN cable

We wish to connect FEIG RFID reader with computer via LAN. The RFID model is LRU1002.The RFID interfacing software is ISO start 2017. I followed the instruction manual but couldn't succeed in that. Can someone guide us how to establish the…
paru kumar
  • 31
  • 6
-2
votes
1 answer

How can I hook up multiple RFID readers to communicate to a Raspberry Pi wirelessly?

I've done some research and found out about XBees. Can I use this with RFID readers? I am planning to use RC522 RFID reader as its the cheapest option for me at the moment. I am open to any advice or suggestion for other methods to achieve my…
-2
votes
1 answer

Change SPI pins in Arduino

I read in the documentation that SPI pins are 10, 11, 12, 13, but my board has only few ports, so I can't use those specific ports, and I'd like to change them.
user8663266
-2
votes
1 answer

NFC/RFID module multiple cards

I have this NFC module. When i read ONE card at a moment everything works fine, but I need to read more that one card at a moment. One card laying on a module - module reads it ok, when I move another card over the module, I get a mix of both card's…
Oleh Kurpiak
  • 1,339
  • 14
  • 34
-2
votes
1 answer

Read or emulate NFC card with Android 4.2.2

Can I read or emulate with Android 4.2.2 (on a Galaxy S4) ISO/IEC 14443B (NFC) cards like SRI 512? If yes what can I emulate? All the card data?
dookilo12
  • 1
  • 1
-2
votes
1 answer

How can I write/define different IDs to Mifare Classic 1k cards so that I can read them with rdm6300 card reader

I'm using javaxsmartcardio at the moment but I don't know how this library works. I have an acr122u reader/writer and I only want to use it as writer so that I can write cards and read them on my RFID doorlock project with rdm6300 card reader. So…
-2
votes
1 answer

How to: Time-in and time-out status on vb.net

`Public Sub updateTextBox() s = s + SerialPort1.ReadExisting() If Len(s) > 12 Then Try txtReceived.Text = Microsoft.VisualBasic.Mid(s, 1, 12) strSql = "SELECT * FROM stud WHERE tag = '" & txtReceived.Text &…
-2
votes
1 answer

how can i make this RFID module work

how can i make this RFID module work, i dont have diagram and i cant find this type of module in the internet also. and what kind of library would i used? RFID module pic
i logout
  • 7
  • 8
-2
votes
1 answer

storing image file to MiFare classic 4K

i'm writing NDEF data with a MIME type of text/plain to a MiFare classic 4k NFC tag , i also have to store a jpg (or any other possible format)in the NFC tag,i'm wondering how this could be done.
joghm
  • 569
  • 3
  • 20
-2
votes
1 answer

I have 125KHz RFID Reader, why it fails to read more than one tag at a time? how to program it for reading multiple tags?

I have 125KHz RFID Reader. Why does it fail to read more than one tag at a time? How can I program it for reading multiple tags? Is it possible to add an anticollision protocol there?
varad P
  • 1
  • 1
-2
votes
1 answer

Automated attendance system using rfid mc522 with sms notification

can anybody guide me steps how to design an automated attendance system using rfid tags/cards and connecting it with a database with sms notification? i just need to know the steps. im using rfid mc522, arduino uno.
-2
votes
1 answer

Using SAM modules for storing secure keys

As i understand SAM modules are kind of SMART Cards which connect to the MCU via ISO 7816 protocol. Is there any other application for them except storing secure keys? Can I used usual mobile sim-cards instead of SAM module to storing keys? As i…