Getting Started with the Adafruit NFC/RFID Shield (video)

Here’s a video guide to getting up and running with the Adafruit PN532 NFC/RFID Controller Shield for Arduino! Video on YouTube and Vimeo.

Window-152
PN532 NFC/RFID Controller Shield for Arduino + Extras. We’ve taken our popular Adafruit PN532 breakout board and turned it into a shield – the perfect tool for any 13.56MHz RFID or NFC application. The Adafruit NFC shield uses the PN532 chip-set (the most popular NFC chip on the market) and is what is embedded in pretty much every phone or device that does NFC. It can pretty much do it all, such as read and write to tags and cards, communicate with phones (say for payment processing), and ‘act’ like a NFC tag. If you want to do any sort of embedded NFC work, this is the chip you’ll want to use!

Window-1-87
NFC (Near Field Communications) is a way for two devices very close to each other to communicate. Sort of like a very short range bluetooth that doesn’t require authentication. It is an extension of RFID, so anything you can do with RFID you can do with NFC. You can do more stuff with NFC as well, such as communicate bi-directionally with cell phones

Because it can read and write tags, you can always just use this for RFID-tag projects. We carry a few different tags that work great with this chip. It can also work with any other NFC/RFID Type 1 thru 4 tag (and of course all the other NXP MiFare type tags)

The Adafruit shield was designed by RF engineers using the best test equipment to create a layout and antenna with 10cm (4 inch) range, the maximum range possible using the 13.56MHz technology. You can easily attach the shield behind a plastic plate with standoffs and still read cards through a (non-metal) barrier.

This shield is designed to use I2C or SPI communication protocols. I2C is the default, as it uses fewer pins: analog 4 and 5 are used for I2C (of course you can still connect other I2C devices to the bus). Digital #2 is used for “interrupt” notification. This means you don’t have to sit there and ‘poll’ the chip to ask if a target tag has been found, the pin will pull low when a card, phone, etc is within range. You can adjust which pin is used if you need to keep digital #2 for something else. It is also easy to change the shield over to SPI where you can use any 4 digital pins by shorting two solder jumpers on the top of the PCB. Compatible with any “classic” Arduino – NG, Diecimilla, Duemilanove, UNO – as well as Mega R3 or later. For using the I2C interface with Mega R2 or earlier, two wires must be soldered as the I2C pins are in a different location on earlier Megas.

Comes with: the Adafruit NFC/RFID PN532 shield including a tuned 13.56MHz stripline antenna, 36-pin 0.1″ header for attaching the shield to an Arduino. If you want to stack another shield on top or below, check out our stacking headers that allow pass-through stacking. We also toss in a Mifare Classic 1K card! (You can get more tags from us here)

In stock and shipping now.


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


2 Comments

  1. This is a neat shield and a good video to demonstrate it!

    Does anyone know about any 134.2KHz RFID readers available for interfacing with the Arduino? The ones I’ve found so far are either MIFARE or 125KHz, but the tags used for pet ID and tracking are all 134KHz as per the ISO 11874. With so many makers owning cats (and dogs), I’d imagine there’d be quite a lot of interesting project ideas out there (including my own ones…).

  2. Just heard back from ID Innovations myself – they have an ISO 11784/11785 compatible 134.2KHz version of their ID-12 in the works!

Sorry, the comment form is closed at this time.