nfc-tools / libfreefare

A convenience API for NFC cards manipulations on top of libnfc.
Other
395 stars 106 forks source link

Why freefare_get_tags() not detect smartphone NFC? #140

Open crossmax opened 2 years ago

crossmax commented 2 years ago

Hi. I'm trying to find why I can't read NFC tag (a smartphone device with Android). I'm seen if I use the nfc_initiator_poll_target() function directly from libnfc the android device is detected correctly.

It is possible read NFC android device with libfreefare?

Thanks