You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: