= Near Field Communication (NFC) Library with NCI for Arduino =
This library implements an NFC stack which allows you to interface with an NFC controller through the NFC Forum standardized NCI. To use it you will need a NFC controller, and the appropriate hardware to control it (arduino boards and wires for example).
The NFC stack implements:
The current implementation supports tag detection at the moment, and has been tested with the following HW configuration:
It contains one sketch example (TagDetect) to detect tags of types 1, 2, and 3 according to the NFC Forum for polling type A and F. When a tag is detected its NFCID is printed on the serial console.
The NCI library is generic and should work with any other NFC controller which follows the NFC Forum specification. To support a new NFC controller you need:
For more information about this library please visit us at https://github.com/ThomasBuhot/arduino-nfc
== License ==
Copyright (c) Thomas Buhot. All right reserved.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA