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'm pretty new to programming in general but is working on a solution to emulate different kinds of Mifare-tags to be read by external Mifare readers.
I have a Pycom MCU and from what I'm reading the PN532 should make it possible to emulate a Mifare Classic UID tag. Is this correct? Also I'm wondering which function I should call in the library and if you have any more information on how it works?
The idea is to send a pre-defined UID number to the Pycom and have it forward it through the PN532 to be read by an external reader.
The text was updated successfully, but these errors were encountered:
In card emulation mode, the PN532 is able to answer to a Reader/Writer command either according to the FeliCa or ISO/IEC 14443A/MIFARE card interface scheme
This is not implemented in this driver right now, but I guess it would be possible to implement it looking at the datasheet and the user manual. Sadly I don't have a PN532 anymore, so I won't be able to work on it.
I'm pretty new to programming in general but is working on a solution to emulate different kinds of Mifare-tags to be read by external Mifare readers.
I have a Pycom MCU and from what I'm reading the PN532 should make it possible to emulate a Mifare Classic UID tag. Is this correct? Also I'm wondering which function I should call in the library and if you have any more information on how it works?
The idea is to send a pre-defined UID number to the Pycom and have it forward it through the PN532 to be read by an external reader.
The text was updated successfully, but these errors were encountered: