SlideShare a Scribd company logo
1 of 3
Download to read offline
www.ijmer.com

International Journal of Modern Engineering Research (IJMER)
Vol. 3, Issue. 5, Sep - Oct. 2013 pp-2872-2874
ISSN: 2249-6645

Developing Infrared Controlled Automated Door System
Lucky Gautam1 Chinoy Sharma2 Akshaj Arora3 Pinku yadav4
1,2

Department Of Electronics And Instrumentation
Department Of Electronics And Communication
4
Department Of Mechnical And Automation
1,2,3
Amity University, Noida
4
Vellore University, Vellore

3

ABSTRACT- As a result of enhanced civilization and modernization, the human nature demands more comfort to his life.
Automated doors have acquired and have become part of one’s life from his office to shopping complex. Automated doors
are quite common and a vast field of research now days. Many attempts are made to decrease the manufacturing cost and
achieve an efficient and inexpensive output. This paper will focus upon giving a brief idea about construction of an
automated door using IR sensors. A small experiment was performed which gave the desired output.

Keywords – IR sensor, Comparator, DC Motor, Motor driver circuit, sliding door.
I.

INTRODUCTION

Automatic door is an automated movable barrier installed in the entry of a room or building to restrict access,
provide ease of opening a door or provide visual privacy. This is being achieved by various detection circuits available in the
market. These detection circuits vary from basic sensors like IR sensor, force sensors to complex and expensive vision
circuitry. To this end, we model and design an automatic sliding door with a room light control system to provide the
mentioned needs. This was achieved by considering some factors such as economy, availability of components and research
materials, efficiency, compatibility and portability and also durability in the design process. This system works on the
principle of breaking an infrared beam of light, sensed by a photodiode. It consists of transmitting infrared diodes and
receiving photo-diodes. The system is to detect whether someone is coming in or not. The photodiodes are connected to
comparators, which give a lower output when the beam is broken and high output when transmitting normally. The general
operation of the work and performance is dependent on the presence of an intruder entering through the door and how close
he/she is in closer to the door. The overall work was implemented with a constructed work, tested working and perfectly
functional.

II.

COMPONENTS

IR SENSOR- The sensor senses whether receiver of it is receiving light from transmitter or not and feeds the result to the
comparator. If any obstacle comes in between receiver or transmitter then the path of infrared between receiver and
transmitter breaks off. This result of receiver receiving the light or not is sent to the comparator.
COMPARATOR- Comparator compares the analogue inputs from the sensors with a fixed reference voltage. If this voltage
is higher than the reference voltage than comparator outputs a low voltage and if the voltage is lower than the reference
voltage than it outputs a high voltage to the decision making element that is the microcontroller. The IC used of the
comparator is LM358N.
MICROCONTROLLER- Microcontroller is pre-programmed to turn on the motors or supply required current and voltage
to motors only if the condition is fulfilled. Microcontroller check when the output of comparator is low it turns the motor on
as the path between receiver and transmitter is broken due to some obstacle between them. The microcontroller feeds the
output to the motor driver. After providing the output to run motor it must also give some delay that can be the time for the
person to pass through the gate and after the body goes away it should also run motor anticlockwise to close the door.
MOTOR DRIVER- The current supplied by the microcontroller to is not sufficient to drive the motor. Thus motor driver
provides sufficient current to run motor. It can take a maximum current of 600mA per channel which is more than enough to
drive two motors. The IC used for it is L293D.
Voltage Regulator: 7805IC gives the output of 5V from 9V to microcontroller and motor driver.
Thus this way you can have a black line following robot ready to perform tasks.

www.ijmer.com

2872 | Page
www.ijmer.com

International Journal of Modern Engineering Research (IJMER)
Vol. 3, Issue. 5, Sep - Oct. 2013 pp-2719-2727
ISSN: 2249-6645

III.

IV.

BLOCK DIAGRAM

SYSTEM PROGRAMMING

