Sei sulla pagina 1di 4

INTRODUCTION:

In today's modern world, security plays an important role. Every person has Precious
accessories like gold, jewellery or cash. It is not enough to have these accessories, but security
of this is very important, for this purpose we keep them in bank lockers. Still we often hear or
read in newspaper that some fake person has access the locker of another person and have
stolen money.
In order to overcome this type of frauds, authentication of the person who wants to use
the locker is very important, in this project; we are designing advance security systems for
banking which will ensure the guanine access of the locker overcoming all the misuses. For
this password verification and GSM modem for alerting customer and bank. After entering in
the locker section, the person has to enter his password and after verification of the password
he will receive the security clearance message if someone try to access the locker without
permission the system will alert the user and bank in real time.

SOFTWARE AND HARDWARE TOOLS USED:


Software tools:
1) Keil Vision for ARM
2) ISIS Proteus Simulator

Hardware Components:
1) LPC2148
2) GSM modem.
3) LCD display

BLOCK DIAGRAM
POWER SUPPLY

COMPUTER

UART

KEYPAD

ARM7

GSM
MODEM

LCD
DISPLAY
BLOCK DESCRIPTION:
The block diagram mainly consists of the following blocks:
a. ARM 7 (LPC2148)
b. LCD interface
c. Keypad
d. Serial Communication Using UART

ARM 7 (LPC2148):
The NXP (founded by Philips) LPC2148 is an ARM7TDMI-S based high-performance 32-bit
RISC Microcontroller with Thumb extensions 512KB on-chip Flash ROM with In-System
Programming (ISP) and In-Application Programming (IAP), 32KB RAM, Vectored Interrupt
Controller, Two 10bit ADCs with 14 channels, USB 2.0 Full Speed Device Controller, Two
UARTs, one with full modem interface. Two I2C serial interfaces, Two SPI serial interfaces
Two 32-bit timers, Watchdog Timer, PWM unit, Real Time Clock with optional battery
backup, Brown out detect circuit General purpose I/O pins. CPU clock up to 60 MHz, On-chip
crystal oscillator and On-chip PLL.

LCD Interface:
Most of the applications created with the CPU require some form of display. The
most common way to accomplish this is with the LCD (Liquid Crystal Display).The ARM7
LPC2148 Primer board has seven numbers of LCD connections are needed to create 4-bit
interface; connected with 4 data bits (P0.19 P0.22, D4-D7), address bit (RS-P0.16),
read/write bit (R/W-P0.17) and control signal (E-P0.18) to make LCD display.

GSM Modem Interface:


GSM is an open, digital cellular technology used for transmitting mobile voice
and data services. GSM operates in the 900MHz and 1.8GHz bands GSM supports data
transfer speeds of up to 9.6 kbps, allowing the transmission of basic data services such as
SMS. The GSM standard is intended to address these problems. In the current work, SIM300
GSM module is used. A set of commands known as AT commands are used to send data using
GSM modem. AT +CMGF command along with the required data is used to send SMS alert
using the GSM modem.

4 X 3 MATRIX KEYPAD Interface:


Keypads are collection of push switches however arranged in the form of a
matrix. So there are rows and columns of switches. The two connections of a switch are also
connected in the matrix, so that the row has common connection and column has a common
connection. Thus when a button is pressed a row and a column, where the button is pressed
gets connected internally. In the project the port 1.16 to port 1.18 are taken as columns and
port 1.19 to port 1.22 are taken as rows, the rows are input and columns are output . So if a
corresponding 0 occur at row input it mapped to a specific key.

SERIAL Interface:
The log of the data is sent to the bank by means of a serial interface.
UART1 of LPC2148 is used for this purpose of sending data.

CIRCUIT DIAGRAM

The of locker system based on, PASSWORD and GSM technology. In


this system the authenticated person enters the both passwords in the keyboard which was
already given by the user and bank is received from the microcontroller. If these two
passwords are matched then the locker will be opened otherwise the microcontroller sends the
warning message to the authenticated person mobile number and it will be remain in locked
position.

Potrebbero piacerti anche