-
I have a PN532 board (http://www.adafruit.com/products/364) hooked up to my Raspberry Pi. I've confirmed it's working using the utilities that come with libnfc:
pi@raspberrypi ~ $ ./libnfc-1.7.0-rc7…
-
My setup:
Raspberry Pi 2 running Raspbian with a PN532 Breakout Board connected using the USB to FTDI cable sold by Adafruit.
Success case #1:
Using NFC Tools version 0.10.0, running tagtool.py, I am…
-
Just tried to make protected tags (readable and unreadable) but got the following error messages:
`TypeError: transceive() got an unexpected keyword argument 'rlen'`
I can still read it afterwards (…
-
Using your second code example, when I touch a card to the nfc-explore device, the output is "None".
I've tested with several cards, including the MIFARE ultralight supplied with the unit.
I did ins…
-
I try to change 0 sector in China card with changable uid. But get error. But other sectors soft write sucessfull.
My scrennshot:
http://hostingkartinok.com/show-image.php?id=eac3be3a6b216afaa137a4a2…
-
Hello,
I musing MFRC522 with Arduino Mega, I m able to detect MIFARE classic cards and tags but unable to detect the MIFARE ULTRALIGHT CARD and TAGs. Will you please guide me on this. ????? I m able …
-
Hello,
I try to read data from a nfc tag with python. I'm using the example from the readme.md
When I test my nfc tag with an android app I get:
> Dataset 0: text / plain
> "myText"
How can i get t…
-
It is possible to change the UID of a "magic" mifare ultralight.
It works with the ACR122U and Prox'n'roll. Probably with other PCSC reader too. It does not work with Omnikey5321 however.
Since we c…
-
The following issues were found by me when I developed my [Go wrapper](/fuzxxl/freefare). These issues can be found in the file [BUGS](/fuzxxl/freefare/blob/master/BUGS), the content of which is repli…
-
byte MFRC522::MIFARE_Read( byte blockAddr, ///< MIFARE Classic: The block (0-0xff) number. MIFARE Ultralight: The first page to return data from.
byte *buffer, /…