Skip to content
/ PN532 Public
forked from Seeed-Studio/PN532

Arduino NFC library using PN532 to read/write card and communicate with android

Notifications You must be signed in to change notification settings

awieser/PN532

This branch is 1 commit ahead of, 47 commits behind Seeed-Studio/PN532:master.

Repository files navigation

NFC library for Arduino

This is an Arduino library for PN532 to use NFC technology. It is for NFC Shield and Xadow NFC.

NFC Shield Xadow NFC

Features

Getting Started

  • Easy way

    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.
  • Git way (recommended)

    1. Get PN532 library and NDEF library

       cd {Arduino}\libraries  
       git init  
       git remote add origin https://github.com/Seeed-Studio/PN532.git  
       git pull origin master  
       git clone https://github.com/don/NDEF.git  
      
    2. Follow the examples of the two libraries

Contribution

It's based on Adafruit_NFCShield_I2C. Seeed Studio rewrite the library to make it easy to support different interfaces and platforms. @Don writes the NDEF library to make it more easy to use. @JiapengLi adds HSU interface. @awieser adds card emulation function.

About

Arduino NFC library using PN532 to read/write card and communicate with android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.5%
  • Processing 28.1%
  • C 15.0%
  • Other 3.4%