Menu
Your Cart

RFID Door Lock Project Kit - Arduino Project

RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
-63 %
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
RFID Door Lock Project Kit - Arduino Project
₹899
₹2,443

(inc GST)

  • Stock: In Stock
  • SKU: FRC-01-492
7 Day Replacement
Replacement available on this product
Free shipping
Get free shipping above ₹ 499
COD Available
Pay Cash at the time of Delivery
Support
Get After-sale Technical Support

The RFID Door Lock is a lock that is simple to install and allows the user to easily lock and unlock doors.

This combo contains Arduino Uno with cable, RC522 RFID  Reader Writer Module, Tower pro servo motor, Male to Male Jumper cable, Male to Female Jumper Cable, 9v battery, barrel jack connector.

RC522 - RFID Reader /Writer with Cards Kit includes a 13.56MHz RF reader and writer module that uses an RC522 IC and two S50 RFID cards tag. The MF RC522 is an integrated transmission module for contactless communication at 13.56 MHz. RC522 supports ISO 14443A/MIFARE mode. RC522 - RFID Reader features an outstanding modulation and demodulation algorithm to serve effortless RF communication at 13.56 MHz. The S50 RFID Cards will ease up the process helping you to learn and add the 13.56 MHz RF transition to your project.
Arduino Uno R3 Compatible Board is a microcontroller board that is based on the ATmega328. Arduino Uno has 14 digital input or output pins(where 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button. It has everything needed to support the microcontroller, you need to simply connect it to a computer with a USB cable or power it with an AC-to-DC adapter or battery to get started.
Micro Servo 9G is lightweight, high-quality, and lightning-fast. The servo is designed to work with almost all radio control systems. It is with excellent performance that brings you to another horizon of flight

 

 

 

Package Includes:

1 x RC522 RFID 13.56MHZ Reader Writer Module
1 x Arduino Uno R3 Compatible board+ Cable for Arduino Uno
1 x TOWER PRO 9G MICRO SERVO MOTOR
1 xHigh Quality NIPPO 9V Battery
1 x Battery 9V Snap Connector To DC Barrel Jack Adapter
1 x 20cm Male To Male Jumper Cable Wire
1 x 20cm Male To Female Jumper Cable Wire

 

Arduino Code:

Note: You required servo and MFRC522 library.

#include 
#include 
#include 

#define SS_PIN 10
#define RST_PIN 9
#define SERVO_PIN 3
Servo myservo;
#define ACCESS_DELAY 2000
#define DENIED_DELAY 1000
MFRC522 mfrc522(SS_PIN, RST_PIN); // Create MFRC522 instance.
void setup()
{
Serial.begin(9600); // Initiate a serial communication
SPI.begin(); // Initiate SPI bus
mfrc522.PCD_Init(); // Initiate MFRC522
myservo.attach(SERVO_PIN);
myservo.write( 70 );
delay(7500);
myservo.write( 0 );
Serial.println("Put your card to the reader...");
Serial.println();
}
void loop()
{
// Look for new cards
if ( ! mfrc522.PICC_IsNewCardPresent())
{
return;
}
// Select one of the cards
if ( ! mfrc522.PICC_ReadCardSerial())
{
return;
}
//Show UID on serial monitor
Serial.print("UID tag :");

String content= "";
byte letter;
for (byte i = 0; i < mfrc522.uid.size; i++)
{
Serial.print(mfrc522.uid.uidByte[i] < 0x10 ? " 0" : " ");
Serial.print(mfrc522.uid.uidByte[i], HEX);
content.concat(String(mfrc522.uid.uidByte[i] < 0x10 ? " 0" : " "));
content.concat(String(mfrc522.uid.uidByte[i], HEX));
}
Serial.println();
Serial.print("Message : ");
content.toUpperCase();
if (content.substring(1) == "69 C8 E2 2A") //change here the UID of the card
{
Serial.println("Authorized access");
Serial.println();
myservo.write( 70 );
delay(7500);
myservo.write( 0 );
}
else {
Serial.println(" Access denied");

delay(DENIED_DELAY);

}
}
Questions1 Answers5 | Expand All
Can i get GST invoice for the order ?
Shubham Bhausaheb Modake
  • Yes, You can claim GST credit if you have a GST number. To do it you have to mention the GST number at the time of checkout. GST option appears in the Billing Address. If you are an existing customer of flyrobo then you can log in to your account ( Account → Address Book → Edit Address) and Then enter your GST number.
    FlyRobo[ 16/11/2022 ]
    Was this answer helpful?789
What is included in the kit? Does it have a report and any code if required?
Harsh
  • Documents and codes is not there is the kit. Only components are there in the kit. You will find lots of video on youtube to use this product in a project.
    FlyRobo[ 26/04/2022 ]
    Was this answer helpful?3
Does it come with program code
Does it come with program code and instructions to code the unit
Abdul hamid rather
  • No, But it is free and available on the internet. IF you don't find it then you can ask our technical support team.
    FlyRob [ 25/05/2023 ]
    Was this answer helpful?0
Will the articles be delivered safely and is it returnable incase product damged?. and is it avaliable in my incode area-734001
Aayush mintri
  • Package will be delivered safely without any doubt and in case product is not working and you want to return it that you can simply raise a return request after delivery to return the product. And yes your Pincode have delivery service available. 
    FlyRobo[ 29/06/2021 ]
    Was this answer helpful?-11
When will delivered order?
Ajeet
  • Order will be delivered within 1-3 days in metro city, 3-5 days in other city and 4-7 days in villages or small city. This is the average time of delivery in express shipping. but can change with different locations and different situations.
    FlyRobo[ 16/07/2021 ]
    Was this answer helpful?-1099
Showing 1 to 1 of 1 (1 pages)

Write a review

Note: HTML is not translated!
Bad Good

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments