-
Continued from https://github.com/nfc-tools/libnfc/issues/455#issuecomment-2457427034 .
Generate the actual ATR for ISO14443A and B tags. This requires kernel support of ATS and ATQB reporting, see…
-
Could this library poll felica card and the ISO 14443A card at the same time?
I want to develop a card reader that accept felica standard and ISO 14443A standard.
For example `nfc.felica_Polling…
-
No sure what this attempt to log is doing, adds some extra to the logtrace, and sends with each logtrace call over usb. Don't see any client side which can actually do anything.
It feels its a ha…
-
When I try to use mfoc on MacOS I get:
```sh
➜ mfoc -P 500 -O card.dump
mfoc: ERROR: only Mifare Classic is supported
```
But I'm using actually only Mifare Classic 1K cards:
```sh
➜ nfc-li…
-
Hello!
I'm stucked at this point with the libnfc 1.8.0 and do not find information about this error:
> **nfc-list -v 130 ⨯**
> nfc-list us…
-
Can i emulate type 4 tag on PN533 usb? If the answer is yes, using forum 4 tag gives me "Not (yet) implemented" error. This is my nfc_target configuration:
```
nfc_target nt = {
.nm = {
…
-
I'm using [this](https://github.com/nfc-tools/libnfc/blob/e9a750fc005fc545e731c9e063e2840f7ee4049e/include/nfc/nfc-types.h) include file and the following Haskell source:
```haskell
module Test wh…
-
Raised in http://discourse.voss.earth/t/probleme-nfc-cards-mit-tonuino-nfc-tool/14004
Fehlermeldung „Kann auf diese Art von Tag nicht schreiben: SAK 004 ATQA 04 00“
-
I can't dump a NTAG213 contents with hf commands, they keep failing with :
WARNING: iso14443a card select failed
I have a proxmark3:
proxmark3> hw version
Prox/RFID mark3 RFID instr…
-
I was using known working code, and suddenly, after a few days of things working properly, I started getting no tag reads whatsoever when setting setPassiveActivationRetries(0x01); in the iso14443a_ui…