Arduino with RFID error

Delorean

Mar 18, 2022
1
Joined
Mar 18, 2022
Messages
1
Hi, all! My Arduino ide software serial monitor is showing like firmware version : 0x0 = unknown WARNING :Communication failure, is the mfrc522 properly connected ? scan picc to see uid, sak, type, and data blocks.... can you help me .
 

HarryA1

Mar 4, 2009
481
Joined
Mar 4, 2009
Messages
481
Hi, all! My Arduino ide software serial monitor is showing like firmware version : 0x0 = unknown WARNING :Communication failure, is the mfrc522 properly connected ? scan picc to see uid, sak, type, and data blocks.... can you help me .
"scan picc to see uid, sak, type, and data blocks."  huh?

The mfrc522 supports three interfaces: 

• Serial Peripheral Interface (SPI)
• Serial UART (similar to RS232 with voltage levels dependant on pin voltage supply)
• I2C-bus interface

Which one are you using?

What software are you using?

 
Top