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

Adding a ExtendedMFRC522 class for writing to all sections + encoding #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Lurkars
Copy link

@Lurkars Lurkars commented Jan 29, 2022

With SimpleMFRC522 it is only possible to write to the 48 bytes of the second sector. Also the encoding is limited to ASCII chars, which does not have any technical reasons, reading and writing UTF-8 to MiFare is totally reasonable. With default parameters the ExtendedMFRC522 just writes for example up to the max of 720 bytes to a MiFare 1K. It can be configured to change first section to write to, number of sections (e.g. number of 48 bytes units) and encoding for data.

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

Successfully merging this pull request may close these issues.

1 participant