Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 759 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 759 Bytes

CapibaraZero NFC Framework

A library to interract easily with PN532 and build attack for the CapibaraZero based on Adafruit_PN532.

It includes also a useful wrapper around the NFC tag to get more information simply using the method in the class.

To set I2C pins, use the following build flags: PN532_IRQ_PIN and PN532_RST_PIN

Features

  • ISO14443A card reader
  • Mifare card writer
  • Read tag UID
  • Dump all blocks in a tag
  • Card formatter(mifare only)
  • NTag2xx support(writer/reader)
  • feliCa initial support

TODO

  • Add full working card emulation

References

Tag structure

Adafruit_PN532