Skip to content

Instantly share code, notes, and snippets.

View Strongreen's full-sized avatar

Hérika Ströngreen Strongreen

View GitHub Profile
@Strongreen
Strongreen / Arduino_PN532_NTAG203_dumper.ino
Created April 2, 2021 02:29 — forked from stonehippo/Arduino_PN532_NTAG203_dumper.ino
Reading out the contents of an NTAG203 NFC tag using an Adafruit PN532 shield for Arduino. This sketch reads and prints to the serial console all 42 pages of memory on the tag.
/*
Dump the memory on a NTAG203 NFC tag using the Adafruit PN532 RFID/NFC Shield
http://www.adafruit.com/products/789
This sketch requires the installation of the Adafruit I2C library for the shield,
which can be found at https://github.com/adafruit/Adafruit_NFCShield_I2C
The datasheet and other info for the NTAG203 can be found at
http://www.nxp.com/products/identification_and_security/smart_label_and_tag_ics/ntag/series/NTAG203.html