SlideShare a Scribd company logo
1 of 31
Presented By:
Mahesh Patil Guided by:- Mrs. Rashmi singh
Shivnaresh Likhar Technical guide:- Mr. Imran baig
Contents
1. Problem description Introduction
2. Introduction
3. Block diagram
4. Working principle
5. Components List
6. Software requirement
7. Hardware implementation
8. Flow chart
9. How do Smart doors work?
10.Advantages
11.Limitations
12.Further Improvements
13.References
Problem Description
 Opening and closing of doors is always a tedious job, especially in
places like shopping malls, hotels and theatres where a person is
always required to open the door for visitors.
 For people in wheelchairs (disabled persons), it is very difficult to
open the door.
Introduction
 Smart door system provides advance automation for owners. You
must have seen automatic door openers in shopping malls, theatres
and commercial buildings. These systems are used to open the door
when a person comes near to the entrance of the door and close it
after entered into the door.
 This project proposes a system of automatic opening and closing of
door by sensing any body movement near the door. This is achieved
with the help of a PIR (Passive Infrared) sensor.
Block Diagram
POWER SUPPLY
Working principle
 Smart door project system work on the principle of motion detector,
here in this project Passive Infrared sensor used as motion detecting
component.
 A motion detector is a device that detects moving objects,
particularly people.
 Passive infrared sensors are sensitive to a person's skin temperature
or heat. they detect the infrared radiation emitted from person.
 A motion detector is often integrated as a component of a system
that automatically performs a task or alerts a user of motion in an
area.
Components List
1. Microcontroller (Atmega328)
2. Passive Infrared Sensor
3. Relay Driver IC(ULN2003A)
4. Crystal Oscillator
5. Voltage Regulator IC(7805)
6. SPDT Relay
7. Bridge Rectifier
8. Liquid Crystal Display
9. Resistor and Capacitor
10. 12 Volt Adapter
1.) ATMEGA328 Microcontroller
 The ATmega328 is a single chip microcontroller created by Atmel in
the megaAVR family.
Specification:
 The Atmel 8-bit AVR RISC-based microcontroller combines
32 kB ISP flash memory with read write capabilities, 1KB
EEPROM, 2 Kb SRAM, 23 general purpose I/O lines, 32 general
purpose working registers
 The device operates between 1.8-5.5 volts. The device achieves
approaching 1 MIPS
 The ATmega328 is, low-powered and low-cost micro-controller
2.) Passive Infrared Sensor
 A passive infrared sensor (PIR sensor) is an electronic sensor that
measures infrared (IR) light radiating from objects in its field of
view.
 Infrared radiation enters through the front of the sensor, known as the
“sensor face”.
 Materials commonly used in PIR sensors include gallium
nitride (GaN), caesium nitrate (CsNO3), polyvinyl fluorides,
and cobalt phthalocyanine.
 Operating temperature: 0 to 50 °C
 Sensitivity range: up to 15-20 feet
3.) ULN 2003A
 The ULN2003A is an array of seven NPN Darlington
transistors capable of 500mA, 50V output.
 The ULN2003 is known for its high-current, high-voltage capacity.
 Typical usage of the ULN2003A is in driver circuits for relays, lamp
and LED displays, stepper motor.
4.) Crystal Oscillator
 A crystal oscillator is an electronic oscillator circuit that uses a
mechanical resonance of a vibrating crystal of piezoelectric material
to create an electrical signal with a very precise frequency.
 The most common type of piezoelectric resonator used is the quartz
crystal, so oscillator circuits designed around them became known as
“crystal oscillators”.
 Typical crystal oscillator frequencies range between 1.8 and 70 MHz.
 These quartz crystal oscillators are highly stable, consists of good
quality factor, they are small in size, and are very economical.
5.) 7805 IC
 The 7805 is the most common voltage regulator.
 its regulated 5-volt supply provides a convenient power source.
.
 The LM7805 is a monolithic three 3-pin IC.
Pin 1 (Input Pin): The Input pin is the pin that accepts the incoming
DC voltage, which the voltage regulator will eventually regulate
down to 5 volts.
Pin 2 (Ground): Ground pin establishes the ground for the regulator.
Pin 3 (Output Pin): The Output pin is the regulated 5 volts DC.
6.)SPDT Relay
 SPDT stand for Single Pole Double Throw.
 In this relay common terminal connects to either of two others.
