-
I have a simple program that communicates with custom tag 14443B.
Today I tried lastest version and my program stop to work, i got the error "Invalid argument(s)" when I send byte with nfc_initiator_…
ghost updated
7 years ago
-
#436 i use [link](https://gist.github.com/doegox/5205cdad9862e74af75304d599fcbd8f) with acr122u
the card is good.
on` nfc_initiator_list_passive_targets` it takes so much time(like 15 sec.) and r…
-
I Done exactly like https://github.com/nfc-tools/libnfc/blob/master/examples/doc/quick_start_example1.c
replace `NMT_ISO14443A `with `NMT_ISO14443B2SR` but i can't read the card.
1-on witch card …
-
Witch iso proxmark support?
And how can i see on the code witch iso it recognize?
-
Current version of this repo, replace `-DWITH_HF_SAMYRUN \ ` with `-DWITH_HF_COLIN \` and `hf_young.c` with `hf_colin.c` in Makefile under armsrc/ . Ran make clean && make all and I get :
```
arm-n…
ghost updated
6 years ago
-
I want read uid and read data from sri512 that iso14443b from st
This my code
```
// To compile this simple example:
// $ gcc -o quick_start_example1 quick_start_example1.c -lnfc
// ./quick_sta…
-
Hello,
So I've had the USB power issues on mac as previously posted.
Went and reflashed using the --head brew install.
(Uninstalled previous one first)
![image](https://user-images.githubus…
-
Hi Iceman
Trying to compile the FW on the latest update and i get this error:
/emvcmd.o obj/parity.o obj/usb_cdc.o obj/cmd.o -lgcc
obj/emvcmd.o: In function `EMVSelectPPSE':
emvcmd.c:(.text.EM…
-
Hi,
I can read 14443A TAGs without problem, but I can't read an 14443B TAG. I have tried using nfc-list, nfc-poll and my own code (down below). I have read the same 14443B TAG with a Samsung phone …
-
Witch kind of card reader libnfc support?
Or that only important that the card will have the pn53x chip
(Or i wrong and the pn53x chip is on the reader and not on the card)
and
I looking for examp…