ElecFreaks
NFC/RFID breakout Module
The NFC/RFID breakout based on PN532, which is the most popular NFC chip, and is what is embedded in pretty much every phone or device that does NFC. It c...
Get notified when back in stock
The NFC/RFID breakout based on PN532, which is the most popular NFC chip, 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!
The PN532 is also very flexible, you can use 5V 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!
Comes with: the PN532 breakout board including a tuned 13.56MHz stripline antenna, 0.1" header, 2 jumpers/shunts and a 4050 level shifter chip. We also toss in a Mifare Classic 1K card!
You can use SWITCH-0 and SWITCH-1 choosing UART ,IIC or SPI interface.

Features
Arduino/AVR/ARM.... compatible. No soldering required.
SPI/I2C interface. select by SWITCH-0 and SWITCH-1
Built in PCB Antenna.
5V operation.
Size: 85mm x 52mm.
Resources:
RFID selection guide- a lot of details about RFID in general
Jargon buster
Plain-language definitions for the technical terms used above.
- AVR
- AVR is a family of 8-bit microcontrollers (made by Microchip, formerly Atmel) used in many classic Arduino-style boards such as the Uno and Nano. They are widely supported but older, which can be a limit for memory- or speed-intensive tasks.
- baud
- Baud is the signalling rate of a serial connection, often used as the speed setting for UART communication. Matching the baud rate matters because both connected devices must use the same setting for readable data.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- PCB antenna
- A PCB antenna is an antenna pattern built directly into the circuit board rather than a separate metal antenna. It matters because placement, nearby metal and enclosure design can affect wireless range.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
Find this product in
Connectivity
Sensors & Input
Related Tutorials
Free guides on learn.littlebird.com.au