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?

Motivating And Compensating Channel Members
Motivating And Compensating Channel MembersMotivating And Compensating Channel Members
Motivating And Compensating Channel Members
dcsastudent
 
Learning and its types.pptx
Learning and its types.pptxLearning and its types.pptx
Learning and its types.pptx
PoojaSen20
 
Non probability sampling methods
Non probability sampling methodsNon probability sampling methods
Non probability sampling methods
Prashant Benki
 

Was ist angesagt? (20)

Creative message appeals, ad design and testing copy writing visuals, creativ...
Creative message appeals, ad design and testing copy writing visuals, creativ...Creative message appeals, ad design and testing copy writing visuals, creativ...
Creative message appeals, ad design and testing copy writing visuals, creativ...
 
Guerrilla marketing
Guerrilla marketingGuerrilla marketing
Guerrilla marketing
 
Testing Advertising Effectiveness
Testing Advertising Effectiveness Testing Advertising Effectiveness
Testing Advertising Effectiveness
 
Motivating And Compensating Channel Members
Motivating And Compensating Channel MembersMotivating And Compensating Channel Members
Motivating And Compensating Channel Members
 
Non- Probability Sampling & Its Methods
Non- Probability Sampling & Its MethodsNon- Probability Sampling & Its Methods
Non- Probability Sampling & Its Methods
 
Communication audit
Communication auditCommunication audit
Communication audit
 
Advertisement Appeals
Advertisement AppealsAdvertisement Appeals
Advertisement Appeals
 
Measuring advertising and campaign effectiveness
Measuring advertising and campaign effectivenessMeasuring advertising and campaign effectiveness
Measuring advertising and campaign effectiveness
 
Contemporary models of consumer behaviour
Contemporary  models of consumer behaviourContemporary  models of consumer behaviour
Contemporary models of consumer behaviour
 
Duties of company secretary
Duties of company secretary Duties of company secretary
Duties of company secretary
 
Survey sampling techniques
Survey sampling techniques Survey sampling techniques
Survey sampling techniques
 
Learning and its types.pptx
Learning and its types.pptxLearning and its types.pptx
Learning and its types.pptx
 
The impacts of influencer marketing
The impacts of influencer marketingThe impacts of influencer marketing
The impacts of influencer marketing
 
Cognitive dissonance
Cognitive dissonanceCognitive dissonance
Cognitive dissonance
 
Consumer Behavior chapter 03 Learning and Memory theories Moghimi
Consumer Behavior chapter 03 Learning and Memory theories MoghimiConsumer Behavior chapter 03 Learning and Memory theories Moghimi
Consumer Behavior chapter 03 Learning and Memory theories Moghimi
 
Research method in psychology
Research method in psychologyResearch method in psychology
Research method in psychology
 
Non probability sampling methods
Non probability sampling methodsNon probability sampling methods
Non probability sampling methods
 
Intelligence quotient
Intelligence quotientIntelligence quotient
Intelligence quotient
 
Sampling design
Sampling designSampling design
Sampling design
 
Types of brand
Types of brandTypes of brand
Types of brand
 

Andere mochten auch

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
DIPAN GHOSH
 
Report on automatic door
Report on automatic doorReport on automatic door
Report on automatic door
Indira 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 counter
Niladri Dutta
 
Automatic room-light-controller-visitor-counter
Automatic room-light-controller-visitor-counterAutomatic room-light-controller-visitor-counter
Automatic room-light-controller-visitor-counter
Mohit Awasthi
 
MIS1: Organization Management & Information
MIS1: Organization Management & InformationMIS1: Organization Management & Information
MIS1: Organization Management & Information
Jitendra Tomar
 

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

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
Ann Francis Olita
 
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
Bhumika PATEL
 
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
Raj Anand
 
Monitoring of Machine stausss
Monitoring of Machine stausssMonitoring of Machine stausss
Monitoring of Machine stausss
Umair Zafar
 

Ä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

Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
allensay1
 

Kürzlich hochgeladen (20)

How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
 
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGParadip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
 
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptxQSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
QSM Chap 10 Service Culture in Tourism and Hospitality Industry.pptx
 
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGBerhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
 
Buy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail AccountsBuy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail Accounts
 
WheelTug Short Pitch Deck 2024 | Byond Insights
WheelTug Short Pitch Deck 2024 | Byond InsightsWheelTug Short Pitch Deck 2024 | Byond Insights
WheelTug Short Pitch Deck 2024 | Byond Insights
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
GUWAHATI 💋 Call Girl 9827461493 Call Girls in Escort service book now
GUWAHATI 💋 Call Girl 9827461493 Call Girls in  Escort service book nowGUWAHATI 💋 Call Girl 9827461493 Call Girls in  Escort service book now
GUWAHATI 💋 Call Girl 9827461493 Call Girls in Escort service book now
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
 
Falcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business Potential
 
Kalyan Call Girl 98350*37198 Call Girls in Escort service book now
Kalyan Call Girl 98350*37198 Call Girls in Escort service book nowKalyan Call Girl 98350*37198 Call Girls in Escort service book now
Kalyan Call Girl 98350*37198 Call Girls in Escort service book now
 
HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024
 
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 MonthsSEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
 
Lucknow Housewife Escorts by Sexy Bhabhi Service 8250092165
Lucknow Housewife Escorts  by Sexy Bhabhi Service 8250092165Lucknow Housewife Escorts  by Sexy Bhabhi Service 8250092165
Lucknow Housewife Escorts by Sexy Bhabhi Service 8250092165
 
joint cost.pptx COST ACCOUNTING Sixteenth Edition ...
joint cost.pptx  COST ACCOUNTING  Sixteenth Edition                          ...joint cost.pptx  COST ACCOUNTING  Sixteenth Edition                          ...
joint cost.pptx COST ACCOUNTING Sixteenth Edition ...
 
Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTS
Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTSDurg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTS
Durg CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN durg ESCORTS
 
Falcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investorsFalcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investors
 
Berhampur CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGBerhampur CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
 
Cannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 UpdatedCannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 Updated
 

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