0% found this document useful (0 votes)
20 views3 pages

DTMF Cell Phone Based Door Opener: Block Diagram

This project proposes a system to open and close a garage door using a mobile phone by entering a password through the phone's keypad. When a call is made to the phone connected to the system, it decodes the DTMF tones corresponding to the entered password and compares it to the stored password. If they match, the microcontroller activates the motor driver to open the garage door, providing convenient remote access without needing to exit one's vehicle. The system uses components like a microcontroller, DTMF decoder, motor, and can be programmed to allow changing the password.

Uploaded by

Nagaraju k m
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)
20 views3 pages

DTMF Cell Phone Based Door Opener: Block Diagram

This project proposes a system to open and close a garage door using a mobile phone by entering a password through the phone's keypad. When a call is made to the phone connected to the system, it decodes the DTMF tones corresponding to the entered password and compares it to the stored password. If they match, the microcontroller activates the motor driver to open the garage door, providing convenient remote access without needing to exit one's vehicle. The system uses components like a microcontroller, DTMF decoder, motor, and can be programmed to allow changing the password.

Uploaded by

Nagaraju k m
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/ 3

DTMF Cell Phone Based Door Opener

The main objective of this project is to unlock a garage door by a mobile phone using a

unique password entered through the keypad of the phone. Opening and closing of garage

doors involves human labor. In this proposed system, the opening and closing of a garage

door is achieved by using a mobile phone. The owner can call to a mobile phone interfaced

to the system which in turn is connected to the garage door that can open/close the door by

entering the password. This method is very convenient as one doesn’t have to get down of

his car to open/close the door physically.

This project is based on the concept of DTMF (dual tone multi – frequency). Every numeric

button on the keypad of a mobile phone generates a unique frequency when pressed. These

frequencies are decoded by the DTMF decoder IC at the receiving end which is fed to the

microcontroller. If this decoded values (password entered by the user) matches with the

password stored in the microcontroller, then the microcontroller initiates a mechanism to open

the door through a motor driver interface.

Further this project can be incorporated with an EEPROM i.e., a non-volatile memory so that

the password can be changed by the owner.

Block Diagram:
Hardware Specifications
 8051 series Microcontroller
 DTMF Decoder

 crystal

 DC Motor with sliding mechanism

 Diodes

 Voltage regulator

 Transformer

 Motor Driver IC

Software Specifications

 Keil µVision IDE


 MC Programming Language: Embedded C

You might also like