Presentation is loading. Please wait.

Presentation is loading. Please wait.

Arduino BASED RFID Device Access

Similar presentations


Presentation on theme: "Arduino BASED RFID Device Access"— Presentation transcript:

1 Arduino BASED RFID Device Access
Submitted by:

2 contents Project overview Block diagram Power supply Arduino RFID
Relay Relay driver ULN2003 LCD Schematic & Working of the project Advantages Applications Future scope Conclusion

3 Project overview The main objective of this project is to provide security in an organization by allowing authorized personnel to enter or to access the door to enter into the organization. For this purpose the authorized personnel are provided with an RFID card. This card contains an integrated circuit that is used for storing, processing information, modulating and demodulating the radio frequency signal that is being transmitted. Thus, once the person shows the RFID card to the RFID card reader it scans the data present on the card and compares it with that of the data present in the system and once it matches it displays the message saying valid and unlocks the door or else states invalid and doesn’t allow the access.

4 Block diagram

5 Power supply Step down transformer Bridge rectifier Filter Regulator

6 Contd.. The 230V AC supply is first stepped down to 12V AC using a step down transformer. This is then converted to DC using bridge rectifier. The AC ripples is filtered out by using a capacitor and given to the input pin of voltage regulator 7805. At output pin of this regulator we get a constant 5V DC which is used for MC and other ICs in this project.

7 Microcontroller It is a smaller computer
Has on-chip RAM, ROM, I/O ports... RAM ROM I/O Port Timer Serial COM Port Microcontroller CPU A single chip

8 ARDUINO The Arduino microcontroller is an easy to use yet powerful single board computer that has gained considerable traction in the hobby and professional market. The Arduino is open-source, which means hardware is reasonably priced and development software is free.

9 Image of development board

10 Features of Duemalinove
The Duemalinove board features an Atmel ATmega328 microcontroller operating at 5 V with 2 Kb of RAM, 32 Kb of flash memory for storing programs and 1 Kb of EEPROM for storing parameters. The clock speed is 16 MHz, which translates to about executing about 300,000 lines of C source code per second

11 …..contd The Arduino programming language is a simplified version of C/C++. If you know C, programming the Arduino will be familiar. If you do not know C, no need to worry as only a few commands are needed to perform useful functions.

12 RFid Radio-frequency identification (RFID) is an automatic identification method, relying on storing and remotely retrieving data using devices called RFID tags or transponders. RFID (radio frequency identification) is a technology that incorporates the use of electromagnetic or electrostatic coupling in the radio frequency (RF) portion of the electromagnetic spectrum to uniquely identify an object, animal, or person. An alternative to bar code. RFID is also called dedicated short range communication(DSRC)

13 Contd.. RFID Benefits Versus Bar Code Labels and Scanning
Eliminates human error Improves speed and efficiency Increases information availability and location Allows enhanced security Delivers data with or without network connection RFID Application Manufacturing Supply Chain, Logistics & Distribution Security And Access Control Parking, Bay And Terminal Management Tool Collection

14 relay A relay is an electrically operated switch.
Current flowing through the coil of the relay creates a magnetic field which attracts a lever and changes the switch contacts. The coil current can be on or off so relays have two switch positions and have double throw (changeover) switch contacts as shown in the diagram.

15 Contd.. Relays allow one circuit to switch a second circuit which can be completely separate from the first. For example a low voltage battery circuit can use a relay to switch a 230V AC mains circuit. There is no electrical connection inside the relay between the two circuits, the link is magnetic and mechanical. To drive relay through MC ULN2003 relay driver IC is used

16 Relay driver uln2003 ULN is Relay driver application
The ULN2003 is a monolithic high voltage and high current Darlington transistor arrays. It consists of seven NPN Darlington pairs that features high-voltage outputs with common- cathode clamp diode for switching inductive loads. The collector-current rating of a single Darlington pair is 500mA. The Darlington pairs may be paralleled for higher current capability.

17 Contd.. The ULN functions as an inverter.
If the logic at input 1B is high then the output at its corresponding pin 1C will be low.

18 Liquid crystal display-lcd
Most common LCDs connected to the microcontrollers are 16x2 and 20x2 displays. This means 16 characters per line by 2 lines and 20 characters per line by 2 lines, respectively. The standard is referred to as HD44780U, which refers to the controller chip which receives data from an external source (and communicates directly with the LCD.

19 Contd.. If an 8-bit data bus is used the LCD will require 11 data lines(3 control lines plus the 8 lines for the data bus) The three control lines are referred to as EN, RS, and RW EN=Enable (used to tell the LCD that you are sending it data) RS=Register Select. When RS=0; data is treated as a command & When RS=1; data being sent is text data. R/W=Read/Write . When RW=0; the data written to the LCD & When RW=0; the data reading to the LCD.

20 Working of project The project uses a RFID reader that sends a 125 KHz signals while a RFID card is swiped over the same. The card used gets powered by inductive means with the coil inside the same duely rectified and filtered for a DC voltage to drive the inbuilt chip in the card. Thus while the card is swiped over sends a valid data to the MC to output a logic high from the MC at pin 36 to drive a relay by ULN2003 which finally actuates the load for example a lamp in this case. The LCD display indicates all the position accruing in the process.

21


Download ppt "Arduino BASED RFID Device Access"

Similar presentations


Ads by Google