Including two for the coil, such a relay has five terminals in total.
 The coil voltage on this relay is rated at 12VDC, and the load
current is rated up to 10A.
Features:
 12VDC SPDT Relay
 Rated up to 10A
 Fully Sealed
7.) Bridge Rectifier:
 A bridge rectifier is an
arrangement of four or more
diodes in a bridge circuit
configuration.
 It is used for converting an
alternating current (AC) input
into a direct current (DC)
output.
8) Liquid Crystal Display
 A liquid-crystal display (LCD) is a flat-panel display or
other electronic visual display that uses the light-modulating
properties of liquid crystals. Liquid crystals do not emit light directly.
Software Requirement
 EAGLE 7.5.0
EAGLE stands for, Easily Applicable Graphical Layout Editor.
EAGLE contains a schematic editor, for designing circuit
diagrams.
 Arduino 1.6.5
Arduino is a software company, project, and user community
that designs and manufactures computer open-source
hardware, open-source software, and microcontroller-based kits
for building digital devices
Hardware implementation
PCB Design Process
Layout
Attached
Etching
Drilling
Solder Plating
Components
Placing
Soldering
Path testing
PCB Testing
Layout Diagram
Schematic Diagram
Flow Chart
START
8MEGA328
MICROCONTROLLER
PIR
SENSOR
Bulb
I/P LOW
I/P HIGH
DOORLCD
How do Smart doors work?
 A live body generally emits infrared energy and when a body
approaches within the operating range of the PIR sensor. PIR sensor
the change in temperature to equivalent voltage and this signal is
called sensing signal.
 This sensing signal is fed to 8mega328 microcontroller by PIR
sensor and 8mega328 microcontroller sends a logical command to
motor driver IC for appropriate action.
 The door automatically closes with a fixed time delay. If there is no
further movement within the PIR operating range.
Advantages of smart door:
 For people in wheelchairs and other disabled individuals, automatic
doors are an immense boon, since conventional doors can be very
hard to work with. It may be impossible to open a conventional door
while seated in a wheelchair.
 In hospital and scientific labs, automatic doors can be used to secure
an area by ensuring that the door are shut at all times, while reducing
the risk of cross-contamination since people do not need to handle
the doors to pass through them.
 Automatic doors can also be useful in warehouses and other facilities
where people frequently have their hands full, contributing to safety
and efficiency by making it easier for people to get around.
Limitations
 The reliability of a motion sensor may also be affected by rapid
environmental changes and direct sunlight. Also, things like a
fireplace, and direct wind from an air conditioner or heater. This is
because a PIR sensor actually detects changes in infrared energy -
specifically, the "heat energy" emitted by normal human skin
temperature.
 PIR sensor is going to have trouble if you’re walking out to the pool
on a hot day, or back in from a snowball fight in a heavy winter coat.
Further Improvements
For an improved, effective system to be implemented and achieved,
the following suggestion should be considered for further work.
 A better sensor is recommended to achieve new functionality. For
instance, a suitable sensor such as microwave sensor, ultrasonic
sensor and radar sensor that could detect goods in any vehicle.
 To achieve full automation, a real time system should be employed
and a closed circuit television (CCTV) system provided for proper
monitoring and security purposes.
 The system can be later enhanced by integrating counter mechanism
or arrangement for keeping a record of entry and exit of people at
particular place.
References
 https://en.wikipedia.org/wiki/Passive_infrared_sensor
 http://circuitdigest.com/microcontroller-projects/automatic-door-
opener-project-using Arduino
http://www.slideshare.net/indira_kundu/report-on-automatic-door
 http://www.dailymotion.com/video/x11fgbb_movement-sensed-
automatic-door-opening-system-engineering-projects_tech
 http://www.datasheetarchive.com/ULN2003%20features-
datasheet.html
 http://services.eng.uts.edu.au/pmcl/de/Downloads/Lecture04.pdf
 http://www.learningaboutelectronics.com/Articles/Atmega328-
pinout.php
 https://www.parallax.com/sites/default/files/downloads/555-28027-
PIR-Sensor-Product-Guide-v2.3.pdf
Smart door project ppt shivnaresh likhar

More Related Content

What's hot

PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduinochetan kadiwal
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking systemArjun Singh
 
Automatic Streetlight
Automatic StreetlightAutomatic Streetlight
Automatic StreetlightRejvi Ahmed
 
Smart digital door locking system
Smart digital door locking systemSmart digital door locking system
Smart digital door locking systemVISHAL NAGAR
 
Smart Digital Door Lock
Smart Digital Door LockSmart Digital Door Lock
Smart Digital Door Lockshakil2604
 
IOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationIOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationNikhil Jadav
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationFarhan Ahmed Rahee
 
Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...Diwash Kapil Chettri
 
Automatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR SensorAutomatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR SensorAnkit Chaudhary
 
Wireless robot ppt
Wireless robot pptWireless robot ppt
Wireless robot pptVarun B P
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobilesDurairaja
 
Automatic Street Light Controller Using Arduino
Automatic Street Light Controller Using ArduinoAutomatic Street Light Controller Using Arduino
Automatic Street Light Controller Using Arduinosachin achari
 
Movement Sensed Automatic Door Opening System
Movement Sensed Automatic Door Opening SystemMovement Sensed Automatic Door Opening System
Movement Sensed Automatic Door Opening SystemEdgefxkits & Solutions
 
Women safety device with gps tracking and alerts
Women safety device with gps tracking  and alertsWomen safety device with gps tracking  and alerts
Women safety device with gps tracking and alertsPraween Lakra
 

What's hot (20)

PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduino
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking system
 
Automatic Streetlight
Automatic StreetlightAutomatic Streetlight
Automatic Streetlight
 
Home automation ppt
Home automation pptHome automation ppt
Home automation ppt
 
Smart digital door locking system
Smart digital door locking systemSmart digital door locking system
Smart digital door locking system
 
Smart Lighting Using IOT
Smart Lighting Using IOTSmart Lighting Using IOT
Smart Lighting Using IOT
 
Smart Digital Door Lock
Smart Digital Door LockSmart Digital Door Lock
Smart Digital Door Lock
 
IOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationIOT: Home Automation using Android Application
IOT: Home Automation using Android Application
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System Presantation
 
Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...Home automation using blynk app with fan direction control and displaying sta...
Home automation using blynk app with fan direction control and displaying sta...
 
Automatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR SensorAutomatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR Sensor
 
Wireless robot ppt
Wireless robot pptWireless robot ppt
Wireless robot ppt
 
Presentation on home automation
Presentation on home automationPresentation on home automation
Presentation on home automation
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobiles
 
Automatic Street Light Controller Using Arduino
Automatic Street Light Controller Using ArduinoAutomatic Street Light Controller Using Arduino
Automatic Street Light Controller Using Arduino
 
Iot based home automation
Iot based home automationIot based home automation
Iot based home automation
 
Movement Sensed Automatic Door Opening System
Movement Sensed Automatic Door Opening SystemMovement Sensed Automatic Door Opening System
Movement Sensed Automatic Door Opening System
 
Smart street light system
Smart street light systemSmart street light system
Smart street light system
 
Women safety device with gps tracking and alerts
Women safety device with gps tracking  and alertsWomen safety device with gps tracking  and alerts
Women safety device with gps tracking and alerts
 
Home automation
Home automationHome automation
Home automation
 

Viewers also liked

Report on automatic door
Report on automatic doorReport on automatic door
Report on automatic doorIndira Kundu
 
Microprocessor-Based Automatic Door Opener
Microprocessor-Based Automatic Door OpenerMicroprocessor-Based Automatic Door Opener
Microprocessor-Based Automatic Door OpenerJitendra Choudhary
 
Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorRAGHUVARMA09
 
Automatic Sliding Door
Automatic Sliding DoorAutomatic Sliding Door
Automatic Sliding DoorPrashant Rao
 
Automatic door system of bus door
Automatic door  system of bus doorAutomatic door  system of bus door
Automatic door system of bus doorWaleed Alyafie
 
Magnetic door lock using arduino
Magnetic door lock using arduinoMagnetic door lock using arduino
Magnetic door lock using arduinoSravanthi Sinha
 
Electronic code lock device
Electronic code lock deviceElectronic code lock device
Electronic code lock deviceAmitoj Kaur
 
Ec2308 mini project
Ec2308 mini projectEc2308 mini project
Ec2308 mini projectunnimaya_k
 
PASSWORD PROTECTED DOOR OPENING SYSTEM BY HEMANTA
PASSWORD PROTECTED DOOR OPENING SYSTEM BY HEMANTAPASSWORD PROTECTED DOOR OPENING SYSTEM BY HEMANTA
PASSWORD PROTECTED DOOR OPENING SYSTEM BY HEMANTAHEMANTA SAHU
 
Password based door lock system using 8051 microcontroller final report
Password based door lock system using 8051 microcontroller final reportPassword based door lock system using 8051 microcontroller final report
Password based door lock system using 8051 microcontroller final reportChinaraja Baratam
 
KBB-Gi3000 residential automatic door
KBB-Gi3000 residential automatic doorKBB-Gi3000 residential automatic door
KBB-Gi3000 residential automatic doorAnna Wang
 
Report (Electromagnetic Password Door Lock System)
Report (Electromagnetic Password Door Lock System)Report (Electromagnetic Password Door Lock System)
Report (Electromagnetic Password Door Lock System)Siang Wei Lee
 
Automatic Door Opener with Arduino UNO
Automatic Door Opener with Arduino UNOAutomatic Door Opener with Arduino UNO
Automatic Door Opener with Arduino UNONurrohmah Ramadhiani
 
Radio Frequency1
Radio Frequency1Radio Frequency1
Radio Frequency1Mayank Vora
 
Hotel always open to guests' needs: the complete access control solutions wit...
Hotel always open to guests' needs: the complete access control solutions wit...Hotel always open to guests' needs: the complete access control solutions wit...
Hotel always open to guests' needs: the complete access control solutions wit...Smart_Technology_Group
 
Security access control system using rfid
Security access control system using rfidSecurity access control system using rfid
Security access control system using rfidEcwayt
 

Viewers also liked (20)

Report on automatic door
Report on automatic doorReport on automatic door
Report on automatic door
 
Microprocessor-Based Automatic Door Opener
Microprocessor-Based Automatic Door OpenerMicroprocessor-Based Automatic Door Opener
Microprocessor-Based Automatic Door Opener
 
Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR Sensor
 
Automatic Sliding Door
Automatic Sliding DoorAutomatic Sliding Door
Automatic Sliding Door
 
Automatic door system of bus door
Automatic door  system of bus doorAutomatic door  system of bus door
Automatic door system of bus door
 
Project ppt
Project pptProject ppt
Project ppt
 
Magnetic door lock using arduino
Magnetic door lock using arduinoMagnetic door lock using arduino
Magnetic door lock using arduino
 
Electronic code lock device
Electronic code lock deviceElectronic code lock device
Electronic code lock device
 
Ec2308 mini project
Ec2308 mini projectEc2308 mini project
Ec2308 mini project
 
Password based door locksystem
Password  based door locksystemPassword  based door locksystem
Password based door locksystem
 
PASSWORD PROTECTED DOOR OPENING SYSTEM BY HEMANTA
PASSWORD PROTECTED DOOR OPENING SYSTEM BY HEMANTAPASSWORD PROTECTED DOOR OPENING SYSTEM BY HEMANTA
PASSWORD PROTECTED DOOR OPENING SYSTEM BY HEMANTA
 
Password based door lock system using 8051 microcontroller final report
Password based door lock system using 8051 microcontroller final reportPassword based door lock system using 8051 microcontroller final report
Password based door lock system using 8051 microcontroller final report
 
KBB-Gi3000 residential automatic door
KBB-Gi3000 residential automatic doorKBB-Gi3000 residential automatic door
KBB-Gi3000 residential automatic door
 
Report (Electromagnetic Password Door Lock System)
Report (Electromagnetic Password Door Lock System)Report (Electromagnetic Password Door Lock System)
Report (Electromagnetic Password Door Lock System)
 
Biometrics-Sukanta Bhattacharyya
Biometrics-Sukanta BhattacharyyaBiometrics-Sukanta Bhattacharyya
Biometrics-Sukanta Bhattacharyya
 
Psd andriod
Psd andriodPsd andriod
Psd andriod
 
Automatic Door Opener with Arduino UNO
Automatic Door Opener with Arduino UNOAutomatic Door Opener with Arduino UNO
Automatic Door Opener with Arduino UNO
 