The program is being written in C language and the target we are trying to achieve through this program is already
being defined in the above section.
#include <AT89X51.H>
#define L293D_A P2_0
//Positive of motor
void rotate_f(void);
//Forward run function
void rotate_b(void);
//Backward run function
void breaks(void);
//Motor stop function
void delay(void);
//Some delay
void main(){
//Our main function
while(1){
//Infinite loop
rotate_f();
//Run forward
delay();
//Some delay
breaks();
//Stop
delay();
//Some delay
rotate_b();
//Run Backwards
delay();
//Some delay
breaks();
//Stop
delay();
//Some delay
}
//Do this infinitely
}
void rotate_f(){
L293D_A = 1;

//Make positive of motor 1

}
void rotate_b(){
L293D_A = 0;
}
void breaks(){
L293D_A = 0;

//Make negative of motor 0

//Make positive of motor 0

}
void delay(){
//Some delay...
unsigned char i,j,k;
for(i=0;i<0x20;i++)
for(j=0;j<255;j++)
for(k=0;k<255;k++);
}
www.ijmer.com

2873 | Page
www.ijmer.com

International Journal of Modern Engineering Research (IJMER)
Vol. 3, Issue. 5, Sep - Oct. 2013 pp-2719-2727
ISSN: 2249-6645

V.

CONCLUSION

This project gave an insight into designing of an automated door just by using IR sensors. This helped in reducing
the cost spent in construction of automated doors. This project has lot of future scope like the same way we can construct a
sliding door with a security system by attaching a keypad to enter password and then providing the access to the person into
that secured area.

ACKNOWLEDGEMENT
This project is having lots of scope in future and it can be improved in various ways to fulfill the tasks of user. I
wish to express deep sense, extreme depth of gratitude towards Rahul Kr. Verma, ECE Department, Amity University for
invaluable helping hand extended to me. The work cannot be finished in such a fine manner without his help. I would also
like to thank my HOD Dr. H.P Singh, EIE Dept. for the support and encouragement he provided. Lastly I would thank my
whole EIE Department to give me such a wonderful platform to finish the project.

REFERENCES
[1]
[2]
[3]
[4]

[5]
[6]
[7]

[8]

W.Banzhaf, P.Nordin, R.E. Keller and F.D. Francone, Genetic Progamming- An introduction; On the automatic Evolution of
Computer Programs and its Applications. Morgan Kaufmann, dpunkt.verlag, 1998
Jean-Francois Dupis and Marc Parizeau, Vision-Based Line-Following Robot Controller, Canada. 2006
Alkar, A. Z., & Buhur, U. (2005), “An Internet Based Wireless Home Automation System for Multifunctional Devices”, IEEE
Consumer Electronics, 51(4), pp. 1169-1174.
Ciubotaru-Petrescu, B., Chiciudean, D., Cioarga, R., & Stanescu, D. (2006), “Wireless Solutions for Telemetry in Civil Equipment
and Infrastructure Monitoring”, 3rd Romanian-Hungarian Joint Symposium on Applied Computational Intelligence (SACI) May
25-26, 2006.
Conte, G., & Scaradozzi, D. (2003), “Viewing ho me automation systems as multiple agents systems”, RoboCUP2003, Padova,
Italy. Retrieved at: http://www.robosiri.it/ROBOCUP_2003/ROBOCUP-SITOSIRI/articles/pdf/Conte.pdf
Kalpakjian (2008), “Automation in Manufacturing. Manufacturing processes for Engineering Materials”, 5 th Ed., Pearson
Education, http://nd.edu/~manufact/MPEM%20pdf_files/Ch14.pdf
Potamitis, I., Georgila, K., Fakotakis, N., & Kokkinakis, G. (2003), “An integrated system for smart-home control of appliances
based on remote speech interaction”, EUROSPEECH 2003, 8th European Conference on Speech Communication and Technology,
Geneva, Switzerland, Sept. 1-4, 2003, pp. 2197-2200.
Ricardo Tesoriero, Jose A.Gallud, Maria D.Lozano, Vitor M.R. Penichet “Tracking Autonomous Entities using RFID Technology”
IEEE transactions on consumer Electronics, Vol. 55, MAY2009

www.ijmer.com

2874 | Page

More Related Content

What's hot

Shiv smart door ppt
Shiv smart door pptShiv smart door ppt
Shiv smart door pptMahesh Patil
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robotnikhilsaini25
 
Three-Axis Auto Stabilizing Video Camera Platform
Three-Axis Auto Stabilizing Video Camera PlatformThree-Axis Auto Stabilizing Video Camera Platform
Three-Axis Auto Stabilizing Video Camera PlatformEklavya Sharma
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteUtkarsh Chaubey
 
