Nick Koumaris
Published © CC BY-NC-SA

Arduino RFID Lock Tutorial

Dear friends welcome to another tutorial. This is Nick from educ8s.tv and today we are going to learn how to use this RFID Reader wit...

BeginnerFull instructions provided1 hour28,398
Arduino RFID Lock Tutorial

Things used in this project

Hardware components

Arduino UNO
Arduino UNO
×1
RFID reader (generic)
×1

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Code

RFID.ino

Arduino
No preview (download only).

Code snippet #3

Plain text
if(match)    {
      Serial.println("\nI know this card!");
      printUnlockMessage();
    }else
    {
      Serial.println("\nUnknown Card");
    }

Credits

Nick Koumaris

Nick Koumaris

13 projects • 303 followers
My name is Nick Koumaris and I am a software engineer from Sparta, Greece. I love building projects and share them with the world!

Comments