Radio Frequency1
Radio Frequency1Radio Frequency1
Radio Frequency1
 
Hotel always open to guests' needs: the complete access control solutions wit...
Hotel always open to guests' needs: the complete access control solutions wit...Hotel always open to guests' needs: the complete access control solutions wit...
Hotel always open to guests' needs: the complete access control solutions wit...
 
Security access control system using rfid
Security access control system using rfidSecurity access control system using rfid
Security access control system using rfid
 

Similar to Smart door project ppt shivnaresh likhar

Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security systemNIT srinagar
 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET Journal
 
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...Tawsif Rahman Chowdhury
 
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMAUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMBiprajitSarkar
 
IRJET- Design of an FPGA based Control System for Robot
IRJET-  	  Design of an FPGA based Control System for RobotIRJET-  	  Design of an FPGA based Control System for Robot
IRJET- Design of an FPGA based Control System for RobotIRJET Journal
 
Home Automation & Security
Home Automation & SecurityHome Automation & Security
Home Automation & SecurityRoshan Mani
 
Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7IRJET Journal
 
IRJET- IoT based Industrial Automation
IRJET-  	  IoT based Industrial AutomationIRJET-  	  IoT based Industrial Automation
IRJET- IoT based Industrial AutomationIRJET Journal
 
IRJET- Design & Implementation of Black Box in Automobiles System
IRJET-  	  Design & Implementation of Black Box in Automobiles SystemIRJET-  	  Design & Implementation of Black Box in Automobiles System
IRJET- Design & Implementation of Black Box in Automobiles SystemIRJET Journal
 
SMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOTSMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOTIRJET Journal
 
Gsm based garbage disposal
Gsm based garbage disposalGsm based garbage disposal
Gsm based garbage disposalSuhanthi Devraj
 
Zigbee based greenhouse monitoring
Zigbee based greenhouse monitoringZigbee based greenhouse monitoring
Zigbee based greenhouse monitoringAjay Maurya
 
Doorlock
DoorlockDoorlock
DoorlockBUBT
 
IRJET-Laser Based Security System for Home
IRJET-Laser Based Security System for HomeIRJET-Laser Based Security System for Home
IRJET-Laser Based Security System for HomeIRJET Journal
 

Similar to Smart door project ppt shivnaresh likhar (20)

Minor_project.ppt.pdf
Minor_project.ppt.pdfMinor_project.ppt.pdf
Minor_project.ppt.pdf
 
EBM.ppt
EBM.pptEBM.ppt
EBM.ppt
 
Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security system
 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control System
 
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...
Microcontroller based Ultrasonic Radar (Microprocessors and Embedded Systems ...
 
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMAUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
 
IRJET- Design of an FPGA based Control System for Robot
IRJET-  	  Design of an FPGA based Control System for RobotIRJET-  	  Design of an FPGA based Control System for Robot
IRJET- Design of an FPGA based Control System for Robot
 
Home Automation & Security
Home Automation & SecurityHome Automation & Security
Home Automation & Security
 
Deepak
DeepakDeepak
Deepak
 
Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7
 
IRJET- IoT based Industrial Automation
IRJET-  	  IoT based Industrial AutomationIRJET-  	  IoT based Industrial Automation
IRJET- IoT based Industrial Automation
 
INTELIGENT RAILWAY SYSTEM
INTELIGENT RAILWAY SYSTEMINTELIGENT RAILWAY SYSTEM
INTELIGENT RAILWAY SYSTEM
 
IRJET- Design & Implementation of Black Box in Automobiles System
IRJET-  	  Design & Implementation of Black Box in Automobiles SystemIRJET-  	  Design & Implementation of Black Box in Automobiles System
IRJET- Design & Implementation of Black Box in Automobiles System
 
SMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOTSMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOT
 
Gsm based garbage disposal
Gsm based garbage disposalGsm based garbage disposal
Gsm based garbage disposal
 
Zigbee based greenhouse monitoring
Zigbee based greenhouse monitoringZigbee based greenhouse monitoring
Zigbee based greenhouse monitoring
 
Doorlock
DoorlockDoorlock
Doorlock
 
ANTI THEFT PPT
ANTI THEFT PPTANTI THEFT PPT
ANTI THEFT PPT
 
IRJET-Laser Based Security System for Home
IRJET-Laser Based Security System for HomeIRJET-Laser Based Security System for Home
IRJET-Laser Based Security System for Home
 
Atomatic light controller
Atomatic light controllerAtomatic light controller
Atomatic light controller
 

Recently uploaded

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 

Recently uploaded (20)

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 

Smart door project ppt shivnaresh likhar

  • 1. Presented By: Mahesh Patil Guided by:- Mrs. Rashmi singh Shivnaresh Likhar Technical guide:- Mr. Imran baig
  • 2. Contents 1. Problem description Introduction 2. Introduction 3. Block diagram 4. Working principle 5. Components List 6. Software requirement 7. Hardware implementation 8. Flow chart 9. How do Smart doors work? 10.Advantages 11.Limitations 12.Further Improvements 13.References
  • 3. Problem Description  Opening and closing of doors is always a tedious job, especially in places like shopping malls, hotels and theatres where a person is always required to open the door for visitors.  For people in wheelchairs (disabled persons), it is very difficult to open the door.
  • 4. Introduction  Smart door system provides advance automation for owners. You must have seen automatic door openers in shopping malls, theatres and commercial buildings. These systems are used to open the door when a person comes near to the entrance of the door and close it after entered into the door.  This project proposes a system of automatic opening and closing of door by sensing any body movement near the door. This is achieved with the help of a PIR (Passive Infrared) sensor.
  • 6. Working principle  Smart door project system work on the principle of motion detector, here in this project Passive Infrared sensor used as motion detecting component.  A motion detector is a device that detects moving objects, particularly people.  Passive infrared sensors are sensitive to a person's skin temperature or heat. they detect the infrared radiation emitted from person.  A motion detector is often integrated as a component of a system that automatically performs a task or alerts a user of motion in an area.
  • 7. Components List 1. Microcontroller (Atmega328) 2. Passive Infrared Sensor 3. Relay Driver IC(ULN2003A) 4. Crystal Oscillator 5. Voltage Regulator IC(7805) 6. SPDT Relay 7. Bridge Rectifier 8. Liquid Crystal Display 9. Resistor and Capacitor 10. 12 Volt Adapter
  • 8. 1.) ATMEGA328 Microcontroller  The ATmega328 is a single chip microcontroller created by Atmel in the megaAVR family.
  • 9. Specification:  The Atmel 8-bit AVR RISC-based microcontroller combines 32 kB ISP flash memory with read write capabilities, 1KB EEPROM, 2 Kb SRAM, 23 general purpose I/O lines, 32 general purpose working registers  The device operates between 1.8-5.5 volts. The device achieves approaching 1 MIPS  The ATmega328 is, low-powered and low-cost micro-controller
  • 10. 2.) Passive Infrared Sensor  A passive infrared sensor (PIR sensor) is an electronic sensor that measures infrared (IR) light radiating from objects in its field of view.
  • 11.  Infrared radiation enters through the front of the sensor, known as the “sensor face”.  Materials commonly used in PIR sensors include gallium nitride (GaN), caesium nitrate (CsNO3), polyvinyl fluorides, and cobalt phthalocyanine.  Operating temperature: 0 to 50 °C  Sensitivity range: up to 15-20 feet
  • 12. 3.) ULN 2003A  The ULN2003A is an array of seven NPN Darlington transistors capable of 500mA, 50V output.
  • 13.  The ULN2003 is known for its high-current, high-voltage capacity.  Typical usage of the ULN2003A is in driver circuits for relays, lamp and LED displays, stepper motor.
  • 14. 4.) Crystal Oscillator  A crystal oscillator is an electronic oscillator circuit that uses a mechanical resonance of a vibrating crystal of piezoelectric material to create an electrical signal with a very precise frequency.
  • 15.  The most common type of piezoelectric resonator used is the quartz crystal, so oscillator circuits designed around them became known as “crystal oscillators”.  Typical crystal oscillator frequencies range between 1.8 and 70 MHz.  These quartz crystal oscillators are highly stable, consists of good quality factor, they are small in size, and are very economical.
  • 16. 5.) 7805 IC  The 7805 is the most common voltage regulator.  its regulated 5-volt supply provides a convenient power source. .
  • 17.  The LM7805 is a monolithic three 3-pin IC. Pin 1 (Input Pin): The Input pin is the pin that accepts the incoming DC voltage, which the voltage regulator will eventually regulate down to 5 volts. Pin 2 (Ground): Ground pin establishes the ground for the regulator. Pin 3 (Output Pin): The Output pin is the regulated 5 volts DC.
  • 18. 6.)SPDT Relay  SPDT stand for Single Pole Double Throw.  In this relay common terminal connects to either of two others. Including two for the coil, such a relay has five terminals in total.  The coil voltage on this relay is rated at 12VDC, and the load current is rated up to 10A. Features:  12VDC SPDT Relay  Rated up to 10A  Fully Sealed
  • 19. 7.) Bridge Rectifier:  A bridge rectifier is an arrangement of four or more diodes in a bridge circuit configuration.  It is used for converting an alternating current (AC) input into a direct current (DC) output.
  • 20. 8) Liquid Crystal Display  A liquid-crystal display (LCD) is a flat-panel display or other electronic visual display that uses the light-modulating properties of liquid crystals. Liquid crystals do not emit light directly.
  • 21. Software Requirement  EAGLE 7.5.0 EAGLE stands for, Easily Applicable Graphical Layout Editor. EAGLE contains a schematic editor, for designing circuit diagrams.  Arduino 1.6.5 Arduino is a software company, project, and user community that designs and manufactures computer open-source hardware, open-source software, and microcontroller-based kits for building digital devices
  • 22. Hardware implementation PCB Design Process Layout Attached Etching Drilling Solder Plating Components Placing Soldering Path testing PCB Testing
  • 26. How do Smart doors work?  A live body generally emits infrared energy and when a body approaches within the operating range of the PIR sensor. PIR sensor the change in temperature to equivalent voltage and this signal is called sensing signal.  This sensing signal is fed to 8mega328 microcontroller by PIR sensor and 8mega328 microcontroller sends a logical command to motor driver IC for appropriate action.  The door automatically closes with a fixed time delay. If there is no further movement within the PIR operating range.
  • 27. Advantages of smart door:  For people in wheelchairs and other disabled individuals, automatic doors are an immense boon, since conventional doors can be very hard to work with. It may be impossible to open a conventional door while seated in a wheelchair.  In hospital and scientific labs, automatic doors can be used to secure an area by ensuring that the door are shut at all times, while reducing the risk of cross-contamination since people do not need to handle the doors to pass through them.  Automatic doors can also be useful in warehouses and other facilities where people frequently have their hands full, contributing to safety and efficiency by making it easier for people to get around.
  • 28. Limitations  The reliability of a motion sensor may also be affected by rapid environmental changes and direct sunlight. Also, things like a fireplace, and direct wind from an air conditioner or heater. This is because a PIR sensor actually detects changes in infrared energy - specifically, the "heat energy" emitted by normal human skin temperature.  PIR sensor is going to have trouble if you’re walking out to the pool on a hot day, or back in from a snowball fight in a heavy winter coat.
  • 29. Further Improvements For an improved, effective system to be implemented and achieved, the following suggestion should be considered for further work.  A better sensor is recommended to achieve new functionality. For instance, a suitable sensor such as microwave sensor, ultrasonic sensor and radar sensor that could detect goods in any vehicle.  To achieve full automation, a real time system should be employed and a closed circuit television (CCTV) system provided for proper monitoring and security purposes.  The system can be later enhanced by integrating counter mechanism or arrangement for keeping a record of entry and exit of people at particular place.
  • 30. References  https://en.wikipedia.org/wiki/Passive_infrared_sensor  http://circuitdigest.com/microcontroller-projects/automatic-door- opener-project-using Arduino http://www.slideshare.net/indira_kundu/report-on-automatic-door  http://www.dailymotion.com/video/x11fgbb_movement-sensed- automatic-door-opening-system-engineering-projects_tech  http://www.datasheetarchive.com/ULN2003%20features- datasheet.html  http://services.eng.uts.edu.au/pmcl/de/Downloads/Lecture04.pdf  http://www.learningaboutelectronics.com/Articles/Atmega328- pinout.php  https://www.parallax.com/sites/default/files/downloads/555-28027- PIR-Sensor-Product-Guide-v2.3.pdf