dida110
Posts: 8
Joined: Mon Sep 24, 2018 8:42 am

MFRC522 Raspberry 3b+ random read problem

Mon Sep 24, 2018 9:06 am

I have a really strange problem with my MFRC522 card-reader:
-When I make a reboot and start the Read.py file like this: "python Read.py" it always looks like this:

Code: Select all

root@raspberrypi:~/MFRC522-python# python Read.py 
Welcome to the MFRC522 data read example
Press Ctrl-C to stop.
Sometimes this works fine and I can read my NFC-cards.
BUT sometimes it doesn't work and I have to abort and reopen the with "python Read.py" then it mostly works if not, I have to do a reboot.

How can this be :shock: ?

Is there a log or something to see why it's not working?

I'm using the Raspberry 3b+ with the newest RASPBIAN STRETCH LITE.

User avatar
DougieLawson
Posts: 39296
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: MFRC522 Raspberry 3b+ random read problem

Mon Sep 24, 2018 1:01 pm

Since you're using https://github.com/mxgxw/MFRC522-python you should open an issue at: https://github.com/mxgxw/MFRC522-python/issues to get some help from the program's author/developer.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

dida110
Posts: 8
Joined: Mon Sep 24, 2018 8:42 am

Re: MFRC522 Raspberry 3b+ random read problem

Mon Sep 24, 2018 2:39 pm

Thanks I wrote an issue as you advised me.

dida110
Posts: 8
Joined: Mon Sep 24, 2018 8:42 am

Re: MFRC522 Raspberry 3b+ random read problem

Fri Oct 26, 2018 9:36 am

I finally found the solution:

I bought a batch of "defect" MFRC522-Reader :x ...

So it was a hardware defect and not a software.

Return to “Troubleshooting”