Top Banner
PROJECT GUIDE :M.RAVI BY: B.V.S. ALEKHYA (10521A04A1) SHUBHAM KUMAR (10521A0487) ROHIT SOURABH (10521A0484) V.BHANU CHAITANYA(10521A04A4) D.V.Y.V. SUBBA RAO (11525A0403) ARM BASED 4-BIT CODED LOCKER WITH ELECTRIC SHIELD
21
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: ARM BASED 4-BIT CODED LOCKER

PROJECT GUIDE :M.RAVI

BY: B.V.S. ALEKHYA (10521A04A1) SHUBHAM KUMAR (10521A0487)ROHIT SOURABH (10521A0484) V.BHANU CHAITANYA(10521A04A4)D.V.Y.V. SUBBA RAO (11525A0403)

ARM BASED 4-BIT CODED LOCKER WITH ELECTRIC SHIELD

Page 2: ARM BASED 4-BIT CODED LOCKER

INTRODUCTIONBLOCK DIAGRAMSECTIONSLOCKING SECTIONCONTROLLING SECTIONNECESSITY TO USE ARMCIRCUIT DIAGRAMCOMPONENTS REQUIREDWORKINGADVANTAGES INVOLVED IN THE PROJECTIMPROVEMENTS THAT CAN BE MADE

CONTENTS

Page 3: ARM BASED 4-BIT CODED LOCKER

Disadvantage of conventional mechanical lockers- high cost and comparatively lower security

It is an electronic code lock based on NXP LPC2148 microcontroller

Alphanumeric password is needed to open the locker

If password is wrong a buzzer blows to alert security within reach

The burglar may be subjected to shock if he tries to touch the locker

INTRODUCTION

Page 4: ARM BASED 4-BIT CODED LOCKER

BLOCK DIAGRAM

Page 5: ARM BASED 4-BIT CODED LOCKER

LOCKING SECTION

TECHNOLOGY USED:

We used actuating technology for the locking section

We used motor with a nut and bolt and designed an actuator

This actuator will be used for auto closing and opening of locker

Page 6: ARM BASED 4-BIT CODED LOCKER

SECTIONS

LOCKING SECTION

CONTROLLING SECTION

Page 7: ARM BASED 4-BIT CODED LOCKER

LOCKER

we connected a nut and bolt to a geared motor and designed the locker unit

Page 8: ARM BASED 4-BIT CODED LOCKER

DPDT SWITCH

we used a dpdt toggle switch for opening and closing of the locker

Page 9: ARM BASED 4-BIT CODED LOCKER

ELECTRIC SHIELD

we placed the conductor around the walls of locker

this conductor is allowed free flow of electric supply and it is indicated by red color led circuit

Page 10: ARM BASED 4-BIT CODED LOCKER

LPC2148 is based on 32 bit ARM7TDMI(-S) developed by ARM Holdings

3-stage pipeline Keeps its instructions and data in the same memory system High speed on-chip flash memory of 512 KB Embedded ICE hardware, give on-chip breakpoint and

watchpoint support

High performance and very low power consumption

Two instruction sets: 1. Standard 32-bit ARM instruction set. 2. 16-bit THUMB instruction set. On-chip static RAM (SRAM) Enhanced Multiplier, 64-bit result

CONTROLLING SECTION

Page 11: ARM BASED 4-BIT CODED LOCKER

Why ARM?

LOW COST LOW POWER REQUIREMENTS LOW POWER DISSIPATION MULTIPLE FUNCTIONALITIES BETTER RAM AND ROM

CAPABILITIES RISC-BASED PROCESSOR INDUSTRIAL REQUIREMENTS

Page 12: ARM BASED 4-BIT CODED LOCKER

CIRCUIT DIAGRAM

Page 13: ARM BASED 4-BIT CODED LOCKER

Blueboard equipped with NXP LPC2148 microcontrollerQWERTY keyboardRelayElectronic lockerSpeakers

COMPONENTS REQUIRED

Page 14: ARM BASED 4-BIT CODED LOCKER

NGX Blue Board

Page 15: ARM BASED 4-BIT CODED LOCKER

KEYBOARD CONNECTIVITY WITH THE BLUEBOARD

Page 16: ARM BASED 4-BIT CODED LOCKER

WORKING OF THE WHOLE SYSTEM

When the user enters a password using the Keyboard attached to the Blueboard, then the logic built in the Embedded C program checks it with the pre-stored password. 1. If both the passwords match, then the LCD displays the “ Correct Password” message and after 2 seconds instructs the user to toggle up/down the Red Switch connected to the relay by displaying a message “Toggle Red Switch”. 2. If the password entered by the user is wrong, then the LCD will display the message as “Password Wrong, Try Again” by alarming with a buzzer attached to the Blueboard and gives the user 2 more chances of entering the correct password. If the user still fails to type the correct password in their 3rd attempt,then the LCD displays the message as “Security Alarm” and the microcontroller will send a Security alarm signal by generating an audio signal for 15 seconds which will be played on the speaker.

Page 17: ARM BASED 4-BIT CODED LOCKER

DISPLAY ON ENTERING CORRECT PASSWORD

Page 18: ARM BASED 4-BIT CODED LOCKER

DISPLAY ON ENTERING WRONG PASSWORD MORE THAN THRICE

Page 19: ARM BASED 4-BIT CODED LOCKER

ADVANTAGES INVOLVED IN THE PROJECT• Highly Secure due to the presence of multilevel security with electric shield• The development board requires just 3.3 V of power supply and hence power consumption and dissipation are very low.• Security alarm with the help of DAC is possible, thus alerting the security personnel if any unauthorized repeated access is made more than thrice.• Inability for any unauthorized user to access the locker due to the presence of all-time electric shock.• One-minute blocking of the whole system if any unauthorized access is made more than thrice.• Made on a low budget of Rs. 4200 which is quite low as compared to the similar type of system available in the market

Page 20: ARM BASED 4-BIT CODED LOCKER

IMPROVEMENTS THAT CAN BE MADE

• GSM-GPS INTERFACE CAN BE INCORPORATED• A BETTER USER INTERFACE CAN BE PROVIDED

THROUGH HYPER-TERMINAL USING RS-232 COMMUNICATION AT THE COST OF INCREASED BUDGET

• A PERIODIC ALARM CAN BE CONFIGURED FOR MORE ENHANCED SECURITY USING THE RTC MODULE PRESENT IN THE BLUEBOARD

Page 21: ARM BASED 4-BIT CODED LOCKER

THANK YOU