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

Emulate Mifare UID #5

Open
Laxi-luke opened this issue Feb 4, 2021 · 1 comment
Open

Emulate Mifare UID #5

Laxi-luke opened this issue Feb 4, 2021 · 1 comment

Comments

@Laxi-luke
Copy link

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.

@Carglglz
Copy link
Owner

Carglglz commented Feb 4, 2021

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?

I guess it is, this is what the datasheet says:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants