Once, twice in month we will send You info about new products, products on sale and news from Arduino and DIY world.
Shield z modułem PN532 - czytnik NFC/RFID
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.
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 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.
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.
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.
Details on Adafruit page
Library with tutorial can be found on learn.adafruit.com.
We also have breakout board which you can connect to other development module or even pc with Mac/Linux/Windows. Check it out here
Once, twice in month we will send You info about new products, products on sale and news from Arduino and DIY world.