/PN532

NFC library for Arduino using PN532

Primary LanguageC++

NFC library for Arduino

This is an Arduino library for PN532 to use NFC technology. It's based on Adafruit_NFCShield_I2C and improved by Seeed Studio. It works with

Features

  • Support I2C and SPI of PN532
  • Read/write Mifare Classic Card
  • Works with Don's NDEF Library

Getting Started

  1. Download zip file and extract the three folders(PN532, PN532_SPI and PN532_I2C) into libraries of Arduino.
  2. Follow the examples of the library

To Do

  • Peer to peer communication
  • Card emulation