MFRC522 not working on RPi 4
See original GitHub issueHi, I’m getting the following error using my SD card that works fine in a Raspberry Pi Model 3, if I put it into a Raspberry Pi Model 4:
WARNING: Hardware auto-detect failed, running in raspi-3 mock mode
And consequently the card detection does not work. Any idea what this could be related to? Thanks
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Raspberry PI 3 and RFID-RC522 Problem reading data
1. update. Code: Select all · 2. kernel update to enable spi. Code: Select all · 3. Enable SPI in. Code: Select all...
Read more >Raspberry Pi 4B - RFID-RC522 stopped working [closed]
I connected a RFID-RC522 to my RPi 4. It was working perfectly to read data until now. I don't know why but I...
Read more >Raspberry Pi 4B – RFID-RC522 stopped working [closed]
I connected a RFID-RC522 to my RPi 4. It was working perfectly to read data until now. I don't know why but I...
Read more >Unable to connect RC522 RFID module to Raspberry Pi 4
I found out the simple answer. just reinstall the Raspbian OS to reset the SPI configuration (which was set for 3.5 inch LCD)...
Read more >How to setup a Raspberry Pi RFID RC522 Chip - Pi My Life Up
By default, the Raspberry Pi has the SPI (Serial Peripheral Interface) disabled, which is a bit of a problem as that is what...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Finally got it to work. Unimaginable but the cables were the problem! Really strange that the same cables and the same MFRC522 module were working with a RPi3 but not a 4. Changed the cables and suddenly all worked. Thank you!
generally by running the examples https://github.com/firsttris/mfrc522-rpi/tree/master/test. i mean you could add some console.log here and there. that would be a very easy approach for debugging.