Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ISO 14443-4 tag #141

Open
tsamppa opened this issue Nov 1, 2023 · 4 comments
Open

Support for ISO 14443-4 tag #141

tsamppa opened this issue Nov 1, 2023 · 4 comments
Assignees
Labels
PN532 Label for PN532 UAY Unassigned yet

Comments

@tsamppa
Copy link

tsamppa commented Nov 1, 2023

I desperately need ISO 14443-4 card type to work (dual mode Fundan FM1280 card), but I am not an expert enough to be able to implement the support to this library.

I am using ESP32 Dev Module (KMP Electronics PRODINo ESP32 v1) with the Seeed-Studio Grove-NFC PN532 module with hardware Serial connected with Grove, so the PN532_HSU interface.

At the moment Mifare classic cards work ok, but when presented with the ISO 14443-4 compatible card nothing happens. The receive() function in PN532_HSU retuns constantly 0 after the timeout.

What kind of work would it be to add support for ISO 14443-4 cards to this library?

Or are there other libraries that already support ISO 14443-4, which I could try to use with Grove and hardware serial in HSU mode?

Or what other options I have?

@MatthewJeffson MatthewJeffson added UAY Unassigned yet PN532 Label for PN532 and removed UAY Unassigned yet labels Oct 9, 2024
@Cincinnatu
Copy link

Hello!Has this issue been resolved? If not, I will take a look at the issue soon.

@tsamppa
Copy link
Author

tsamppa commented Oct 25, 2024

I never got the PN532 to work with the card, so I switched to PN5180 that works like a charm.

@Cincinnatu
Copy link

I never got the PN532 to work with the card, so I switched to PN5180 that works like a charm.

I will look into this issue. Could you provide more information?

@tsamppa
Copy link
Author

tsamppa commented Oct 29, 2024

Well, most other cards were recognized by the PN532 normally, except the Fundan FM1280 card, that is used as an employee tax identification card for subcontractors working on construction sites and shipyards in Finland (called Valttikortti in finnish). It is a dual mode card that supports ISO 14443-4 standard. The PN532 never recognized that card type in vincinity.

The PN5180 recognized that card flawlessly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PN532 Label for PN532 UAY Unassigned yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants