rfid Questions

3

Solved

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...
Sprung asked 28/4, 2013 at 10:0

1

Solved

So are NFC tags really UNIQUE from each other, at least in their SERIAL NUMBER? And can we rely on the fact that no 2 NFC tags can have the same serial number? I'm highly skeptical about this as th...
Sorghum asked 11/2, 2014 at 11:34

1

I'm using the MFRC522 library on my Arduino UNO to read Mifare RFID tag Info. // Print HEX UID Serial.print("Card UID:"); for (byte i = 0; i < mfrc522.uid.size; i++) { Serial.print(mfrc522.uid...
Cyrano asked 10/2, 2014 at 13:6

2

Solved

Is there a reliable way to find out if an RFID card is either a Mifare Ultralight or a Mifare Ultralight C? The only way i found so far is utilizing the difference in size of those two cards issui...
Apomorphine asked 10/8, 2012 at 8:15

2

What is the difference between ISO 14443-3 and ISO 7816-4 APDUs? I'm asking this because seems some cards use former to communicate with reader, some latter. I'm confused with this, would like to g...
Scolecite asked 3/10, 2013 at 7:22

1

Solved

Im developing a NFC reading system with C#, according to given sample codes with SDK I cannot connect the device with the application. Sometimes it return unknown error code (-2146434967) which is ...
Colostomy asked 27/9, 2013 at 7:7

1

Solved

This is killing me... I am trying to find an NFC/RFID tag that: Implements encryption and/or cryptographic signing of data sent to the tag such that the tag can be authenticated by the reader. I ...
Concessive asked 5/9, 2013 at 3:19

2

Solved

Is there any way for an Android phone with NFC (Nexus, Galaxy, etc.) to read a passive RFID tag that was designed for longuer distances reads? I'm interested in using a same tag that can be read by...
Unchaste asked 27/6, 2012 at 17:40

2

I am starting an open source project by using RFID card readers for saving data from an hotel information system. heres my scenario, i will be using rfid to save the data from the database and stor...
Laban asked 25/10, 2010 at 11:19

3

Solved

For iphone is it possible to communicate RFID tags with IDBlue RFID pen (bluetooth connected) and store data into my application? If yes then is there any some readymade component or code library...
Heaves asked 27/7, 2011 at 10:40

3

Solved

To be more specific, I'm trying to implement an Android application, which forces the phone to operate as an RFID tag. This tag is read by scanners placed around doors (thus the > 4 inches constrai...
Quinque asked 12/11, 2012 at 12:11

5

Getting started with Nexus S NFC/RFID. Can anyone provide any guidance? I'm interested in creating some home brew demos using the nexus s NFC/RFID hardware. I think I need to find the appropriate ...
Joeyjoffre asked 18/12, 2010 at 15:51

1

I have 2 issues with reading NFC Tags. First is Tag Read Activity creates each time when tag received. And second issue is activity opens in full screen window, not under Tab Host Activity, but f...
Onionskin asked 28/2, 2012 at 16:31

1

Solved

I'm using an Rfid Reader (a small usb stick) which imitates an HID keyboard on Debian Linux (Squeeze). less -f /dev/input/event2 gives me a bunch of gibberish on the screen the moment an rfid tag ...
Tical asked 29/4, 2011 at 15:45

1

I have an ACR122U Contactless NFC reader. I bought a lot of blank RFID Mifare 4k tags. Their default Authentication KEY A and KEY B is FF FF FF FF FF FF. Now I want to change them to something els...
Selfmade asked 30/1, 2011 at 9:11

2

Solved

Can NFC in nexus s mobile can read ordinary RFID tags?
Dekaliter asked 9/5, 2011 at 21:7

4

Solved

I'm attempting to build a simple authentication system built around RFID. Basically I have an old computer and I'd like to buy a USB RFID scanner. However, I have no experience in this area a...
Sclerometer asked 13/7, 2011 at 17:7

2

Let’s share on a common place ideas about the NFC development, technology… I warmly welcome any comments you might have – either about the Android or Symbian SDK or about the NFC in general. From ...
Husbandman asked 9/8, 2011 at 7:37

1

I'd like to be able to write and read strings from a Mifare 1K RFID. I successfully read and wrote to the tag I have using the NXP TagWriter App. I then tried the code here, but was able to get any...
Carniola asked 22/6, 2011 at 15:46

1

Solved

we have bought the ACR122 USB SDK for NFC testing. We would like to build the test desktop application for the ACR122U-A2 NFC reader. We are developing it in Java on the Microsoft Windows 7 platfor...
Galateah asked 3/6, 2011 at 12:18

1

Solved

I am looking for some libraries in delphi to programming and reading from RFID cards. today I use normal Mifare 1k cards, and use a simple library to read the cards UID, but I would like to do more...
Deese asked 12/2, 2011 at 13:25

4

Solved

I'm new to the whole RFID arena. I need to store an RFID pr asset in the database. No decision has yet been made on what system will feed that particular field (or fields?) so I just want to set a...
Kuehn asked 29/5, 2009 at 8:36

6

maybe my question would be lost in the forum, but has somebody work with RFID tags? I know I can read them, but can I write or modify the inside data? Does anyone know where can I find more a...
Grave asked 1/2, 2009 at 18:18

3

Solved

Do RFID tags have a "real" processor capable of simple computations? If so, what is the processing power of nowadays RFID processors?
Pestilential asked 1/8, 2010 at 13:52

4

Solved

I'm experimenting with the BMW Java SDK on the new BMW 116i Innovation Package. Basic things like turning the lights on and off, starting and stopping the motor work fine. What I'm trying to do now...
Effluvium asked 1/4, 2010 at 0:29

© 2022 - 2024 — McMap. All rights reserved.