0% found this document useful (0 votes)
70 views6 pages

Title:-Keyless Door Lock Opening System Using Cell Phone

This document describes a keyless door lock opening system that can be controlled remotely using a cell phone. The system uses a microcontroller and motor driver to open and close a door prototype operated by a CD tray motor. To open the door, a visitor enters their mobile number which is sent to the owner's phone along with a randomly generated code. If the owner recognizes the number, they reply with the code which the visitor then enters to open the door remotely. The system allows contactless access to homes and buildings from anywhere using mobile phones for authentication and access control.

Uploaded by

9527530909
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views6 pages

Title:-Keyless Door Lock Opening System Using Cell Phone

This document describes a keyless door lock opening system that can be controlled remotely using a cell phone. The system uses a microcontroller and motor driver to open and close a door prototype operated by a CD tray motor. To open the door, a visitor enters their mobile number which is sent to the owner's phone along with a randomly generated code. If the owner recognizes the number, they reply with the code which the visitor then enters to open the door remotely. The system allows contactless access to homes and buildings from anywhere using mobile phones for authentication and access control.

Uploaded by

9527530909
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

TITLE:-KEYLESS DOOR LOCK OPENING SYSTEM

USING CELL PHONE


Introduction
Have you ever been caught in such a situation? When you have
visited your friends or relatives place and then they were not
there. It must have been very disappointingto wait for them for
long hours outside the house. What if your friend has electronic
lock but he is not ready to share the secure password with you. It
will be very frustrating to wait outside the house.
Imagine if there can be a device which can be controlled remotely
without requiring any external device, which can be controlled by
owner of the house remotely sitting anywhere in the world using
his cell phone. Heres the solution for the above problem. In this
project we will be designing an electronic interface in which you
can control any system from remote location by using your mobile
phone.

Description:
Its a project dealing with remote controlling solutions to common
problems. It is an electronic security system that can be
controlled from anywhere in the world just by using a cell phone,
It uses a 4 to 10 digit secured code for identification. The main
password is created for the owner of the house through which he
can directly open the door.For the visitor have to enter his mobile
number to which controller will accept and will genrate the
random code.Both mobile number and random code will be send
to owners mobile number.If that mobile number is known to
owner then he will reply to same number with the randomly
generated code which will be used by visitor as a password.

The system can be used to unlock/lock outdoor and indoor


entrances, gates of public buildings as well as private real
estates. The system is taking advantage of a mobile phone. The
system consists of a microcontroller and CD tray or any other
driver(as door prototype). Access is granted (means the door
opens) when the random code is inserted in correct sequence the
controller receives the proper signal. After decoding the correct
sequence allows the door to be opened.

Hardware Components:
PIC16 Microcontroller
Liquid Crystal Display
Motor Driver (L293D)
Liquid Crystal Display

MICROCONTROLLER: PICs are popular with both industrial


developers and hobbyists alike due to their low cost, wide
availability, large user base, extensive collection of application
notes, availability of low cost or free development tools, and serial
programming (and re-programming with flash memory) capability.
PIC16 :l- this is probably the most popular PIC used by the
hobbyist community that is still under production. This is the best
PIC of its family and used to be "the PIC" for bigger hobbyist
projects, along with the PIC16F84 for smaller ones. Features 14KB of
program memory, 368 bytes of RAM, a 40 pin package, 2 CPP

modules, 8 ADC channels capable of 10-bit each. It also counts with


the UART and MSSP, which is a SSP capable of being master,
controlling any devices connected to the I2c and SPI busses. The
lack of internal oscillator, as opposed to the other PICs mentioned
until now, is something to be aware of. Also, this PIC is relatively
expensive for the features included. This may be caused by
Microchip to force the migration to better chips

Motor Driver: Used to drive the DC motors as directed by the


microcontroller. This is the OUTPUT block.Here we used L293D to
drive the motors .whatever signals it receives from the
microcontroller on the basis of that it will drive the motors.
MOTOR: For the door prototype we will be using a CD tray
installed with DC motor. The control of this motor will show
opening and closing of door.A direct current (DC) motor is a fairly
simple electric motor that uses electricity and a magnetic field to
produce torque, which turns the motor. At its most simple,
a DC motor requires two magnets of opposite polarity and an
electric coil, which acts as an electromagnet. The repellent and
attractive electromagnetic forces of the magnets provide the
torque that causes the DC motor to turn.

Liquid Crystal Display: This is 16x2 B/W LCD for the display of
the data.

software components:-

In-circuit debugging

Later model PICs feature an ICD (in-circuit debugging) interface, built into the
CPU core. ICD debuggers (MPLAB ICD2 and other third party) can communicate
with this interface using three lines. This cheap and simple debugging system
comes at a price however, namely limited breakpoint count (1 on older pics 3 on
newer PICs), loss of some IO (with the exception of some surface mount 44-pin
PICs which have dedicated lines for debugging) and loss of some features of the
chip. For small PICs, where the loss of IO caused by this method would be
unacceptable, special headers are made which are fitted with PICs that have extra
pins specifically for debugging.
In-circuit emulators
Microchip offers three full in-circuit emulators: the MPLAB ICE2000 (parallel
interface, a USB converter is available); the newer MPLAB ICE4000 (USB 2.0
connection); and most recently, the REAL ICE. All of these ICE tools can be used
with the MPLAB IDE for full source-level debugging of code running on the
target.
The ICE2000 requires emulator modules, and the test hardware must provide a
socket which can take either an emulator module, or a production device.

Advantages

It is user-friendly.
Safer to use.
Reduces the time of switching due to automation.
Requires least maintenance

Applications:

Hardware Automation
Long range control system on mobile channel

Group members: Mandar Rane


Neela Sakhardande
Saajan sanap

Block Diagram

Visitors mobile

password/
mobile
num

MICRO

Owners mobile

CONTROLLER
(PIC16

(mob num+random code)

LCD(1
6*2)

LCD(1
MICROCONTROLLER
MICROCONTROLLER
DOOR

(L293D)MOTOR
DRIVER

You might also like