The Arduino sample code doesn't work right. Is there any sample code that exists that works?
can i use this module for raspberry pi? can i get its example?thanks
I just bought the Arduino NFC Module and it works great with the tag it came with but it doesn't recognize at all any of my NFC Whiztags, anyone knows how can I fix that?
Hi, maybe your tag is not compatible with our NFC module, or saying it doesn't support ISO 14443A/MIFARE or ISO 14443B, I didn't find any datasheet about Topaz 512 Chip which your tag uses.
'I connected this module with a UNO, and changed the code from Serial1.xxx() to Serial.xxx() to adapt them. I found the Serial output became very chaotic. Hence that I tried to use SoftwareSerial.h on Pin10 & 11 to send the command, however it never success. I can read nothing from UNO. I realised it was the limitation that the Arduino RX can only accept 57600 bps less that the NFC module requirement: 115200 bps. What should I do then?
Sorry, there is no other way but use the hardware serial to send the command to NFC module, and to monitor the NFC reading info, please use SoftwareSerial.h through a USB-Serial adapter or other method like a LCD module etc.