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,501
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
15 projects • 315 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!
Contact

Comments

Please log in or sign up to comment.