Skip to content
Christoph Tack edited this page Oct 26, 2016 · 1 revision

Once you've programmed the tag through I²C, you'll want to check if the NFC interface of the NTAG also works. For that, you'll need an RFID reader. If you don't own an NFC-enabled smartphone, you'll have to go through the options below.

Reader

  • Elechouse: very cheap, small reader, probably not the best range.
  • EXPLORE-NFC, Farnell 2366201, uses PN512, €19.77: RaspberryPi add on
  • M24LR-DISCOVERY, Farnell 2280018, 2 boards: reader + tag emulator
  • http://www.mikroe.com/click/rfid/ MIKROE-1434: RS 862-4847 (€26), uses CR95HF
  • Adafruit NFC reader

Connection of Elechouse reader to Arduino Uno:

  • VCC=5V
  • IRQ=2
  • RSTPDN=3
  • SDA=A4
  • SCL=A5
  • GND=GND

Firmware

Existing libraries for interfacing with the NFC-reader

Clone this wiki locally