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

Do NFC tags have unique, read-only IDs?

I am trying to implement an authorization system based on general NFC tags. One of the concerns I want to address is tag cloning. I have read some literature ensuring tag authenticity by using a read-only tag ID written on the tags during…
Tabish Mir
  • 717
  • 6
  • 26
3
votes
2 answers

MFRC522 RFID Python3 Script won't start: No such file or directory

I have the problem that the Python Scripts for the MFRC522 RFID-Reader won't start. I couldn't find any solution to this problem I tried following this tutorial: https://pimylifeup.com/raspberry-pi-rfid-rc522 when starting the script I get this…
Bierly
  • 43
  • 1
  • 8
3
votes
0 answers

How to lower power consumption ARDUINO and RFID mfrc522

Im making a project that i scan rfid cards to gain access to a door. I have made the code the way i want it to function but currently its drawing 22mA. I want this project to be powered by an 4Ah Lead acid battery. I have removed the leds from the…
3
votes
1 answer

MIFARE Classic standard keys

I have two NFC tags with different keys for their sectors: Tag 1: This tag contains an NDEF message. Sector 0 = A0:A1:A2:A3:A4:A5 for key A Sector 1 to 15 = D3:F7:D3:F7:D3:F7 for key A Tag 2: No NDEF data on this tag All sectors =…
Lucas Moretto
  • 404
  • 1
  • 6
  • 18
3
votes
0 answers

How can I communicate with external python script from Django server

I have a Django server running in my pc and a client browser running into a Raspberry Pi. The Raspberry Pi has a RFID-RC522 reader which may read nfc tags. My idea is to write a python script on the client side (RPi) that detect when a RFID card is…
Antonio Maestre
  • 123
  • 4
  • 14
3
votes
2 answers

RFID software for windows, linux and Mac

I want to learn how to play with RFID... Read it, write it, scan for it. I need the software to do this as well as the hardware. I'm not 100% sure what my end goal is. So, the more sources is get, the better. Keep the comments coming.
nick
  • 73
  • 1
  • 3
  • 6
3
votes
0 answers

Send APDU Commands in python (RC522, RaspberryPi)

I build up some kind of RFID-Reader with an Raspberry Pi 3 and an RC522 using this code as a start: https://github.com/mxgxw/MFRC522-python. Unfortunately I'm not able to get a APDU-Response from my card after sending any APDU-Command. My current…
3
votes
1 answer

RC522 with ESP8266 not working Arduino uno

I have written below code for Arduino Uno to scan an RFID card using a RC522 module and an ESP8266 module to connect to my router. Now when I scan any card it should read the card number and send a request to my server's IP address and get the…
user3997016
3
votes
0 answers

iOS app closes immediately after launch when accessing code from the Binding Library

I am facing a strange issue. I have converted the Native framework (Serialio RFID reader) into Binding Library and using it in one of my samples. This sample has only one ViewController. Problem is, app launches in Simulator but it closes…
MilanG
  • 2,551
  • 16
  • 24
3
votes
1 answer

Distinguish different types of MIFARE Ultralight

How to identify different types of MIFARE Ultralight tags? In document AN10834 Ultralight and Ultralight C differ by the answer from "Auth". What is this "Auth"? There is no description of this function in the datasheets to the chips. I noticed that…
3
votes
1 answer

How to change ISO 14443 bit rate via the NFC API?

As NFC/ISO 14443 support various communication speeds from 106kbps to at least 424 (e.g. see here), I am wondering how to switch between these bit rates through the Android API in order to shorten the time it takes to read out the entire memory of…
FriendFX
  • 2,929
  • 1
  • 34
  • 63
3
votes
1 answer

How to read from a USB RFID Reader with C#

I just bought an USB RFID Reader and now I want to read, write and check if a card is on the Reader at the moment or not. So I searched here and found the Code below. The description of it is pretty much all what I Need: Opens a USB device by…
ShadowOfArmy
  • 33
  • 1
  • 1
  • 4
3
votes
1 answer

Authenticating Ultralight EV1 with PC/SC reader

I have a problem trying to authenticate an Ultralight EV1 card using a PC/SC reader (specifically an ACR1222L) in Java. I'm able to write and read on an unprotected tag using the corresponding APDUs for ISO 14443-3 tags. However, I can't find a way…
jesm00
  • 115
  • 1
  • 7
3
votes
1 answer

Impossible to scan RFID tags using libnfc, PN532, and RPi3

I recently bought this NFC/RFID reader PN532 module V3 I want to use it with my raspberry pi 3. I have install and configured the library libnfc. The PN532 is connected with I2C. I have well enabled it on my RPi. My problem is that I cannot scan…
qcha
  • 523
  • 1
  • 5
  • 19
3
votes
2 answers

Is it possible to start a functionality with RFID or NFC when phone is in standby (i.e. screen is off)?

So I'm starting to get into Android development, but I'm not fully aware of all the possibilities yet. For my first bigger project I want to make an application that allows me to track my traveling with the push of a button. Another button will…
Jordec
  • 1,516
  • 2
  • 22
  • 43