Card9-Skyworks / firmware / PN532-master / PN532 /
@zhang zhang authored on 4 Mar 2015
..
PN532.cpp update PN532 library 11 years ago
PN532.h update PN532 library 11 years ago
PN532Interface.h card reader 11 years ago
PN532_debug.h card reader 11 years ago
README.md card reader 11 years ago
emulatetag.cpp card reader 11 years ago
emulatetag.h card reader 11 years ago
license.txt card reader 11 years ago
llcp.cpp card reader 11 years ago
llcp.h card reader 11 years ago
mac_link.cpp card reader 11 years ago
mac_link.h card reader 11 years ago
snep.cpp card reader 11 years ago
snep.h card reader 11 years ago
README.md

NFC library for Arduino

This is an Arduino library for PN532 to use NFC technology.
It works with

Features

  • Support I2C, SPI and HSU of PN532
  • Read/write Mifare Classic Card
  • Works with Don's NDEF Library
  • Support Peer to Peer communication(exchange data with android 4.0+)
  • Support mbed platform

Getting Started

  1. Download zip file and
    extract the 4 folders(PN532, PN532_SPI, PN532_I2C and PN532_HSU) into Arduino's libraries.
  2. Downlaod Don's NDEF library and extract it intro Arduino's libraries.
  3. Follow the examples of the two libraries.

To do

  • Card emulation

Contribution

It's based on Adafruit_NFCShield_I2C.
Seeed Studio adds SPI interface and peer to peer communication support.
@Don writes the NDEF library to make it more easy to use.
@JiapengLi adds HSU interface.