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

NXP PR533 ReadError #68

Closed
mikakaraila opened this issue Jan 29, 2019 · 3 comments
Closed

NXP PR533 ReadError #68

mikakaraila opened this issue Jan 29, 2019 · 3 comments

Comments

@mikakaraila
Copy link

mikakaraila commented Jan 29, 2019

Earlier version gave error message 0x6c10 ==> wrong parameter length? Should be 10?
With the latest 0.7.1 console output:
card detected on NXP PR533 0 card TAG_ISO_14443_3 uid 04b0f552143a80
Error in reading: ReadError: An error occured while transmitting.

Any ideas what to look? WIth ACR122 same code can read Record and data correctly...

data = await reader.read(5, 52, 4); // With ACR122 this works, but PR533 detects something

@mikakaraila
Copy link
Author

mikakaraila commented Jan 29, 2019

Seems to limit now length of data that I am trying to read. I reduced size...
Back to error code 0x6c10

@mikakaraila
Copy link
Author

mikakaraila commented Feb 4, 2019

Just added PR533 reader class, testing it soon. I will create PR later.
APDU command from user manual:
https://www.nxp.com/docs/en/nxp/user-guides/UM10463.pdf

@mikakaraila
Copy link
Author

Solved, problem was in authentication. I started to use mifare-ultralight-ntag without authentication.
In future more precise error messaging would help. Have to look if I have time to add 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

1 participant