-
Notifications
You must be signed in to change notification settings - Fork 427
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
Connecting MFRC522 #154
Comments
Try to configure AP, or connect to a WI-FI network. I had similar issue, when network wasn't configured, ESP8266 gets boot-loop. |
Hi. I have same problem. I tryed teriall's way than it works. Thx. |
@teriall You found the bug, now let me fix it, thank you. |
Be careful with the Chinese MFRC522 readers.. Had a lot of issues because
of them.
Marcel Sánchez
…On Fri, Mar 8, 2019, 12:13 Pierfrancesco Elia ***@***.***> wrote:
Hi everyone. I am having some troubles with the connection between the
MFRC522 and a NodeMCU.
Premise: I have tried the 522 with an Arduino Mega and I made a sketch to
light up different leds with different cards: it works.
I have connected, as indicated, as follows:
SDA <=> D8
SCL <=> D5
MOSI <=> D7
MISO <=> D6
GND <=> G
3.3V <=> 3V
Attached you can find a screenshot of the Hardware Setting area.
[image: schermata 2019-03-08 alle 12 10 29]
<https://user-images.githubusercontent.com/8597934/54025639-6dd62d80-419b-11e9-96fe-bcbf6cc5730a.png>
I've tried many times, but the red led on the chip is on, but if I try to
scan a card when I am in Users' page, nothing happens.
Thanks in advance! 😃
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGpImTaoUkZTY2o1KZeX14zuZgLng8Dqks5vUkX3gaJpZM4WY-vJ>
.
|
Hi @msanchezt, thank you fro your response! 😄 I bought this in an Arduino Kit, so it shouldn't be defective. Could you please confirm that my configuration is correct? |
If I remember correctly, I also had problems when I chose GPIO15 as an SS pin. |
@Pako2 Thanks for your suggestion, but same thing. No responses. |
Try to set the gain to the maximum. |
Same thing. Any other suggestions? I've tried two MFRC522. |
Please consider that it might be also powering issue. |
I use the same connections and works fine for me. As said, had a lot of
issues with 4 cheap MFRC522 boards, until I found the correct ones.
My MFRC522 board had the letters: "MH" at the top left (and C13 at the top
right). All the MFRC522 I bought with "MH" were not working correctly.
At the ens I bought this one and worked perfectly:
https://www.amazon.es/gp/product/B00QFDRPZY/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1
*Marcel Sánchez Toledano*
Missatge de Ömer Şiar Baysal <notifications@github.com> del dia dv., 8 de
març 2019 a les 15:31:
… Please consider that it might be also powering issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGpImcTnL2qigfU9hY9P9WP-ri2LMSf2ks5vUnRPgaJpZM4WY-vJ>
.
|
Hi I have the same Problem. https://github.com/ingeninge/esp-rfid/releases/tag/1.3.3. THe reader works on the raspberry pi. I tried GPIO 15,16 but when I go to the User page, nothing happend when i scan a tag. Please help me. SDA <=> D8 |
Same problem here, i have tried another esp8266 like w1 wemos mini and nodemcu, same problem |
Hi,
I must be facing the same connecting problem as many before.
Can you give a more specific instructions on connecting the MFRC522 reader? I assume it needs power and ground in addition to the wires listed but was not sure. Maybe with pictures to be 100% sure.
My wiring should be fine but I end up stuck after first reboot. I have MFRC522 connected to ESP8266, then I flash the firmware and everything is good until I configure my hardware and upload changes. After this reboot the ESP8266 turns on the blue led and the Esprfid-network disappears and I have to re-flash the hole thing. I suppose this is the boot-loop thats been discussed.
Couple of times out of 50 I have managed to get back to the network & config just to realize the changes have gone back to factory settings. Ie. the reader is wiegand...
Thanks for this great project! As I get it working someday it should just what I need.
The text was updated successfully, but these errors were encountered: