-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
RST not works #599
Comments
Hi, I facing a similar issue and I made a similar workaround. Reading the lib code, I can't understand how does this can work .
How can this line work Will it be possible to change code to something like :
in MRFC522.cpp
and finally update the PCD_init function by removing the level check on reset pin and calling the new function.
I didn't test this code myself now but I will soon ( and i guess others can also greatly improve this code ). Regards. Edit: Seems work correctly so far. |
Step 1: Describe your environment
Step 2: Describe the problem
Affected file(s) or example(s):
Steps to reproduce:
I connect to module ESP32-WROOM-32D without devkit:
Same power source AMS1117.
Init with
mfrc522.PCD_Init(RFID_SS_PIN, RFID_RST_PIN);
Observed Results:
Radio chains Not starts. Cards not readed. But
PCD_PerformSelfTest
is OK. LOW on RFID_RST_PIN.Expected Results:
Working reader
Relevant Code:
I make this workaround: Reader works perfect.
Maybe
INPUT_PULLDOWN
here is better?rfid/src/MFRC522.cpp
Line 208 in 1e73cd3
The text was updated successfully, but these errors were encountered: