Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.
chris edited this page Jan 10, 2018 · 5 revisions

welcome aboard > kit > modules > Adafruit PN532 NFC/RFID Breakout Board

[Adafruit PN532 NFC/RFID Breakout Board]

pinout


specs

The PN532 is also very flexible, you can use 3.3V TTL UART at any baud rate, I2C or SPI to communicate with it. This chip is also strongly supported by libnfc, simply plug in an FTDI cable and use the FTDI serial port device to communicate - this lets you do NFC dev using any Linux/Mac/Windows computer! We also include onboard power LED, 3.3V regulator and an FTDI header so you can plug in an FTDI friend or FTDI cable and use with libnfc.
src: adafruit.com

guides

guide url
Adafruit: PN532 RFID/NFC Breakout Board https://learn.adafruit.com/adafruit-pn532-rfid-nfc/overview
Python NFC Documentation http://nfcpy.readthedocs.io/en/latest/

libraries

library url
github: Libnfc https://github.com/nfc-tools/libnfc
github: Dons NDEF Library https://github.com/don/NDEF
github: Adafruit PN532 https://github.com/adafruit/Adafruit-PN532
github: Adafruit Python pn532 https://github.com/adafruit/Adafruit_Python_PN532
github: NFC - Ruby https://github.com/tenderlove/nfc
github: ESPnfc https://github.com/Robotto/ESPnfc
github: PN532 https://github.com/nfc-tools/libndef
github: NFC https://github.com/happy-bubbles/nfc
github: Phonegap NFC https://github.com/don/phonegap-nfc
github: Beginning NFC https://github.com/tigoe/BeginningNFC
github: Doorlock Raspberry Pi https://github.com/emersonmello/doorlock_raspberrypi
github: NFC https://github.com/fuzxxl/nfc
github: Bitcoin NFC https://github.com/720kb/BitNFC
RFIDIOt https://github.com/AdamLaurie/RFIDIOt
Clone this wiki locally