embedded system report
embedded system reportembedded system report
embedded system reportmanish katara
 
Automatic door using arduino
Automatic door using arduinoAutomatic door using arduino
Automatic door using arduinosayyed sabir
 
Automatic railway gate control system
Automatic railway gate control systemAutomatic railway gate control system
Automatic railway gate control systemdeepraj2085
 
Human body temperature sensed automatic door opening system
Human body temperature sensed automatic door opening systemHuman body temperature sensed automatic door opening system
Human body temperature sensed automatic door opening systemBhumika PATEL
 
Three axis auto stabilizing video camera platform
Three axis auto stabilizing video camera platformThree axis auto stabilizing video camera platform
Three axis auto stabilizing video camera platformEklavya Sharma
 
Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorRAGHUVARMA09
 
Accelerometer controlled robot
Accelerometer controlled robotAccelerometer controlled robot
Accelerometer controlled robotMohit Keshav
 
Mems based hand gesture controlled robot
Mems based hand gesture controlled robotMems based hand gesture controlled robot
Mems based hand gesture controlled robotSriteja Rst
 
IRJET- PLC using Renesas Controller
IRJET-  	  PLC using Renesas ControllerIRJET-  	  PLC using Renesas Controller
IRJET- PLC using Renesas ControllerIRJET Journal
 
Obstacle Detctor Robot report
Obstacle Detctor Robot reportObstacle Detctor Robot report
Obstacle Detctor Robot reportNikita Kaushal
 
GESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTGESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTSatyam Kumar
 
7380969 Line Follower Using At89c51
7380969 Line Follower Using At89c517380969 Line Follower Using At89c51
7380969 Line Follower Using At89c51biharimukund
 
GSM controlled robot with obstacle avoidance using IR sensors
GSM controlled robot with obstacle avoidance using IR sensorsGSM controlled robot with obstacle avoidance using IR sensors
GSM controlled robot with obstacle avoidance using IR sensorsRahul Sidhu
 

What's hot (20)

Shiv smart door ppt
Shiv smart door pptShiv smart door ppt
Shiv smart door ppt
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robot
 
Three-Axis Auto Stabilizing Video Camera Platform
Three-Axis Auto Stabilizing Video Camera PlatformThree-Axis Auto Stabilizing Video Camera Platform
Three-Axis Auto Stabilizing Video Camera Platform
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
 
embedded system report
embedded system reportembedded system report
embedded system report
 
Automatic door using arduino
Automatic door using arduinoAutomatic door using arduino
Automatic door using arduino
 
Automatic railway gate control system
Automatic railway gate control systemAutomatic railway gate control system
Automatic railway gate control system
 
Intelligent train engine ppt
Intelligent train engine pptIntelligent train engine ppt
Intelligent train engine ppt
 
Human body temperature sensed automatic door opening system
Human body temperature sensed automatic door opening systemHuman body temperature sensed automatic door opening system
Human body temperature sensed automatic door opening system
 
Major
MajorMajor
Major
 
Three axis auto stabilizing video camera platform
Three axis auto stabilizing video camera platformThree axis auto stabilizing video camera platform
Three axis auto stabilizing video camera platform
 
Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR Sensor
 
Accelerometer controlled robot
Accelerometer controlled robotAccelerometer controlled robot
Accelerometer controlled robot
 
Mems based hand gesture controlled robot
Mems based hand gesture controlled robotMems based hand gesture controlled robot
Mems based hand gesture controlled robot
 
IRJET- PLC using Renesas Controller
IRJET-  	  PLC using Renesas ControllerIRJET-  	  PLC using Renesas Controller
IRJET- PLC using Renesas Controller
 
B044020609
B044020609B044020609
B044020609
 
Obstacle Detctor Robot report
Obstacle Detctor Robot reportObstacle Detctor Robot report
Obstacle Detctor Robot report
 
GESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTGESTURE CONTROL ROBOT
GESTURE CONTROL ROBOT
 
7380969 Line Follower Using At89c51
7380969 Line Follower Using At89c517380969 Line Follower Using At89c51
7380969 Line Follower Using At89c51
 
GSM controlled robot with obstacle avoidance using IR sensors
GSM controlled robot with obstacle avoidance using IR sensorsGSM controlled robot with obstacle avoidance using IR sensors
GSM controlled robot with obstacle avoidance using IR sensors
 

Viewers also liked

Analytic Model of Wind Disturbance Torque on Servo Tracking Antenna
Analytic Model of Wind Disturbance Torque on Servo Tracking AntennaAnalytic Model of Wind Disturbance Torque on Servo Tracking Antenna
Analytic Model of Wind Disturbance Torque on Servo Tracking AntennaIJMER
 
MHD Free Convection and Mass Transfer Flow past a Vertical Flat Plate
MHD Free Convection and Mass Transfer Flow past a Vertical Flat PlateMHD Free Convection and Mass Transfer Flow past a Vertical Flat Plate
MHD Free Convection and Mass Transfer Flow past a Vertical Flat PlateIJMER
 
Performance of MMSE Denoise Signal Using LS-MMSE Technique
Performance of MMSE Denoise Signal Using LS-MMSE  TechniquePerformance of MMSE Denoise Signal Using LS-MMSE  Technique
Performance of MMSE Denoise Signal Using LS-MMSE TechniqueIJMER
 
A Novel High Performance H-Bridge Converter Topology for 8/6 pole SRM Drive
A Novel High Performance H-Bridge Converter Topology for 8/6  pole SRM DriveA Novel High Performance H-Bridge Converter Topology for 8/6  pole SRM Drive
A Novel High Performance H-Bridge Converter Topology for 8/6 pole SRM DriveIJMER
 
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...IJMER
 
Harmonic Analysis of VFD’s
Harmonic Analysis of VFD’sHarmonic Analysis of VFD’s
Harmonic Analysis of VFD’sIJMER
 
Ijmer 46043741
Ijmer 46043741Ijmer 46043741
Ijmer 46043741IJMER
 
A Study on Mathematical Statistics to Evaluate Relationship between Attributes
A Study on Mathematical Statistics to Evaluate Relationship between AttributesA Study on Mathematical Statistics to Evaluate Relationship between Attributes
A Study on Mathematical Statistics to Evaluate Relationship between AttributesIJMER
 
Efficient Energy Management System with Solar Energy
Efficient Energy Management System with Solar EnergyEfficient Energy Management System with Solar Energy
Efficient Energy Management System with Solar EnergyIJMER
 
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic AlgorithmsIJMER
 
Morphological characterization of Brazilian organ clays using AFM and SEM stu...
Morphological characterization of Brazilian organ clays using AFM and SEM stu...Morphological characterization of Brazilian organ clays using AFM and SEM stu...
Morphological characterization of Brazilian organ clays using AFM and SEM stu...IJMER
 
Layered Approach & HMM for Network Based Intrusion Dection
Layered Approach & HMM for Network Based Intrusion DectionLayered Approach & HMM for Network Based Intrusion Dection
Layered Approach & HMM for Network Based Intrusion DectionIJMER
 
Ct3210321037
Ct3210321037Ct3210321037
Ct3210321037IJMER
 
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...IJMER
 
Investigations of Surface Dissolution on Fatigue Crack Nucleation in Ni-22Cr-...
Investigations of Surface Dissolution on Fatigue Crack Nucleation in Ni-22Cr-...Investigations of Surface Dissolution on Fatigue Crack Nucleation in Ni-22Cr-...
Investigations of Surface Dissolution on Fatigue Crack Nucleation in Ni-22Cr-...IJMER
 
Implementation of Low Power and High Speed encryption Using Crypto-Hardware
Implementation of Low Power and High Speed encryption Using Crypto-HardwareImplementation of Low Power and High Speed encryption Using Crypto-Hardware
Implementation of Low Power and High Speed encryption Using Crypto-HardwareIJMER
 
Propabilistic Analysis of a Man-Machine System Operating Subject To Different...
Propabilistic Analysis of a Man-Machine System Operating Subject To Different...Propabilistic Analysis of a Man-Machine System Operating Subject To Different...
Propabilistic Analysis of a Man-Machine System Operating Subject To Different...IJMER
 
