-
Notifications
You must be signed in to change notification settings - Fork 426
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
Reset-pin no longer needed #6
Comments
I was aware of that, but did not test it through. Made changes, and tested it. Thanks for the heads up. 👍 |
Nice! Note quite sure how to reference code in an issue, but this should perhaps also be updated? The following table shows the typical pin layout used: | ` |
Yes, it's updated now. Thank you. |
Sorry for reviving the dead - I'm using a TTGO TDISPLAY where the RST pin is not made available in pinout. It's used to control the TFT I believe. I'm trying to figure out how to bypass the need for the RST pin. Here's my code: MFRC522 mfrc522(SS_PIN, UINT8_MAX); // Create MFRC522 instance Unfortunately, no luck. The RC522 works when I hook it to a different ESP32 where the RST is available. Any help would be greatly appreciated! |
I needed more pins on my WeemosD1 and set out to free up some, discovered that the Reset-pin for the RFID-reader is no longer needed as it´s now done in software:
https://github.com/miguelbalboa/rfid/pull/275/files
The text was updated successfully, but these errors were encountered: