Skip to main content

adsense

ARDUINO _RFID _LCD (rfid Security System)

In the following project we are going to make a rfid card reader by using the arduino uno and a rfid card reader.
the following project can do a lot of things such as reading a tag adding of the tag and also the deleting of the tag

Step 1: WATCH THE VIDEO

 

Step 2: THINGS NEEDED

     
   

To make the this project you need these following project
1.Arduino uno (or clone)
2.LCD(16x2)
3.RFID reader
4.RFID tags
5.LED (RED,GREEN,YELLOW)
6.Potentiometer(1k)
7.Bread Board
8.Copper dot PCB
9.Jumper Wires
10.Male and Female Header pins

Step 3: CIRCUIT CONSTRUCTION

Follow the given schamatic to make the PROJECT work
the connections to connect the RFID reader is given as
ARDUINO UNO RFID
+5V-------------------------------->+5V
GND------------------------------->GND
6------------------------------------->TX
FOR THE LCD TO WORK YOU NEED TO USE THE LIQUID CRYSTAL LIBRARY WHICH HAS BEEN SHOWN IN THE NEXT STEP
THE THREE LED'S ARE USED TO INDICATE THE CURRENT STATE OF THE READER
RED>>ACCESS DENIED INDICATION
GREEN>>ACCESS GRANTED INDICATION
YELLOW>>WHILE ADDING AND DELETING THE TAG

Step 4: ADDING THE LIBRARY TO ARDUINO IDE 

To make the code work in the arduino we need to add or import the arduino library .In this project we are going to use two main library
1.liquid crystal library
2.wire.h
these library are preinstalled in the arduino ide but if not you can download the files from lthe following links
liquid crystall library is basically used to connect the the lcd to the arduino
wire.h is the library which will convert the normal digital outputs of the arduino into a serial port and with the help of this we are going to create another port to communicate with the RFID reader
To import the librarys you need to download the following zip file then extract it
then we are going to move them into the arduino / library folder.
links:
click here to download liquid crystal  library
click here to download wire.h library

Step 5: CODING PARTCODING PART

AFTER THE LIBRARY'S ARE INSTALLED WE ARE GOING TO UPLOAD THE CODE TO THE ARDUINO
for that you need to download the following file to the arduino using the arduino ide and that's it!!!

click here to download the program 

 Step 6: THANKS FOR WATCHING

SO THANKS FOR WATCHING THE FOLLOWING INSTRUCTABLES.
FOLLOW ME ON YOUTUBE CHANNEL

https://www.youtube.com/channel/UCZE35bOktFxu8dIadxuQPLg
thanks for the support

 


 

 

 

 

Comments

Popular posts from this blog

VU METER (Music Visualizer) #1 With Arduino

This is the part one of the music visualizer series and In the following tutorial we are going to make a music visualizer AKA the volume meter or the uv meter from an arduino mega . The build process is very simple and easy and the program of arduino is also not that hard. Step 1: Watch the Video Step 2: Parts List             The parts needed for this build are 1.ARDUINO MEGA 2.COPPER DOT PCB 3.BREAD BOARD 4.JUMPER WIRES 5.LED (RED ,BLUE ,GREEN) 6.TOOLS(SOLDERING IRON ,SOLDER WIRE) 7.AUDIO SPLITER WITH A JACK 8.HEADER PINS Step 3: Testing on Bread Board( 1.LED's and ARDUINO ) Start by inserting the led on the bread board with the negative leg of the led to a common ground rail of the bread board (led count =20) the positive leg of the led will be there at any empty rail of the bread board as shown in the video and following pictures Then connect the ground of the arduino to the common ground rail of the l...

ARDUINO IR REMOTE (USE YOUR OLD REMOTE TO CONTROLL HOME APPLIANCES)

In this project you can choose any remote or a TV remote which you are using and you will notice that some keys are useless for your tv for that you can use that keys for controlling the home appliences like powering your TV,FAN,LIGHTS etc... you need to follow the simple procedure from the video so that you can record hexa values for that particular key and put into the program of the arduino Step 1: WATCH THE VIDEO   Step 2: THINGS NEEDED           The things needed for the following project are 1.ARDUINO UNO OR CLONE 2.IR RECIVER 3.ANY OLD REMOTE 4.RELAY MODULE 5.JUMPER WIRES 6.ARDUINO IDE 7.SOME LED'S IF YOU WANT TO MAKE A RELAY MODULE BY YOURSELF YOU COULD NEED (OPTIONAL) 1.RELAY 2.BC547 TRANSISTOR 3. 1K OHM RESISTOR 4.COPPER DOT PCB Step 3: RECIVING THE IR CODE FROM REMOTE BUTTON   This is the test to recieve the hexadecimal code of the remote button 1.install the ir remote library form the fo...

VU METER (Part-2) Using LM-3914 & LM-3915

This is the second part of the music visualization series and in the video above i have shown how you can make a simple VU meter by using the ic called LM-3914 or LM-3915. The part 1 is basically about how you can make the simple and cool looking VU meter by using the arduino microcontroller link to that is given as and now we will see the step by step construction of the VU meter STEP 1: Watch the Video   STEP 2: PARTS LIST     To make this cool looking UV meter we need these following things 1.LM-3914 IC 2.Breadboard 3.Copper dot PCB 4.18 pin IC Holder 5.Resistor(1.2k & 4k ohm) 6.Potentiometer (1K ohm) & Knob 7.Audio jack 8.Dc jack 9.LED (6-Green & 2-Blue & 2-Red) 10.some connecting wires   TOOLS REQUIRED 1.soldering iron 2.wire cutter 3.soldering wire etc... STEP 3: SPECIFICATION OF LM-3914 & DATASHEET When looking at the LM-3914 ic datasheet these are some important feat...