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

Why is my StartCapture() method only firing once?

This is my first time working with an RFID motorola handheld device. The point of this application is to be able to take pictures with the device and save each picture the "trigger" is pulled. For some reason, I can only get the StartCapture()…
kevin
  • 65
  • 1
  • 7
-1
votes
1 answer

How can I connect RFID with VB.NET?

I have installed hyperterminal for my RFID. When I scan the RFID, the tag is shown on the hyperterminal. I want to create a program using VB.NET that will function like the hyperterminal. When I scan the RFID, data will show and eventually, saving…
-1
votes
1 answer

Reading rfid tag from USB

I want to capture data from an RFID Tag that is coming from my USB port. My questions are as follows:- Any suggestions of a software that can sniff this data from the USB port? How do I receive this data and feed it into my C/C++ program? And also…
-1
votes
0 answers

PN532 with Raspberrypi 4B

i'm connected a rpi4B with pn532 through the spi protocol but i have a problem in connection between them and this error message : "RuntimeError : Failed to detect the PN532" i want to read the rfid id but i didn't arrive to do it as the rpi cannot…
Asma
  • 11
  • 3
-1
votes
0 answers

My program using Flask and SQLite is unable to write data to the database from the thread function

Flask application, when I click the "Start" button on the 'home.html' page, I want to run the RFID reader and also redirect to another page. To achieve this, I used threading to run the RFID reader function, and successfully rendered the second…
-1
votes
1 answer

How to send information from RFID-RC522 module to android phone via NFC?

I'm trying to send temperature and humidity data using arduino to a android smartphone via NFC. I set up the circuit using a DHT11 sensor to measure data, and RFID-RC522 module to read data when using an identified tag. I want to be able to see the…
-1
votes
1 answer

How to add a delay time to start a new reading?

I'm trying to develop a smart lock, with an rfid module, an esp8266 and integration with SinricPro (which makes the bridge for the lock to integrate with Alexa and Google Home) It turns out that I'm having a very annoying problem, and I would like…
-1
votes
1 answer

Auto populate SQL table fields from another tables fields

I am currently building a SQL database to monitor access to a server room. I have table1 with the employees details. The primary key is the employeeID field. I have table2 which is the transaction produced from the door reader. When a new row is…
-1
votes
1 answer

Can you write data to NFC tag in smartphone?

Can anyone tell me whether it is possible to write to the NFC tag in a smartphone? I know that's not the usual application and I could write the (small amount of) data to an app on the phone as well but I'd like to implement this in a way that…
-1
votes
1 answer

Can I store 16 digit card number and its 4-digit pin temporarily in Arduino Mega?

I have an RFID RC522 reader which reads 16-digit card number and a mini keyboard attached to Arduino Mega 2560 Rev3 which reads 4-digit Pin Number. Now I have attached a ESP-8266 Wi-Fi module in order to send that 16-digit card number and 4-digit…
-1
votes
3 answers

Arduino RFID (MFRC522) problem - stops reading tags after some time

For some time I wanted to have an Arduino controlled light switcher for outdoors and few weeks ago I created it, but I have problems with it. I needed to have a RFID reader outside, that switches lights on for some time when a proper tag is given…
-1
votes
1 answer

How does this POST request works?

"Send a message as a POST request to a web service. The address must start with “http://”, and may optionally include the port number (default is 80) and the path to a specific web service. The notification message fills the body of the content…
David
  • 39
  • 5
-1
votes
1 answer

C# multi-threading in RFID readers

I've written a program which could connect to several RFID Reader and start to detect tags simultaneously. But because all of them are working on UI-Thread (Main Thread) my both UI and reading function become slower every time I add a new…
-1
votes
1 answer

Python try finally statement to run another file

I am having an issue getting my try and finally statement to execute properly. I am trying to get another Python file to execute once a user has interacted with the first program.For example, once the first program is run the user will be asked to…
tibaH_lluN
  • 35
  • 7
-1
votes
1 answer

Why does reading Mifare Classic card on Android give different value that being read on PC?

I am trying to develop an android app that will read a Mifare Classic card. Tablet: Samsung Tab Active Pro SM-T545 Android: 9 Using built in NFC Reader On the PC we use RFIDeas reader and with this I get something like the following: 3 Raw Bytes…