-
Hello all.
I am using Libnfc on a Raspberry pi 3b+ with a PN532 adafruit.
I am trying to read the tag data with the apdu_example.c. When I run the program, I get a error error libnfc.driver.pn53…
-
```
What steps will reproduce the problem?
1. download source from SVN
2. compile source
3. try to execute software
What is the expected output? What do you see instead?
Now I expet to get the GUI, b…
-
```
I am building libnfc for Raspberry PI
when issue this line
./configure --with-drivers=pn532_uart --sysconfdir=/etc --prefix=/usr
it doesn't work,
I am following the steps from
https://learn.a…
-
```
What steps will reproduce the problem?
1. download source from SVN
2. compile source
3. try to execute software
What is the expected output? What do you see instead?
Now I expet to get the GUI, b…
-
When I launch `nfc-amiibo`, I do get the `***Scan tag***` line, but the tool doesn't wait until a tag is on the device, so it tries to write nothing.
I am on Arch Linux, using libnfc 1.8.0, and a U…
-
```
(originally reported by thefkboss on issue 19)
the last 2 bytes of the keys are always good, but the first 4 bytes are always
wrong (sometimes random, sometimes the same).
the problem is here i…
-
Hi.
I'm trying to install libnfc on my Windows box, but I'm having problems compiling it. After running the cmake gui, configure it and generate the makefile I proceed to run mingw32-make. This see…
Tiwas updated
3 years ago
-
系统win10x64 1903
设备pn532+ch340和acr122u
版本V1.7
不管什么设备都是100多s才能扫描到
pn532扫描到之后其他操作速度正常,但是acr122u不管什么操作都会有100s左右的延迟
-
Hello,
I am using PN533 device to run the nfc-dep-initiator sample but once it finishes I am unable to open the device again until replugging the device.
I receive this error when I call nfc-lis…
-
I am working with Mifare tags and am getting stuck in the REQA loop when trying to detect the tag with ``nfc-scan-device`` and the ``nfc-tools`` utility ``mifare-desfire-info``. What I think is happen…