| .. | |||
| PN532 | 11 years ago | ||
| PN532_HSU | 11 years ago | ||
| PN532_I2C | 11 years ago | ||
| PN532_SPI | 11 years ago | ||
| .gitignore | 11 years ago | ||
| .gitmodules | 11 years ago | ||
| README.md | 11 years ago | ||
This is an Arduino library for PN532 to use NFC technology.
It is for NFC Shield, Xadow NFC and Grove - NFC.
Easy way
Git way for Linux/Mac (recommended)
Get PN532 library and NDEF library
cd {Arduino}\libraries
git clone --recursive https://github.com/Seeed-Studio/PN532.git NFC
ln -s NFC/PN532 ./
ln -s NFC/PN532_SPI ./
ln -s NFC/PN532_I2C ./
ln -s NFC/PN532_HSU ./
ln -s NFC/NDEF ./Follow the examples of the two libraries
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.