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

MFRC522 v2 Does Not Work #19

Open
zerog2k opened this issue Apr 15, 2020 · 3 comments
Open

MFRC522 v2 Does Not Work #19

zerog2k opened this issue Apr 15, 2020 · 3 comments

Comments

@zerog2k
Copy link

zerog2k commented Apr 15, 2020

I'm testing with 1.40 for d1 mini and I cannot seem to get MFRC522 integration to work.
In top right of UI it shows
MFRC522v2.0
v1.40

so it seems to recognize reader, but never able to read or write ntag215's

On serial console I also see the messages:
"Triggering NFC Read"
(but no nfc card recognized)

I do have PN532 which I hooked up (SPI mode) and it works with same setup, so I'm sure the code and D1 mini are setup correctly.
I also use this RC522 project with arduino, so I'm thinking the reader is ok as well.

Just wanted to get any feedback from other users whether or not anyone else is successfully using MFRC522 with 1.40 (or any previous version).

@Xerxes3rd
Copy link
Owner

Xerxes3rd commented Apr 15, 2020 via email

@zerog2k
Copy link
Author

zerog2k commented Apr 16, 2020

Thanks. I tried a few things including changing rxgain, and adding lots of debugging inside of the MFRC522Ex.cpp. It looks like it just never allows PICC_IsNewCardPresent to return true for some reason.

This is a 1 inch plastic disk type NTAG215.

Other type of NTAG (NTAG213 1x2 inch rectangle) is readable, and also Mifare Classic card (although throws expected errors).

Strange thing is PN532 reads/writes this NTAG215 ok.

Anyhow, I'm able to use this with the PN532, so thanks for putting this awsome work together!

@Xerxes3rd
Copy link
Owner

Xerxes3rd commented Apr 16, 2020 via email

@Xerxes3rd Xerxes3rd changed the title can't get MFRC522 to work MFRC522 v2 Does Not Work Jun 20, 2020
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