Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.23 KB

File metadata and controls

19 lines (16 loc) · 1.23 KB

ArduinoRFIDwithOLED

This is the script or code for Arduino Nano (or any other device, just change minor necessary info) that connects an RFID (MFRC522 module) with a 4-pin I2C OLED display module.

This code is able to:

  • scan RFID card or fobs
  • present UID, PICC type, and messages to the Serial Monitor
  • present UID and messages to the connected OLED display
  • validate a single user's UID / RFID to present an "UNLOCKED" message on OLED display
Shows a screenshot of Serial Monitor data at 9600 baud rate.

Here is how the devices are connected / wired: Shows an RFID antenna connected to an OLED display and an Arduino Nano