RFID stands for Radio Frequency IDentification. By way of tags and a reader. Information can be read from the tag wirelessly based on commands sent from the reader. Commonly only the ID of a tag is used, but tags can contain limited data. See wiki for more details.

learn more… | top users | synonyms

0
votes
0answers
18 views

How to read Data from a ACR122U rfid tag reader in c#

I have to use a ACR122U smartcard reader in order to implement a rfid tag reader function in c#. Does anyone know a library which will allow me to manage this smartcard reader and perform basic IO ...
0
votes
0answers
8 views

Are RFID/NFC tags and readers compatible? or manufacturer dependent?

Are RFID and NFC cards "universally" readable by RFID and NTC readers of the same format/standard? or do they have to be same brand/manufacturer kind of thing as one guy told me? trying to get into ...
1
vote
0answers
17 views

RFID and PHP - please jump start me

I've been a Web Applications programmer for over a decade.. but this is my FIRST relationship with RFID and NFC stuffs lol basically, i want to enable RFID/NFC reading and writing in my web ...
0
votes
0answers
8 views

What kind of block format is the Desfire authentication message?

After selection of the card and RATS, i want to start the authentication. In the mifare documentation is described that an 0A 00 should be sent. This data is supposed to be ISO14443-4. I have to ...
0
votes
0answers
5 views

Zebra RZ400 prints an RFID tag, but encodes the subsequent one

I'm trying to use my RZ400 for the first time. I have placed the RFID tags and the ribbon, calibrated the media and sent the ^XA ^RS8 ^FO50,50^A0N,65^FDHex Pattern 1^FS ...
0
votes
0answers
11 views

java coding for motorola RFid reader model FX7400 on mac/linux

I am trying to code for a motorola RFID reader using java and a mac os. The error is: `Exception in thread "main" java.lang.UnsatisfiedLinkError: no RFIDAPI3_JNI_HOST in java.library.path at ...
0
votes
0answers
12 views

ACR122 Connection via USB

Im trying to connect to the ACR122 reader via USB but i'm not sure what to put in as the portStr string. retCode = acr122.ACR122_OpenA(portStr, ref hReader); I've tried all COM ports, all USB ports ...
0
votes
0answers
18 views

Raise event when rf card is read in smart device

I have a smart device with Windows CE 5 OS, and too i write a sample c# application to run on this device. in a part of this application, read a RF Card and it's Serial Number. this operation do when ...
1
vote
1answer
26 views

How can I read data from an RFID tag using SNMP/SNAP protocols?

I need to work on WIFI RFID using access points how can i do this using SNMP or SNAP protocol. Tutorial links will be very beneficial. Thank You!! can the same be done using Wifi Hotspot Technology ...
-1
votes
0answers
17 views

automatic payment url. paypal method? [closed]

This may be a bit of a non-starter, but I thought I'd ask here first. What I want to do is have a user make purchases using their mobile phone. I know that new phones are coming with RFID built in, ...
1
vote
1answer
97 views

Get mifare card serial number with WinSCard library

I am working on an application that required reading the mifare card serial number, the language I am working with is C#. I am new to mifare reader programming, so I am sorry for asking dumb ...
-8
votes
0answers
41 views

What About NFC,QR COde [closed]

1. Hi,i am doing final year project in "NFC",All data (vcard,business card,credit card,debit card) data is in android smartphone,there is no need of all cards in wallet,just all data in your ...
0
votes
1answer
61 views

Auto post with facebook

I'm using facebook login (with facebook api) for one of my web application . After user logged with their FB account I'm assigning secret unique code for the user in my application side . So now I ...
0
votes
1answer
80 views

Mifare ultraligtht and APDU commands

I am looking for a list over various APDU commands, supported by the mifare ultralight cards, I have tried to search for how to lock bytes, making them permanently readonly, but so far unable to find ...
0
votes
1answer
73 views

How to get the BaudRate of the device?

I'd like to know if there is a way to get the Baud Rate when it's connected on the RS232 port BEFORE you initialize the SerialPort class and set it's values. Let me try to explain the reason for ...
1
vote
1answer
33 views

RFID Limitations

my graduate project is about Smart Attendance System for University using RFID. What if one student have multiple cards (cheating) and he want to attend his friend as well? The situation here my ...
0
votes
1answer
44 views

How to read NFC tags to prevent system dialogs NFC starter list and Tags being displayed

I am working on NFC RFID Tag reading application that needs just to read NFC ID number and write it to EditText in some NOT MAIN activity. NFC reading is just one of hundred functions in that app. ...
0
votes
0answers
28 views

How display ACR120u TagSN on C

I have a problem about ACR120u, i have follow that API instrcutions, but there is some error in my code INT16 Status=ACR120_Select(hReader, &TagType, &TagLength, TagSN); full code #include ...
0
votes
1answer
64 views

Intercept Intent before Android delegates it (NFC)

I have an App that reads NFC Tags. This works fine so far - when the NfcAdapter.ACTION_TAG_DISCOVERED Intent is fired my Activity1 gets started. Now I have the situation that I have an Activity2 ...
1
vote
2answers
72 views

Using Touchatag reader from C#?

I happen to have an old RFID reader from Touchatag. It's pretty old already but it seems to work fine. Unfortunately, Touchatag has stopped their support for this device and besides, it required an ...
1
vote
0answers
88 views

integrating RFID with PHP

I am thinking of developing an offline (local) system using PHP and RFID for my office here. I have done some research regarding RFID device (card scanner type) and the SDK available out there in the ...
0
votes
0answers
28 views

Updating column when time difference is > 20

I have made an RFID application and now I want to update timestamps of user login and log out time based on the RFID card input and update the employee's attendance automatically if the difference ...
0
votes
0answers
23 views

what “API Permissions” does NFC reader need?

I'm trying to make an application (for Sonim XP1301 phone) that reads NFC tags. What "API Permissions" are needed for this? (On Netbeans "Properties -> Application Description -> API Permissions".)
0
votes
0answers
34 views

Can RFID Readers be configured to transmit stored rfid tags information?

Is there a way by which the RFID readers be programmed to transmit stored rfid tags information through an external device (like USB modem or 3G data card)? Data transfer would be in csv format. Can ...
7
votes
2answers
201 views

Detecting presence (arrival/departure) with active RFID tags

Actually arrival is pretty simple, tag gets into a range of receivers antenna, but the departure is what is causing the problems. First some information about the setup we have. Tags: They work at ...
0
votes
0answers
35 views

Handling chunked NDEF Records

I am working on an Android app aswell as some smartcard software. They are communicating via NFC, which works fine basically. When my RFID tag is activated (smartphone gets in range) a NDEF message ...
1
vote
1answer
120 views

RFID connect! works fine but causing to open multi forms

I have coded the software, it works fine and RFID device works as well in login box, as soon person login using RFID device key, it goes to main page however RFID connection still open and donot close ...
0
votes
1answer
39 views

how to make a searchable String ID with a byte[] using java and hibernate

i am working on a RFID project, in which i should identify vehicles with their RFID tag. the RFID Tags contain 14 bytes of data. my first clue was to convert each byte of the array to string something ...
0
votes
1answer
138 views

Connecting to RFID with LLRP

I have A UHF Passive RFID Reader, The reader is come with C# SDK.dll and it meet international ISO 18000\EPC G2 standards. The problem is when I try to connect to reader as TCP Client using the SDK ...
0
votes
4answers
123 views

how to communicate between C# (or C++) and JAVA

i am working on a RFID based project in which we should communicate with Gates(RFID tag reader is called a GATE) through our application (and we are using java 2 ee to do this). the problem is the ...
1
vote
1answer
139 views

MF522-an RFID reader - checking for the complete card number

The code I am using is from How to get started with the Mifare MF522-AN and Arduino. The problem is, that the code only checks for the first pair of the card number: if(serNum[0] == 88) { // Is the ...
0
votes
0answers
133 views

Authentication success but read failure - Mifare 1k - ACR122U

I'm using ACR122 Tool to read a Mifare 1k card and I can read only blocs 9-10-14-15-16, on the others, I get and Authentication Success message but an Operation Failed when I try to read the bloc. ...
1
vote
1answer
255 views

Copy Mifare card with ACR122U

I just purchased the NFC Acr122u reader/writer and am trying to copy two (Mifare 1k) cards for backup. The drivers are installed correctly and I can read some info from cards with random tools. ...
2
votes
0answers
99 views

Having trouble detirming out to convert raw RFID data to usable string

I have this http://www.parallax.com/Portals/0/Downloads/docs/prod/audiovis/28140-28340-RFIDreader-v2.2.pdf RFID reader connected to a raspberry pi. I have tried to get the ID using Java and Python. I ...
-1
votes
1answer
139 views

Updating User data in MYSQL when rfid tag is swiped on reader [closed]

I am a newbie to RFID and i am making an attendance application using java. My questions are as follows: I want to verify my RFID tag number (10 digit Hexadecimal) from the database. How do I do ...
5
votes
1answer
168 views

Qt distinguish two keyboards? (One is actually RFID reader)

I have simple RFID reader that actually behaves as keyboard and returns read values with return character at the end. I want my application to listen only single (distinct) keyboard device (which i ...
-2
votes
1answer
79 views

Wireless Actice-RFID tag by Savi Echo Point

I have a windows form application (compact framework 3.5) that runs on a mobile scanner device. The scanner has an RFID reread card on it (not sure which one yet) and I will need to connect to RFID ...
1
vote
2answers
40 views

Limit the RFID band

I am working with RFID, using Motorola FX7400 reader to read tags, all that without much trouble. This reader operates in a determined frequency(902 MHz to 928 MHz). I want to limit this frequency to ...
0
votes
1answer
176 views

Can the UID on a RFID chip be overriden?

I'm working on a project where I use RFID chips to identify different units, using the UID on the chip. But a security issue came to mind. Is it anyway possible the override or spoof the UID of a RFID ...
0
votes
1answer
149 views

Write on a MifareClassic card with our own android application

I am currently trying to develop an android application which will write a smal text on a Mifare card. I tried to program an application but the code doest't work. Someone knows what do I have to ...
0
votes
1answer
45 views

Identify encoding to convert between known strings

I have some ISO 11785 RFID animal tags which are programmed with a number and also have a number written on them. The two numbers are matched through a text file which was sent with the RFID tags. The ...
1
vote
2answers
357 views

Using Android phone to locate Zigbee sensor

I'd like to tag something important with a ZigBee sensor and be able to know/track its approximate distance (ideally location, but I understand that would take many reference sensors) through my ...
0
votes
0answers
215 views

Reliability of Arduino / GPRS Shield

I am trying to send data captured by my RFID board to a Web Server. I am using a sim900 based seedstudio gprs shield to communicate with the Web Server. I am using an Arduino board to communicate ...
1
vote
0answers
145 views

Mifare Classic 1k - Error only on Samsung S III mini GT-i8190N

Hi I have problem with my app. App working with Mifare Classic 1k. I write some information on card with key B. Problem is: App is working ok with Samsung S3 (jelly 4.1.2, debug mode on, nfc on). ...
4
votes
1answer
653 views

Reading from a serialport and displaying the result

here's the code I've come-up with so far: protected void Page_Load(object sender, EventArgs e) { try { serialPort1.PortName = "COM4"; serialPort1.BaudRate = 9600; serialPort1.Open(); ...
0
votes
1answer
38 views

How to close the prompt window?

The program works properly. When the prompt appears and an "Invalid RFID" is tapped, the Invalid RFID message pops up and I am able to scan again. However, if the RFID gets accepted, I want the prompt ...
4
votes
1answer
169 views

C# How to auto okay from RFID scanning?

I have a program wherein the user taps an RFID card on a reader and the program will input this data. In this program, there is a prompt wherein I have to click OK. How do I remove the OK button and ...
1
vote
1answer
216 views

Reading EM4102 RFID tags on android

I'm exploring the possibilities of using the NFC Antenna on my Nexus 4 to read membership cards at work. The cards are an EM4102 RFID tag. I found a small app called NFC Reader on the Android ...
0
votes
1answer
160 views

Error when Use two RFID Reader

I am develop an app Using RFID from this site in C# Here and I was do it with one Reader it's work great but when i use two Reader in the Same PC and I Use MultiReader.dll with no change in the code ...
1
vote
0answers
139 views

Read data (as USB data) from PC when Android device is connected to PC

I am working on a project where we are developing an Android app to read data from an RFID chip in an USB. The Android app works fine, reads the RFID data when the USB(with the RFID chip) is ...

1 2 3 4 5