Microstructure Degradation after Prolonged Exploitation of Heatresistant Ste...
Microstructure Degradation after Prolonged Exploitation of  Heatresistant Ste...Microstructure Degradation after Prolonged Exploitation of  Heatresistant Ste...
Microstructure Degradation after Prolonged Exploitation of Heatresistant Ste...IJMER
 
Pathogenic Bacteria in Corals from Veracruz Reef System National Park
Pathogenic Bacteria in Corals from Veracruz Reef System  National Park Pathogenic Bacteria in Corals from Veracruz Reef System  National Park
Pathogenic Bacteria in Corals from Veracruz Reef System National Park IJMER
 
B04010 03 0914
B04010 03 0914B04010 03 0914
B04010 03 0914IJMER
 

Viewers also liked (20)

Analytic Model of Wind Disturbance Torque on Servo Tracking Antenna
Analytic Model of Wind Disturbance Torque on Servo Tracking AntennaAnalytic Model of Wind Disturbance Torque on Servo Tracking Antenna
Analytic Model of Wind Disturbance Torque on Servo Tracking Antenna
 
MHD Free Convection and Mass Transfer Flow past a Vertical Flat Plate
MHD Free Convection and Mass Transfer Flow past a Vertical Flat PlateMHD Free Convection and Mass Transfer Flow past a Vertical Flat Plate
MHD Free Convection and Mass Transfer Flow past a Vertical Flat Plate
 
Performance of MMSE Denoise Signal Using LS-MMSE Technique
Performance of MMSE Denoise Signal Using LS-MMSE  TechniquePerformance of MMSE Denoise Signal Using LS-MMSE  Technique
Performance of MMSE Denoise Signal Using LS-MMSE Technique
 
A Novel High Performance H-Bridge Converter Topology for 8/6 pole SRM Drive
A Novel High Performance H-Bridge Converter Topology for 8/6  pole SRM DriveA Novel High Performance H-Bridge Converter Topology for 8/6  pole SRM Drive
A Novel High Performance H-Bridge Converter Topology for 8/6 pole SRM Drive
 
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...
Tannin gel derived from Leaves of Ricinus Communis as an adsorbent for the Re...
 
Harmonic Analysis of VFD’s
Harmonic Analysis of VFD’sHarmonic Analysis of VFD’s
Harmonic Analysis of VFD’s
 
Ijmer 46043741
Ijmer 46043741Ijmer 46043741
Ijmer 46043741
 
A Study on Mathematical Statistics to Evaluate Relationship between Attributes
A Study on Mathematical Statistics to Evaluate Relationship between AttributesA Study on Mathematical Statistics to Evaluate Relationship between Attributes
A Study on Mathematical Statistics to Evaluate Relationship between Attributes
 
Efficient Energy Management System with Solar Energy
Efficient Energy Management System with Solar EnergyEfficient Energy Management System with Solar Energy
Efficient Energy Management System with Solar Energy
 
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
 
Morphological characterization of Brazilian organ clays using AFM and SEM stu...
Morphological characterization of Brazilian organ clays using AFM and SEM stu...Morphological characterization of Brazilian organ clays using AFM and SEM stu...
Morphological characterization of Brazilian organ clays using AFM and SEM stu...
 
Layered Approach & HMM for Network Based Intrusion Dection
Layered Approach & HMM for Network Based Intrusion DectionLayered Approach & HMM for Network Based Intrusion Dection
Layered Approach & HMM for Network Based Intrusion Dection
 
Ct3210321037
Ct3210321037Ct3210321037
Ct3210321037
 
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...
 
Investigations of Surface Dissolution on Fatigue Crack Nucleation in Ni-22Cr-...
Investigations of Surface Dissolution on Fatigue Crack Nucleation in Ni-22Cr-...Investigations of Surface Dissolution on Fatigue Crack Nucleation in Ni-22Cr-...
Investigations of Surface Dissolution on Fatigue Crack Nucleation in Ni-22Cr-...
 
Implementation of Low Power and High Speed encryption Using Crypto-Hardware
Implementation of Low Power and High Speed encryption Using Crypto-HardwareImplementation of Low Power and High Speed encryption Using Crypto-Hardware
Implementation of Low Power and High Speed encryption Using Crypto-Hardware
 
Propabilistic Analysis of a Man-Machine System Operating Subject To Different...
Propabilistic Analysis of a Man-Machine System Operating Subject To Different...Propabilistic Analysis of a Man-Machine System Operating Subject To Different...
Propabilistic Analysis of a Man-Machine System Operating Subject To Different...
 
Microstructure Degradation after Prolonged Exploitation of Heatresistant Ste...
Microstructure Degradation after Prolonged Exploitation of  Heatresistant Ste...Microstructure Degradation after Prolonged Exploitation of  Heatresistant Ste...
Microstructure Degradation after Prolonged Exploitation of Heatresistant Ste...
 
Pathogenic Bacteria in Corals from Veracruz Reef System National Park
Pathogenic Bacteria in Corals from Veracruz Reef System  National Park Pathogenic Bacteria in Corals from Veracruz Reef System  National Park
Pathogenic Bacteria in Corals from Veracruz Reef System National Park
 
B04010 03 0914
B04010 03 0914B04010 03 0914
B04010 03 0914
 

Similar to Developing Infrared Controlled Automated Door 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 RobotIRJET Journal
 
IOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and ClassificationIOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and ClassificationIRJET Journal
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET Journal
 
final project report_full edit
final project report_full editfinal project report_full edit
final project report_full editSayam Roy
 
Report on automatic door
Report on automatic doorReport on automatic door
Report on automatic doorIndira Kundu
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfA SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfAakash Sheelvant
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTA SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTIRJET Journal
 
Automatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT BasedAutomatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT BasedYogeshIJTSRD
 
IRJET- Password based Circuit Breaker using DTMF
IRJET-  	  Password based Circuit Breaker using DTMFIRJET-  	  Password based Circuit Breaker using DTMF
IRJET- Password based Circuit Breaker using DTMFIRJET Journal
 
Home Automation & Security
Home Automation & SecurityHome Automation & Security
Home Automation & SecurityRoshan Mani
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET Journal
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothIRJET Journal
 
IRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET Journal
 
Using capacitive switch cum sensor made of reclaimed materials for preventing...
Using capacitive switch cum sensor made of reclaimed materials for preventing...Using capacitive switch cum sensor made of reclaimed materials for preventing...
Using capacitive switch cum sensor made of reclaimed materials for preventing...IRJET Journal
 
WIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTWIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTAsish Nayak
 
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...IRJET Journal
 
IRJET - Driverless Metro Train to Shuttle between Two Stations
IRJET -  	  Driverless Metro Train to Shuttle between Two StationsIRJET -  	  Driverless Metro Train to Shuttle between Two Stations
IRJET - Driverless Metro Train to Shuttle between Two StationsIRJET Journal
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoTIRJET Journal
 

Similar to Developing Infrared Controlled Automated Door System (20)

Obstacle avoiding robot.doc
Obstacle avoiding robot.docObstacle avoiding robot.doc
Obstacle avoiding robot.doc
 
E044081720
E044081720E044081720
E044081720
 
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
 
IOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and ClassificationIOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and Classification
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
 
final project report_full edit
final project report_full editfinal project report_full edit
final project report_full edit
 
Report on automatic door
Report on automatic doorReport on automatic door
Report on automatic door
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfA SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTA SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
 
Automatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT BasedAutomatic Fault Detection System with IOT Based
Automatic Fault Detection System with IOT Based
 
IRJET- Password based Circuit Breaker using DTMF
IRJET-  	  Password based Circuit Breaker using DTMFIRJET-  	  Password based Circuit Breaker using DTMF
IRJET- Password based Circuit Breaker using DTMF
 
Home Automation & Security
Home Automation & SecurityHome Automation & Security
Home Automation & Security
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using Bluetooth
 
IRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging Robot
 
Using capacitive switch cum sensor made of reclaimed materials for preventing...
Using capacitive switch cum sensor made of reclaimed materials for preventing...Using capacitive switch cum sensor made of reclaimed materials for preventing...
Using capacitive switch cum sensor made of reclaimed materials for preventing...
 
WIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTWIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOT
 
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
 
IRJET - Driverless Metro Train to Shuttle between Two Stations
IRJET -  	  Driverless Metro Train to Shuttle between Two StationsIRJET -  	  Driverless Metro Train to Shuttle between Two Stations
IRJET - Driverless Metro Train to Shuttle between Two Stations
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoT
 

