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

Reset-pin no longer needed #6

Closed
farthinder opened this issue Jul 12, 2017 · 4 comments
Closed

Reset-pin no longer needed #6

farthinder opened this issue Jul 12, 2017 · 4 comments

Comments

@farthinder
Copy link

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

omersiar added a commit that referenced this issue Jul 12, 2017
@omersiar
Copy link
Collaborator

I was aware of that, but did not test it through. Made changes, and tested it. Thanks for the heads up. 👍

@farthinder
Copy link
Author

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:

  |  
  | | Signal | MFRC522 | WeMos D1 mini | NodeMcu | Generic |
  | |---------------|:-------------:|:--------------:| :------:|:------------:|
  | | RST/Reset | RST | D3 [1] | D3 [1] | GPIO-0 [1] |

`

@omersiar
Copy link
Collaborator

Yes, it's updated now. Thank you.

matjack1 added a commit that referenced this issue Mar 17, 2022
Extract MQTT message processing
@khumprp
Copy link

khumprp commented Jun 15, 2022

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!

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

No branches or pull requests

3 participants