Hi, I connect the shield to MEGA 2560 but it didn’t find PN53x board.
Here’s how I connect the PINS:
MEGA 2560 53 51 50 52
NFC Shield 10 11 12 13
I use the libraries from the wiki page: seeedstudio.com/wiki/NFC_Shield_V2.0 and change the ReadTag code to use SPI.
I’ve also changed PN532_SPI interface(SPI, 10); to PN532_SPI interface(SPI, 53);
Just plug NFC Shield onto the Mega directly, and you don’t need to modify the program, it can work well with Mega via the default demo without any changes.
I too am getting the same message in the serial console:
I’ve tried both the included example sketch and the suggested amendments to the sketch here: seeedstudio.com/wiki/NFC_Shield_V2.0 but aside from changing the baud rate (the example runs at 9600 and the amended runs at 115200) the message in the serial console is the same.
I’m using an Arduino Uno with the NFC Shield V2.0 - SLD01097P, connected directly together using the header pins. I thought perhaps it was voltage related and tried with a 12v supply to the UNO but no change.