Thomas Wögenstein

Results 10 comments of Thomas Wögenstein

> Hi, yes that is exactly what I meant ! So, is it as simple as editing MFRC522.py in your example and adding this line ? def MFRC522_Init(self): GPIO.output(self.NRSTPD, 1)...

Im not an expert, but the tutorial I followed suggested, that you have to enable bcm2708 instead of bcm 2835. I did that by adding the following line to the...

Well I bought a Raspberry Pi 3B+ two weeks ago and got it working following this git [https://github.com/mxgxw/MFRC522-python](url) So I'm not sure if your problem has something to do with...

I'm assuming you tried to run the Read.py file. What did that show?

Have you tried debugging or putting prints in the MFRC library, to see exactly which step, seems to be not working?

> Would you possibly be able to post the read outs similar to the above you are getting with a working version please? Maybe I can work it out from...

my lsmod output >pi@raspberrypi:~ $ lsmod Module Size Used by rfcomm 49152 6 bnep 20480 2 hci_uart 36864 1 btbcm 16384 1 hci_uart serdev 20480 1 hci_uart bluetooth 368640 29...

yeah i downloaded the latest image, and even did an apt-get update IIRC

What type of RFID tags do you have? I noticed that MIFARE DESfire EV1 dont work, but EV2 do work Edit: You can check which ones you exactly have with...

That means that they should work.... Then I'm out of ideas. Sorry!