Crowtail- NFC

From Elecrow
Revision as of 06:24, 22 August 2019 by Admin (talk | contribs) (Created page with "=='''Introduction'''== The Crowtail-NFC module (Near Field Communications) uses a highly integrated transceiver module PN532 which handles contactless communication at 13.56M...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

The Crowtail-NFC module (Near Field Communications) uses 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 NFC Shields. It is designed to use IIC (default) communication protocols. In addition, you can also use UART communication protocols via change the connection between the welded plates.

Model: CRT01015N

Crowtail- NFC.jpg

Features

  • Use as a RFID reader with Mifare One tags and cards (13.56MHZ).
  • Support host interface : UART ,IIC(default).
  • Independent PCB antenna(13.56MHZ).
  • Max operating distance for detecting NFC tags is 28mm depending on current antenna size.
  • Support P2P communication.


Specification

  • Working Voltage:3.3V.
  • Support ISO14443 type A and Type B protocols.
  • Antenna size : 18 x 28 x0.8 mm, IPX port.
  • Antenna wire impedance : 50omh.
  • Dimensions(mm):40.0(L)x20.0(W)x9.8(H)

Application

  • Build visiting card sharing system.
  • Build attendance systems.
  • Design authentication systems.
  • Read Smart Posters.
  • Securely exchange small data with other NFC devices
  • And other endless possibility


Interface

Dsg14.jpg

Usage

This demo is going to show you how to read NFC information via use this Crowtail-NFC module.

IIC mode:

1.Hardware Installation

The Crowtail-NFC is connecting to IIC port of Crowtail - Base Shield and then plug in the antenna.

NFC1131.jpg

2.Download "NFC Lib" for arduino boards, unzip and put it in the libraries of Arduino IDE by the path : ..\arduino-1.x.x\libraries;

3.Open "ReadTag" example via the path: File-->Examples-->ND EF-->ReadTag.

NFC114.jpg


4.Upload it into your arduino board and open the serial monitor, move NFC card close to the NFC atntenna and then observe the NFC information.

NFC116.jpg

UART mode:

1.First, if you want to use UART communication protocols,you need to disconnect the left welding disks and connect the right welding disks of the P1 via a soldering iron.

NFC1162.jpg

The connect Crowtail NFC J2 port to the arduino MEGE2560 via the jumper ,as follow:

NFC117.jpg

VCC ------ VCC

GND ------- GND

RX ------- TX1

TX ------- RX1


2.Download “LD_NFClib” for arduino boards, unzip and put it in the libraries of Arduino IDE by the path : ..\arduino-1.x.x\libraries;

3. open ” ReadTag” example via the path: File-->Examples--> LD_NFClib -->example -->testNFC.

4. Upload it into your arduino board and open the serial monitor, move NFC card close to the NFC atntenna and then observe the NFC information.

Resource