Overview
========
The ntag_i2c_explorer_blink demo application show use of NT3H2111_2211 NTAG I2C plus Connected NFC Tag with I2C Interface Chip.
This demo is intended to demonstrate basic communication with the device, just reading the state of one register which tells user about NFC field presence.
When the field is detected, the application switches LED on the board between ON and OFF state. Also, if UART communication thru some terminal is made, 
there are some text messages on the terminal. 

Toolchain supported
===================
- IAR embedded Workbench  9.40.1
- Keil MDK  5.38.1
- GCC ARM Embedded  12.2
- MCUXpresso  11.8.0

Hardware requirements
=====================
- Mini/Micro USB cable
- LPCXpresso55S36 board
- Personal Computer
- NTAG I2C plus antenna board - PCB or flex cable version + wires for connecting the boards OR
  - OR Arduino compatible shield OM29110ARD with NTAG I2C plus board
- NFC-enabled mobile phone, optionally could be used PC USB NFC reader


Board settings
==============
The example is configured to communicate with all NTAG pins
The connection should be set as following:
Board  - NTAG
J92-16 - VCC
J92-14 - GND
J92-20 - SCL
J92-18 - SDA
J92-6  - FD

Connect Pins 2-3 of JP61 and JP62.
Connect Pins 1-2 of JP41 and JP44.
Open JP18.

Prepare the Demo
================
1.  Connect a mini USB cable between the PC host and the OpenSDA USB port on the board.
2.  Open a serial terminal on PC for OpenSDA serial device with these settings:
    - 115200 baud rate
    - 8 data bits
    - No parity
    - One stop bit
    - No flow control
3.  Download the program to the target board.
4.  Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

Running the demo
================
When the example runs successfully, you can see blinking LED on the board when presence of NFC field is detected by chip on the antenna board. 
Field detection is based on reading the state register, not by state of the FD Pin on the NTAG board.

Also, on the terminal window you can see output like below

 NTAG I2C blink example

 The LED is blinking when RF field is detected.

FIELD DETECTED!
FIELD LOST!
FIELD DETECTED!
FIELD LOST!
FIELD DETECTED!   

 
