Micropython pn532 rfid/nfc reader/writer code for I2C interface

This uses the adafruit pn532 libraries at https://github.com/adafruit/Adafruit_CircuitPython_PN532 but with updated pn532_i2c.pn to allow it to work with standard micropython rather than circuit python.

main.py includes sample code for

  1. Initializing and scanning the i2c bus
  2. ssd1306 code to use a OLED display to show rfid tag information
  3. pn532 code to read uid infomation on rfid and nfc tags

Reference Documents