SlideShare ist ein Scribd-Unternehmen logo
1 von 13
Name of Institution

Amity School of Engineering
& Technology

PRACTICAL TRAINING PRESENTATION ON
“AUTOMATIC DOOR WITH VISITOR COUNTER”
INDIRA KUNDU
B.TECH(ECE)- V SEM
SEC-B
1
Contents:

Name of Institution

 Introduction
 Block diagram
 AT89C51
 Infra-red sensors
 LM358
 Seven Segment Display & IC-4511
 L293D
 Working of the project
 Pros and Cons
 C Code
2
Automatic door with visitor Counter
Name of Institution
- Introduction


In this system, doors open automatically when
approached by someone and then closes
automatically and the counter value is
incremented or decremented based upon whether
the visitor has entered or exited.



Depending upon the interrupt from the sensors,
the system identifies the entry and exit of the
visitor.



On the successful implementation of the system,
it displays the number of visitor present in the
room.
3
Block Diagram

Name of Institution

Seven
segment
display

IR
Sensor

Op-Amp
Comparaator
(LM358)

motor
driver
L293D

DC
motor
Micro-Controller AT89C51 of Institution
Name

5
Infra Red Sensors

•

Name of Institution

When an object is close to
the sensor, the light from the
LED bounces off the object
and into the light sensor. This
results in a large jump in the
intensity, which we already
know can be detected using a
threshold.
6
LM358

Name of Institution

This device consist
of two independent,
operational
Amplifiers.

7
Seven Segment Display & IC-4511
Name of Institution

 4511 works only
with common
cathode seven
segment display

• With the 4511 we can drive the
display with just 4 lines.
• It takes a BCD number as an
input, then outputs the
necessary lines to display that
number on the 7 segment
display.
• In normal operation, the Lamp
Test(LT) and blanking(BL)
inputs are connected HIGH,
and the Latch Enable (LE)
input is connected LOW.
8
L293D

Name of Institution

• A single L293D IC allows two
DC motors to drive on either
direction simultaneously.
• For driving the motor with
inputs 1 and 2, we need to
enable pin 1 to high. And for
driving it with inputs 3 and 4, we
need to make the pin 9 to high.
If anyone of the either pin1 or
pin9 goes low then the motor in
the corresponding section will
suspend working.
9
Working of the project

Name of Institution

• The microcontroller unit continuously checks for the
arrival of any person from outside or inside by using
the Op-Amp based sensors.
• As soon as the value at the sensor port becomes “1”
or high, the DC motor (here, it represents the door)
rotates first clockwise (opening of the door) and and
then it rotates anticlockwise (closing of the door).
• After this the value of the seven segment display is
incremented by 1 if the person is entering or it is
decremented by 1 if the person is exiting.

10
Pros & Cons

Name of Institution

Pros:
• This system can be economically implemented in all
the places where the door automation is required and
visitors have to be counted and controlled. eg.
Auditorium.
• Reduces human labour.
Cons:
• Needs power supply to operate.
• Needs maintenance and check.
11
C Code
#include<regx51.h>
void motor(int,int,unsigned int);
unsigned int i;
int x;
void delay(unsigned int d)
{ for(i=0;i<d;i++);}
void main()
{
while(1)
{
if(P1_0==1 && P1_1==0)
{ motor(1,0,50000);
motor(1,1,60000);
motor(0,1,50000);
motor(1,1,60000);
if(x<99)
{ x++;}
P3=x;
delay(60000);}

Name of Institution

else if(P1_0==0 && P1_1==1)
{ motor(1,0,50000);
motor(1,1,60000);
motor(0,1,50000);
motor(1,1,60000);
if(x>0)
{ x--; }
P3=x;
delay(60000);
}
}
}
void motor(int a, int b,unsigned int c)
{ P2_0=a;
P2_1=b;
delay(c);
}
12
Name of Institution

THANK YOU

13

Weitere ähnliche Inhalte

Was ist angesagt?

Netflix’s Business Model Canvas
Netflix’s Business Model CanvasNetflix’s Business Model Canvas
Netflix’s Business Model CanvasJacinta Hayden
 
e – LEARNING AT SCHOOL LEVEL: NEED OF THE HOUR
e – LEARNING AT SCHOOL LEVEL: NEED OF THE HOURe – LEARNING AT SCHOOL LEVEL: NEED OF THE HOUR
e – LEARNING AT SCHOOL LEVEL: NEED OF THE HOURDr. Sushma H.B
 
Complain Management system Presentation
Complain Management system PresentationComplain Management system Presentation
Complain Management system PresentationApoorv Pandey
 
Integration of Chatbots into Your E-Commerce Strategy
Integration of Chatbots into Your E-Commerce StrategyIntegration of Chatbots into Your E-Commerce Strategy
Integration of Chatbots into Your E-Commerce StrategyJumper.ai
 
Data Flow Diagram - Level 0.pdf
Data Flow Diagram - Level 0.pdfData Flow Diagram - Level 0.pdf
Data Flow Diagram - Level 0.pdfAbhasAbhirup
 
Car auction Project
Car auction ProjectCar auction Project
Car auction ProjectIvan Spresov
 
Project report on mobile shop management
Project report on mobile shop managementProject report on mobile shop management
Project report on mobile shop managementDinesh Jogdand
 
Zomato: Transforming the Global Restaurant Business
Zomato: Transforming the Global Restaurant BusinessZomato: Transforming the Global Restaurant Business
Zomato: Transforming the Global Restaurant BusinessJeffrey Funk Business Models
 
Byju's business canvas model
Byju's business canvas modelByju's business canvas model
Byju's business canvas modelamritesh Ps
 
OpenTable Timeline Presentation by Mitesh M Motwani
OpenTable Timeline Presentation by Mitesh M MotwaniOpenTable Timeline Presentation by Mitesh M Motwani
OpenTable Timeline Presentation by Mitesh M MotwaniMitesh M Motwani
 
Byju - The Learning App
Byju - The Learning AppByju - The Learning App
Byju - The Learning AppNarayan SHARMA
 
Netflix Promotional Campaign
Netflix Promotional CampaignNetflix Promotional Campaign
Netflix Promotional Campaignashleyphenix
 
Case Study : How CleverTap helped BookMyShow increase User Retention
Case Study : How CleverTap helped BookMyShow increase User RetentionCase Study : How CleverTap helped BookMyShow increase User Retention
Case Study : How CleverTap helped BookMyShow increase User RetentionCleverTap
 
Entertainment industry in india
Entertainment industry in indiaEntertainment industry in india
Entertainment industry in indiaDp Singh
 

Was ist angesagt? (20)

Netflix
Netflix Netflix
Netflix
 
Netflix’s Business Model Canvas
Netflix’s Business Model CanvasNetflix’s Business Model Canvas
Netflix’s Business Model Canvas
 
e – LEARNING AT SCHOOL LEVEL: NEED OF THE HOUR
e – LEARNING AT SCHOOL LEVEL: NEED OF THE HOURe – LEARNING AT SCHOOL LEVEL: NEED OF THE HOUR
e – LEARNING AT SCHOOL LEVEL: NEED OF THE HOUR
 
Complain Management system Presentation
Complain Management system PresentationComplain Management system Presentation
Complain Management system Presentation
 
Integration of Chatbots into Your E-Commerce Strategy
Integration of Chatbots into Your E-Commerce StrategyIntegration of Chatbots into Your E-Commerce Strategy
Integration of Chatbots into Your E-Commerce Strategy
 
Data Flow Diagram - Level 0.pdf
Data Flow Diagram - Level 0.pdfData Flow Diagram - Level 0.pdf
Data Flow Diagram - Level 0.pdf
 
Platform Strategy & Ecosystems
Platform Strategy & EcosystemsPlatform Strategy & Ecosystems
Platform Strategy & Ecosystems
 
Netflix: An Analysis
Netflix: An AnalysisNetflix: An Analysis
Netflix: An Analysis
 
Car auction Project
Car auction ProjectCar auction Project
Car auction Project
 
Planning - Byju's
Planning - Byju'sPlanning - Byju's
Planning - Byju's
 
Project report on mobile shop management
Project report on mobile shop managementProject report on mobile shop management
Project report on mobile shop management
 
Zomato: Transforming the Global Restaurant Business
Zomato: Transforming the Global Restaurant BusinessZomato: Transforming the Global Restaurant Business
Zomato: Transforming the Global Restaurant Business
 
Byju's business canvas model
Byju's business canvas modelByju's business canvas model
Byju's business canvas model
 
OpenTable Timeline Presentation by Mitesh M Motwani
OpenTable Timeline Presentation by Mitesh M MotwaniOpenTable Timeline Presentation by Mitesh M Motwani
OpenTable Timeline Presentation by Mitesh M Motwani
 
Byjus case study
Byjus case studyByjus case study
Byjus case study
 
Byju - The Learning App
Byju - The Learning AppByju - The Learning App
Byju - The Learning App
 
Netflix Promotional Campaign
Netflix Promotional CampaignNetflix Promotional Campaign
Netflix Promotional Campaign
 
Case Study : How CleverTap helped BookMyShow increase User Retention
Case Study : How CleverTap helped BookMyShow increase User RetentionCase Study : How CleverTap helped BookMyShow increase User Retention
Case Study : How CleverTap helped BookMyShow increase User Retention
 
Blossom Berkeley 2015
Blossom Berkeley 2015Blossom Berkeley 2015
Blossom Berkeley 2015
 
Entertainment industry in india
Entertainment industry in indiaEntertainment industry in india
Entertainment industry in india
 

Andere mochten auch

Amity template for presentation
Amity template for presentationAmity template for presentation
Amity template for presentationYash Savla
 
Bidirectional Visitor Counter with Automatic ON-OFF Switch2
Bidirectional Visitor Counter with Automatic ON-OFF Switch2Bidirectional Visitor Counter with Automatic ON-OFF Switch2
Bidirectional Visitor Counter with Automatic ON-OFF Switch2DIPAN GHOSH
 
Report on automatic door
Report on automatic doorReport on automatic door
Report on automatic doorIndira Kundu
 
Automatic room light controller with bidirectional visitor counter
Automatic room light controller with bidirectional visitor counterAutomatic room light controller with bidirectional visitor counter
Automatic room light controller with bidirectional visitor counterNiladri Dutta
 
Automatic room-light-controller-visitor-counter
Automatic room-light-controller-visitor-counterAutomatic room-light-controller-visitor-counter
Automatic room-light-controller-visitor-counterMohit Awasthi
 
Amity Direct PPT
Amity Direct PPTAmity Direct PPT
Amity Direct PPTDeo Ranjan
 
Amity international campuses
Amity international campusesAmity international campuses
Amity international campusesAbhishek Bajaj
 
MIS1: Organization Management & Information
MIS1: Organization Management & InformationMIS1: Organization Management & Information
MIS1: Organization Management & InformationJitendra Tomar
 
Motor driver IC L293D
Motor driver IC L293DMotor driver IC L293D
Motor driver IC L293DAmit kumar
 
ppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counterppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counterMannavapremkumar
 
Gas sensor Alarm
Gas sensor AlarmGas sensor Alarm
Gas sensor AlarmUdit Jain
 
Amity Acquires a 170-Acre Campus in New York
Amity Acquires a 170-Acre Campus in New YorkAmity Acquires a 170-Acre Campus in New York
Amity Acquires a 170-Acre Campus in New YorkAmity New York
 
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3Abhishekvb
 

Andere mochten auch (20)

Amity template for presentation
Amity template for presentationAmity template for presentation
Amity template for presentation
 
Bidirectional Visitor Counter with Automatic ON-OFF Switch2
Bidirectional Visitor Counter with Automatic ON-OFF Switch2Bidirectional Visitor Counter with Automatic ON-OFF Switch2
Bidirectional Visitor Counter with Automatic ON-OFF Switch2
 
Bidirect visitor counter
Bidirect visitor counterBidirect visitor counter
Bidirect visitor counter
 
Amity University
Amity UniversityAmity University
Amity University
 
Report on automatic door
Report on automatic doorReport on automatic door
Report on automatic door
 
Automatic room light controller with bidirectional visitor counter
Automatic room light controller with bidirectional visitor counterAutomatic room light controller with bidirectional visitor counter
Automatic room light controller with bidirectional visitor counter
 
Automatic room-light-controller-visitor-counter
Automatic room-light-controller-visitor-counterAutomatic room-light-controller-visitor-counter
Automatic room-light-controller-visitor-counter
 
Amity Direct PPT
Amity Direct PPTAmity Direct PPT
Amity Direct PPT
 
Amity Business Review
Amity Business ReviewAmity Business Review
Amity Business Review
 
Amity international campuses
Amity international campusesAmity international campuses
Amity international campuses
 
MIS1: Organization Management & Information
MIS1: Organization Management & InformationMIS1: Organization Management & Information
MIS1: Organization Management & Information
 
Motor driver IC L293D
Motor driver IC L293DMotor driver IC L293D
Motor driver IC L293D
 
Visitor counter
Visitor counterVisitor counter
Visitor counter
 
Vega kit list
Vega kit listVega kit list
Vega kit list
 
ppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counterppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counter
 
Gas sensor Alarm
Gas sensor AlarmGas sensor Alarm
Gas sensor Alarm
 
Amity Acquires a 170-Acre Campus in New York
Amity Acquires a 170-Acre Campus in New YorkAmity Acquires a 170-Acre Campus in New York
Amity Acquires a 170-Acre Campus in New York
 
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
 
Traffic light controller
Traffic light controllerTraffic light controller
Traffic light controller
 
Asian paint ppt
Asian paint pptAsian paint ppt
Asian paint ppt
 

Ähnlich wie Training ppt

Automatic gate control
Automatic gate controlAutomatic gate control
Automatic gate controlDipankar Haloi
 
Automatic room light controller with bi directional visitor counter using Ard...
Automatic room light controller with bi directional visitor counter using Ard...Automatic room light controller with bi directional visitor counter using Ard...
Automatic room light controller with bi directional visitor counter using Ard...PRASENJITMORE2
 
Final year project presentation
Final year project presentationFinal year project presentation
Final year project presentationBanwari Lal
 
sunil jha presentation.pptx
sunil jha presentation.pptxsunil jha presentation.pptx
sunil jha presentation.pptxjxuaaaka
 
PLC & SCADA
PLC & SCADAPLC & SCADA
PLC & SCADAanilakib
 
Arduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemArduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemMadhav Reddy Chintapalli
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Urval Chotalia
 
56211728 automatic-room-light-controller-with-bidirectional-visitor-counter
56211728 automatic-room-light-controller-with-bidirectional-visitor-counter56211728 automatic-room-light-controller-with-bidirectional-visitor-counter
56211728 automatic-room-light-controller-with-bidirectional-visitor-counterAnn Francis Olita
 
Automatic railway gate control
Automatic railway gate controlAutomatic railway gate control
Automatic railway gate controlMohamed Magdy
 
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
 
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMAUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMBiprajitSarkar
 
automatic rail gate control with collision avoidance
automatic rail gate control with collision avoidanceautomatic rail gate control with collision avoidance
automatic rail gate control with collision avoidanceRaj Anand
 
Plc documentation final
Plc documentation finalPlc documentation final
Plc documentation finalSonu Kumar
 
Monitoring of Machine stausss
Monitoring of Machine stausssMonitoring of Machine stausss
Monitoring of Machine stausssUmair Zafar
 
Visiter counter doc
Visiter counter docVisiter counter doc
Visiter counter docPrem Kumar
 
breif about automations and iot.ppt.pptx
breif about automations and iot.ppt.pptxbreif about automations and iot.ppt.pptx
breif about automations and iot.ppt.pptxahmedkn1999
 

Ähnlich wie Training ppt (20)

Automatic gate control
Automatic gate controlAutomatic gate control
Automatic gate control
 
Automatic room light controller with bi directional visitor counter using Ard...
Automatic room light controller with bi directional visitor counter using Ard...Automatic room light controller with bi directional visitor counter using Ard...
Automatic room light controller with bi directional visitor counter using Ard...
 
Final year project presentation
Final year project presentationFinal year project presentation
Final year project presentation
 
sunil jha presentation.pptx
sunil jha presentation.pptxsunil jha presentation.pptx
sunil jha presentation.pptx
 
PLC & SCADA
PLC & SCADAPLC & SCADA
PLC & SCADA
 
PLC 5.docx
PLC 5.docxPLC 5.docx
PLC 5.docx
 
Deepak
DeepakDeepak
Deepak
 
Arduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemArduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning System
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)
 
56211728 automatic-room-light-controller-with-bidirectional-visitor-counter
56211728 automatic-room-light-controller-with-bidirectional-visitor-counter56211728 automatic-room-light-controller-with-bidirectional-visitor-counter
56211728 automatic-room-light-controller-with-bidirectional-visitor-counter
 
Finalppt
FinalpptFinalppt
Finalppt
 
Automatic railway gate control
Automatic railway gate controlAutomatic railway gate control
Automatic railway gate control
 
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
 
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMAUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
 
automatic rail gate control with collision avoidance
automatic rail gate control with collision avoidanceautomatic rail gate control with collision avoidance
automatic rail gate control with collision avoidance
 
Plc documentation final
Plc documentation finalPlc documentation final
Plc documentation final
 
Monitoring of Machine stausss
Monitoring of Machine stausssMonitoring of Machine stausss
Monitoring of Machine stausss
 
Atomatic light controller
Atomatic light controllerAtomatic light controller
Atomatic light controller
 
Visiter counter doc
Visiter counter docVisiter counter doc
Visiter counter doc
 
breif about automations and iot.ppt.pptx
breif about automations and iot.ppt.pptxbreif about automations and iot.ppt.pptx
breif about automations and iot.ppt.pptx
 

Kürzlich hochgeladen

Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxRakhi Bazaar
 
Pitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckPitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckHajeJanKamps
 
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...Hector Del Castillo, CPM, CPMM
 
Jewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreJewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreNZSG
 
Implementing Exponential Accelerators.pptx
Implementing Exponential Accelerators.pptxImplementing Exponential Accelerators.pptx
Implementing Exponential Accelerators.pptxRich Reba
 
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...Aggregage
 
NAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataNAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataExhibitors Data
 
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdftrending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdfMintel Group
 
Interoperability and ecosystems: Assembling the industrial metaverse
Interoperability and ecosystems:  Assembling the industrial metaverseInteroperability and ecosystems:  Assembling the industrial metaverse
Interoperability and ecosystems: Assembling the industrial metaverseSiemens
 
Neha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and CareerNeha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and Careerr98588472
 
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfDanny Diep To
 
Planetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifePlanetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifeBhavana Pujan Kendra
 
WSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfWSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfJamesConcepcion7
 
Rakhi sets symbolizing the bond of love.pptx
Rakhi sets symbolizing the bond of love.pptxRakhi sets symbolizing the bond of love.pptx
Rakhi sets symbolizing the bond of love.pptxRakhi Bazaar
 
WSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdfWSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdfJamesConcepcion7
 
20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdfChris Skinner
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamArik Fletcher
 
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh JiPsychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh Jiastral oracle
 
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdfSherl Simon
 
Customizable Contents Restoration Training
Customizable Contents Restoration TrainingCustomizable Contents Restoration Training
Customizable Contents Restoration TrainingCalvinarnold843
 

Kürzlich hochgeladen (20)

Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
 
Pitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckPitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deck
 
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
 
Jewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreJewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource Centre
 
Implementing Exponential Accelerators.pptx
Implementing Exponential Accelerators.pptxImplementing Exponential Accelerators.pptx
Implementing Exponential Accelerators.pptx
 
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
 
NAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataNAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors Data
 
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdftrending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
 
Interoperability and ecosystems: Assembling the industrial metaverse
Interoperability and ecosystems:  Assembling the industrial metaverseInteroperability and ecosystems:  Assembling the industrial metaverse
Interoperability and ecosystems: Assembling the industrial metaverse
 
Neha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and CareerNeha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and Career
 
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
 
Planetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifePlanetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in Life
 
WSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfWSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdf
 
Rakhi sets symbolizing the bond of love.pptx
Rakhi sets symbolizing the bond of love.pptxRakhi sets symbolizing the bond of love.pptx
Rakhi sets symbolizing the bond of love.pptx
 
WSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdfWSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdf
 
20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management Team
 
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh JiPsychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
 
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
 
Customizable Contents Restoration Training
Customizable Contents Restoration TrainingCustomizable Contents Restoration Training
Customizable Contents Restoration Training
 

Training ppt

  • 1. Name of Institution Amity School of Engineering & Technology PRACTICAL TRAINING PRESENTATION ON “AUTOMATIC DOOR WITH VISITOR COUNTER” INDIRA KUNDU B.TECH(ECE)- V SEM SEC-B 1
  • 2. Contents: Name of Institution  Introduction  Block diagram  AT89C51  Infra-red sensors  LM358  Seven Segment Display & IC-4511  L293D  Working of the project  Pros and Cons  C Code 2
  • 3. Automatic door with visitor Counter Name of Institution - Introduction  In this system, doors open automatically when approached by someone and then closes automatically and the counter value is incremented or decremented based upon whether the visitor has entered or exited.  Depending upon the interrupt from the sensors, the system identifies the entry and exit of the visitor.  On the successful implementation of the system, it displays the number of visitor present in the room. 3
  • 4. Block Diagram Name of Institution Seven segment display IR Sensor Op-Amp Comparaator (LM358) motor driver L293D DC motor
  • 5. Micro-Controller AT89C51 of Institution Name 5
  • 6. Infra Red Sensors • Name of Institution When an object is close to the sensor, the light from the LED bounces off the object and into the light sensor. This results in a large jump in the intensity, which we already know can be detected using a threshold. 6
  • 7. LM358 Name of Institution This device consist of two independent, operational Amplifiers. 7
  • 8. Seven Segment Display & IC-4511 Name of Institution  4511 works only with common cathode seven segment display • With the 4511 we can drive the display with just 4 lines. • It takes a BCD number as an input, then outputs the necessary lines to display that number on the 7 segment display. • In normal operation, the Lamp Test(LT) and blanking(BL) inputs are connected HIGH, and the Latch Enable (LE) input is connected LOW. 8
  • 9. L293D Name of Institution • A single L293D IC allows two DC motors to drive on either direction simultaneously. • For driving the motor with inputs 1 and 2, we need to enable pin 1 to high. And for driving it with inputs 3 and 4, we need to make the pin 9 to high. If anyone of the either pin1 or pin9 goes low then the motor in the corresponding section will suspend working. 9
  • 10. Working of the project Name of Institution • The microcontroller unit continuously checks for the arrival of any person from outside or inside by using the Op-Amp based sensors. • As soon as the value at the sensor port becomes “1” or high, the DC motor (here, it represents the door) rotates first clockwise (opening of the door) and and then it rotates anticlockwise (closing of the door). • After this the value of the seven segment display is incremented by 1 if the person is entering or it is decremented by 1 if the person is exiting. 10
  • 11. Pros & Cons Name of Institution Pros: • This system can be economically implemented in all the places where the door automation is required and visitors have to be counted and controlled. eg. Auditorium. • Reduces human labour. Cons: • Needs power supply to operate. • Needs maintenance and check. 11
  • 12. C Code #include<regx51.h> void motor(int,int,unsigned int); unsigned int i; int x; void delay(unsigned int d) { for(i=0;i<d;i++);} void main() { while(1) { if(P1_0==1 && P1_1==0) { motor(1,0,50000); motor(1,1,60000); motor(0,1,50000); motor(1,1,60000); if(x<99) { x++;} P3=x; delay(60000);} Name of Institution else if(P1_0==0 && P1_1==1) { motor(1,0,50000); motor(1,1,60000); motor(0,1,50000); motor(1,1,60000); if(x>0) { x--; } P3=x; delay(60000); } } } void motor(int a, int b,unsigned int c) { P2_0=a; P2_1=b; delay(c); } 12