Download Print this page
Hide thumbs Also See for Grove NFC:

Advertisement

Quick Links

7/24/22, 11:22 AM
Near Field Communication (NFC) is a set of short-range wireless
technologies. It is behind daily applications such as access control
system and mobile payment system. Grove NFC features a highly
integrated transceiver module PN532 which handles contactless
communication at 13.56MHz. You can read and write a 13.56MHz
tag with this module or implement point to point data exchange
with two NFCs. Grove NFC is designed to use I2C or UART
communication protocols, and UART is the default mode. In
addition, we assign an independent PCB antenna which can easily
stretch out of any enclosure you use, leaving more room for you to
design the exterior of your project.
[https://www.seeedstudio.com/Grove-NFC-p-1804.html]
https://wiki.seeedstudio.com/Grove_NFC/
Grove - NFC - Seeed Wiki
1/16

Advertisement

loading
Need help?

Need help?

Do you have a question about the Grove NFC and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Seeed Grove NFC

  • Page 1 13.56MHz. You can read and write a 13.56MHz tag with this module or implement point to point data exchange with two NFCs. Grove NFC is designed to use I2C or UART communication protocols, and UART is the default mode. In...
  • Page 2: Speci Cations

    7/24/22, 11:22 AM Grove - NFC - Seeed Wiki Version Version Data Change Grove NFC December inital V1.0 11,2015 Grove NFC Augest Add TP2/TP3 Pad on the back of the PCB, V1.1 31,2016 to switch the I2C and UART Speci cations Working Voltage: 3.3V...
  • Page 3: Hardware Overview

    7/24/22, 11:22 AM Grove - NFC - Seeed Wiki Platforms Supported Arduino Raspberry  Caution The platforms mentioned above as supported is/are an indication of the module's software or theoritical compatibility. We only provide software library or code examples for Arduino platform in most cases. It is not possible to provide software library / demo code for all possible MCU platforms.
  • Page 4 7/24/22, 11:22 AM Grove - NFC - Seeed Wiki The default setting is UART, if you need to change it into I2C, then you should do some soldering at rst. Cut following connections: TP1 to UART TP2 to RX TP3 to TX...
  • Page 5: Getting Started

    7/24/22, 11:22 AM Grove - NFC - Seeed Wiki Getting Started  Note If this is the rst time you work with Arduino, we strongly recommend you to see Getting Started with Arduino [https://wiki.seeedstudio.com/Getting_Started_with_Arduino/] before the start. The Grove - NFC supports I2C and UART, Seeed Arduino NFC Library [https://github.com/Seeed-Studio/Seeed_Arduino_NFC] supports...
  • Page 6 Step 1. Download Seeed Arduino NFC Library [https://github.com/Seeed-Studio/Seeed_Arduino_NFC]. Step 2. Refer to How to install library [https://wiki.seeedstudio.com/How_to_install_Arduino_Library] to install Seeed Arduino NFC library for Arduino. Step 3. Download PN532 Library [https://github.com/Seeed- Studio/PN532] and put it under C:\Program Files (x86)\Arduino\libraries\Seeed_Arduino_NFC-master\src. https://wiki.seeedstudio.com/Grove_NFC/...
  • Page 7 7/24/22, 11:22 AM Grove - NFC - Seeed Wiki Step 4. Open “ReadTag” code via the path: File → Examples → ReadTag. Step 5. Modify the code as below to enable UART communication.   #if 0 // use SPI #include <SPI.h>...
  • Page 8 7/24/22, 11:22 AM Grove - NFC - Seeed Wiki time. Set the baud Rate 9600 Step 9. Use the Grove - NFC to get close to an NFC Tag. If everything goes well, you will get the NFC Tag information in the Serial Monitor.
  • Page 9 7/24/22, 11:22 AM Grove - NFC - Seeed Wiki #endif Play with Seeedunio V4.2 (I2C) Hardware Materials required Seeeduino V4.2 Base Shield Get One Now Get One Now [https://www.seeedstudio.com/Seeeduino- [https://www.seeedstudio.com/Base V4.2-p-2517.html] Shield-V2-p-1378.html]  Note 1 Please choose 13.5MHZ, ISO14443 NFC Tags, or the Grove - NFC module may can not read the tag.
  • Page 10 Step 1. Download Seeed Arduino NFC Library [https://github.com/Seeed-Studio/Seeed_Arduino_NFC]. Step 2. Refer to How to install library [https://wiki.seeedstudio.com/How_to_install_Arduino_Library] to install Seeed Arduino NFC library for Arduino. Step 3. Download PN532 Library [https://github.com/Seeed- Studio/PN532] and put it under C:\Program Files (x86)\Arduino\libraries\Seeed_Arduino_NFC-master\src. Step 4. Open “ReadTag” code via the path: File → Examples →...
  • Page 11 7/24/22, 11:22 AM Grove - NFC - Seeed Wiki #include <PN532/PN532_SPI/PN532_SPI.h> PN532_SPI pn532spi(SPI, 9); NfcAdapter nfc = NfcAdapter(pn532spi); #elif 0 // use hardware serial #include <PN532/PN532_HSU/PN532_HSU.h> PN532_HSU pn532hsu(Serial1); NfcAdapter nfc(pn532hsu); #elif 0 // use software serial #include <PN532/PN532_SWHSU/PN532_SWHSU.h> #include "SoftwareSerial.h"...
  • Page 12 7/24/22, 11:22 AM Grove - NFC - Seeed Wiki Grove - NFC v1.1 https://wiki.seeedstudio.com/Grove_NFC/ 12/16...
  • Page 13 7/24/22, 11:22 AM Grove - NFC - Seeed Wiki Resources [Zip] Grove - NFC v1.0 EAGLE (schematic and board) les [https:// les.seeedstudio.com/wiki/Grove-NFC/res/Grove- NFC.zip] [Zip] Grove - NFC v1.1 EAGLE (schematic and board) les [https:// les.seeedstudio.com/wiki/Grove-NFC/res/Grove- NFC_v1.1.zip] https://wiki.seeedstudio.com/Grove_NFC/ 13/16...
  • Page 14: Tech Support

    [Library] PN532 Library [https://github.com/Seeed- Studio/PN532] Project Particle Photon + Grove NFC + Grove LCD via I2C Use Particle Photon to read UID of a NFC Card and display on LCD, all with I2C. (https://www.hackster.io/peacemoon/pa photon-grove-nfc-grove-lcd-via-i2c- 7e7d36) P ti l Ph t...
  • Page 15 7/24/22, 11:22 AM Grove - NFC - Seeed Wiki Please submit any technical issue into our forum [https://forum.seeedstudio.com/]. [https://www.seeedstudio.com/act-4.html? utm_source=wiki&utm_medium=wikibanner&utm_campaign=newpr oducts] https://wiki.seeedstudio.com/Grove_NFC/ 15/16...
  • Page 16 7/24/22, 11:22 AM Grove - NFC - Seeed Wiki https://wiki.seeedstudio.com/Grove_NFC/ 16/16...