Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.18 KB

File metadata and controls

36 lines (23 loc) · 1.18 KB

This is a fork of readMiFareClassic by Adafruit. It has been extremely heavily modified to add several new features and functionality, but carries the same BSD License that is included in the library.

You must have the library installed for this code to function proprtly.

This sketch is designed to be used as a RFID door lock with the Adafruit NFC PN532 Breakout Board.


Hardware Setup

  • Connect PN532 Breakout as shown in Adafruit tutorial located at: http://goo.gl/yVE9Ph
  • Connect Lcd as shown at Adafruit tutorial located at: http://goo.gl/MTk5jK
  • Connect Green LED to pin 13
  • Connect Red LED to pin 14 (A0)
  • Connect 5V All in one Piezo (buy it at: http://goo.gl/sh3mbo for 95 cents) to pin 15 (A1)
  • Connect Solid State Relay or Relay Board to pin 6

  • Installation Instructions

    1. Clone repo with "Download ZIP".
    2. Extract.
    3. Open File in Arduino IDE.
    4. Upload to Board.