More from IJMER

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...IJMER
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingIJMER
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreIJMER
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)IJMER
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...IJMER
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...IJMER
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...IJMER
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...IJMER
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationIJMER
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless BicycleIJMER
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIJMER
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemIJMER
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesIJMER
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...IJMER
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningIJMER
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessIJMER
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersIJMER
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And AuditIJMER
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLIJMER
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyIJMER
 

More from IJMER (20)

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed Delinting
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja Fibre
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless Bicycle
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise Applications
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation System
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological Spaces
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine Learning
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And Audit
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDL
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One Prey
 

Recently uploaded

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 

Recently uploaded (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 

Developing Infrared Controlled Automated Door System

  • 1. www.ijmer.com International Journal of Modern Engineering Research (IJMER) Vol. 3, Issue. 5, Sep - Oct. 2013 pp-2872-2874 ISSN: 2249-6645 Developing Infrared Controlled Automated Door System Lucky Gautam1 Chinoy Sharma2 Akshaj Arora3 Pinku yadav4 1,2 Department Of Electronics And Instrumentation Department Of Electronics And Communication 4 Department Of Mechnical And Automation 1,2,3 Amity University, Noida 4 Vellore University, Vellore 3 ABSTRACT- As a result of enhanced civilization and modernization, the human nature demands more comfort to his life. Automated doors have acquired and have become part of one’s life from his office to shopping complex. Automated doors are quite common and a vast field of research now days. Many attempts are made to decrease the manufacturing cost and achieve an efficient and inexpensive output. This paper will focus upon giving a brief idea about construction of an automated door using IR sensors. A small experiment was performed which gave the desired output. Keywords – IR sensor, Comparator, DC Motor, Motor driver circuit, sliding door. I. INTRODUCTION Automatic door is an automated movable barrier installed in the entry of a room or building to restrict access, provide ease of opening a door or provide visual privacy. This is being achieved by various detection circuits available in the market. These detection circuits vary from basic sensors like IR sensor, force sensors to complex and expensive vision circuitry. To this end, we model and design an automatic sliding door with a room light control system to provide the mentioned needs. This was achieved by considering some factors such as economy, availability of components and research materials, efficiency, compatibility and portability and also durability in the design process. This system works on the principle of breaking an infrared beam of light, sensed by a photodiode. It consists of transmitting infrared diodes and receiving photo-diodes. The system is to detect whether someone is coming in or not. The photodiodes are connected to comparators, which give a lower output when the beam is broken and high output when transmitting normally. The general operation of the work and performance is dependent on the presence of an intruder entering through the door and how close he/she is in closer to the door. The overall work was implemented with a constructed work, tested working and perfectly functional. II. COMPONENTS IR SENSOR- The sensor senses whether receiver of it is receiving light from transmitter or not and feeds the result to the comparator. If any obstacle comes in between receiver or transmitter then the path of infrared between receiver and transmitter breaks off. This result of receiver receiving the light or not is sent to the comparator. COMPARATOR- Comparator compares the analogue inputs from the sensors with a fixed reference voltage. If this voltage is higher than the reference voltage than comparator outputs a low voltage and if the voltage is lower than the reference voltage than it outputs a high voltage to the decision making element that is the microcontroller. The IC used of the comparator is LM358N. MICROCONTROLLER- Microcontroller is pre-programmed to turn on the motors or supply required current and voltage to motors only if the condition is fulfilled. Microcontroller check when the output of comparator is low it turns the motor on as the path between receiver and transmitter is broken due to some obstacle between them. The microcontroller feeds the output to the motor driver. After providing the output to run motor it must also give some delay that can be the time for the person to pass through the gate and after the body goes away it should also run motor anticlockwise to close the door. MOTOR DRIVER- The current supplied by the microcontroller to is not sufficient to drive the motor. Thus motor driver provides sufficient current to run motor. It can take a maximum current of 600mA per channel which is more than enough to drive two motors. The IC used for it is L293D. Voltage Regulator: 7805IC gives the output of 5V from 9V to microcontroller and motor driver. Thus this way you can have a black line following robot ready to perform tasks. www.ijmer.com 2872 | Page
  • 2. www.ijmer.com International Journal of Modern Engineering Research (IJMER) Vol. 3, Issue. 5, Sep - Oct. 2013 pp-2719-2727 ISSN: 2249-6645 III. IV. BLOCK DIAGRAM SYSTEM PROGRAMMING The program is being written in C language and the target we are trying to achieve through this program is already being defined in the above section. #include <AT89X51.H> #define L293D_A P2_0 //Positive of motor void rotate_f(void); //Forward run function void rotate_b(void); //Backward run function void breaks(void); //Motor stop function void delay(void); //Some delay void main(){ //Our main function while(1){ //Infinite loop rotate_f(); //Run forward delay(); //Some delay breaks(); //Stop delay(); //Some delay rotate_b(); //Run Backwards delay(); //Some delay breaks(); //Stop delay(); //Some delay } //Do this infinitely } void rotate_f(){ L293D_A = 1; //Make positive of motor 1 } void rotate_b(){ L293D_A = 0; } void breaks(){ L293D_A = 0; //Make negative of motor 0 //Make positive of motor 0 } void delay(){ //Some delay... unsigned char i,j,k; for(i=0;i<0x20;i++) for(j=0;j<255;j++) for(k=0;k<255;k++); } www.ijmer.com 2873 | Page
  • 3. www.ijmer.com International Journal of Modern Engineering Research (IJMER) Vol. 3, Issue. 5, Sep - Oct. 2013 pp-2719-2727 ISSN: 2249-6645 V. CONCLUSION This project gave an insight into designing of an automated door just by using IR sensors. This helped in reducing the cost spent in construction of automated doors. This project has lot of future scope like the same way we can construct a sliding door with a security system by attaching a keypad to enter password and then providing the access to the person into that secured area. ACKNOWLEDGEMENT This project is having lots of scope in future and it can be improved in various ways to fulfill the tasks of user. I wish to express deep sense, extreme depth of gratitude towards Rahul Kr. Verma, ECE Department, Amity University for invaluable helping hand extended to me. The work cannot be finished in such a fine manner without his help. I would also like to thank my HOD Dr. H.P Singh, EIE Dept. for the support and encouragement he provided. Lastly I would thank my whole EIE Department to give me such a wonderful platform to finish the project. REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] W.Banzhaf, P.Nordin, R.E. Keller and F.D. Francone, Genetic Progamming- An introduction; On the automatic Evolution of Computer Programs and its Applications. Morgan Kaufmann, dpunkt.verlag, 1998 Jean-Francois Dupis and Marc Parizeau, Vision-Based Line-Following Robot Controller, Canada. 2006 Alkar, A. Z., & Buhur, U. (2005), “An Internet Based Wireless Home Automation System for Multifunctional Devices”, IEEE Consumer Electronics, 51(4), pp. 1169-1174. Ciubotaru-Petrescu, B., Chiciudean, D., Cioarga, R., & Stanescu, D. (2006), “Wireless Solutions for Telemetry in Civil Equipment and Infrastructure Monitoring”, 3rd Romanian-Hungarian Joint Symposium on Applied Computational Intelligence (SACI) May 25-26, 2006. Conte, G., & Scaradozzi, D. (2003), “Viewing ho me automation systems as multiple agents systems”, RoboCUP2003, Padova, Italy. Retrieved at: http://www.robosiri.it/ROBOCUP_2003/ROBOCUP-SITOSIRI/articles/pdf/Conte.pdf Kalpakjian (2008), “Automation in Manufacturing. Manufacturing processes for Engineering Materials”, 5 th Ed., Pearson Education, http://nd.edu/~manufact/MPEM%20pdf_files/Ch14.pdf Potamitis, I., Georgila, K., Fakotakis, N., & Kokkinakis, G. (2003), “An integrated system for smart-home control of appliances based on remote speech interaction”, EUROSPEECH 2003, 8th European Conference on Speech Communication and Technology, Geneva, Switzerland, Sept. 1-4, 2003, pp. 2197-2200. Ricardo Tesoriero, Jose A.Gallud, Maria D.Lozano, Vitor M.R. Penichet “Tracking Autonomous Entities using RFID Technology” IEEE transactions on consumer Electronics, Vol. 55, MAY2009 www.ijmer.com 2874 | Page