This Study Resource Was: Automated Elevator With Overload Alert

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Automated Elevator With

Overload Alert
A.ADITYAREDDY-adityareddy0369@gmail.com-130907008-1

Soumya…

Abstract Description
The purpose of this project is for effective
elevator control system, which is programmed in This system helps to indicate limit of an elevator,
such a way that whenever there is overload a which is how many people can be inside an
buzzer will start ringing and door will not close. elevator at a particular time. The system displays
The door will only close when the number of

m
the number of people inside an elevator with the

er as
people inside the lift is less than or equal to preset help of 7 segment display. Each pair consists of 2
number of people. The number of people in the sensor pairs placed at a certain distance from one

co
elevator can also be seen on the 7 segment displays. another in the opposite direction. The system

eH w
Sensors and push buttons are used as input. Seven includes Infrared Sensor pairs which are placed
segment display, buzzers and various types of LED

o.
near the elevator door. These sensors senses when a
(light emitting diodes) displays are used as output.
rs e person enters an elevator and it opens the door of
the elevator and simultaneously increments the
ou urc
Introduction counter for the number of people entering the
Embedded Systems are widely used nowadays. elevator. The IR transmitter is used to transmit IR
Applications of the embedded system are rays straight to the receiver which receives the
o

innumerable. One such application as discussed input and feeds this to an 8051 Microcontroller.
here is automatic elevator with overload alert. As The microcontroller process this input received. At
aC s

the name implies, it restricts the elevator from this time the system also counts the number of
v i y re

transporting a number of people above the people present and increments a counter on each
maximum prescribed limit. arrival and decrements when a person exits from
the elevator. The system even includes a buzzer for
demonstrating an alarm. The buzzer starts ringing
ed d

as soon as more number of people enters the


Block Diagram elevator than the limit of the elevator which is
ar stu

already set and the buzzer stops ringing only when


the people inside the elevator come outside the
elevator. This will cause the counter to be
decremented and the buzzer stops ringing as soon
sh is

as the counter is less or equal to the limit of the


elevator set.
Th

simulation

Software Specifications

 Keil µVision IDE

 Programming Language: Embedded C

This study source was downloaded by 100000832899712 from CourseHero.com on 10-13-2021 03:16:45 GMT -05:00

https://www.coursehero.com/file/33806724/automated-elevator-with-overloaded-alertdocx/
IR sensor is an electronic device which is used to

Hardware Specifications sense heat & objects. It works with the sensing of
IR radiations and variation in heat in its nearby. IR
 8051 series Microcontroller
sensors are classified into two types such as photo
IR sensor and thermal IR sensor.
 Stepper motor

 IR sensors

 LED

 7- Segment Displays

 Buzzer

m
er as
co
eH w
1.IR Sensor

o.
rs e
An IR sensor is an electronic device, that produces
ou urc
in order to detect some parts of the environs. An
infrared sensor can measure the heat of an object as
o

well as detects the motion. These sensors are used


aC s
v i y re

to measure only IR radiation, rather than producing


it that is called as a passive infrared sensor.
Generally in the IR spectrum, all the surrounding IR Sensor Working
ed d

objects generate different form of thermal


ar stu

 A thermal infrared sensor detects the


radiation.These kinds of radiations are not
change of heat from its nearby objects
observable to our eyes, that can be sensed by an IR
sh is

sensor. The emitter of the sensor is infrared LED


 The photo IR sensor uses a photo diode to
Th

and the sensor is an IR photodiode which is


sense IR radiations. In this article as an
sensitive to infrared light of the same wavelength
infrared sensor a photo IR sensor is used
as that produced by the infrared LED. When
to build the circuit.
infrared light drops on the photodiode, the
resistances and o/p voltages change in proportion to The applications of the infrared sensors involve
the received magnitude of the infrared light. from domestic devices to industrial devices. These
sensors are used in object sensing, motion
What is Infrared Sensor?
detectors, obstacle avoidance robot, gas leakage

This study source was downloaded by 100000832899712 from CourseHero.com on 10-13-2021 03:16:45 GMT -05:00

https://www.coursehero.com/file/33806724/automated-elevator-with-overloaded-alertdocx/
detection, smoke detection, measurement of
distance, robotics and many more.

2.seven segment display

A seven segment display is the most basic


electronic display device that can display digits
from 0-9. They find wide application in devices

m
er as
that display numeric information like digital clocks,

co
radio, microwave ovens, electronic meters etc. The

eH w
most common configuration has an array of

o.
rs e
eightLEDs arranged in a special pattern to display
ou urc
these digits. They are laid out as a squared-off
figure ‘8’. Every LED is assigned a name from 'a'
to 'h' and is identified by its name. Seven LEDs 'a'
o

to 'g' are used to display the numerals while eighth


aC s
v i y re

LED 'h' is used to display the dot/decimal.

A seven segment is generally available in ten pin


ed d

package. While eight pins correspond to the eight


ar stu

LEDs, the remaining two pins (at middle) are


common and internally shorted. These segments
come in two configurations, namely, Common
sh is

cathode (CC) and Common anode (CA). In CC 3.bipolar stepper motor


Th

configuration, the negative terminals of all LEDs


A bipolar stepper motor has one winding per stator
are connected to the common pins. The common is phase. A two phase bipolar stepper motor will have
connected to ground and a particular LED glows 4 leads. In a bipolar stepper we don’t have a
common lead like in a uni-polar stepper motor.
when its corresponding pin is given high. In CA
Hence, there is no natural reversal
arrangement, the common pin is given a high logic of current direction through the winding. A bipolar
and the LED pins are given low to display a stepper motor has easy wiring arrangement but its
operation is little complex. In order to drive a
number. bipolar stepper, we need a driver IC with an
needs current which is around ten
internal H bridge circuit. This is because, in order
times this value. A external driver IC to reverse the polarity of stator poles, the current
is needs to be reversed. This can only be done

This study source was downloaded by 100000832899712 from CourseHero.com on 10-13-2021 03:16:45 GMT -05:00

https://www.coursehero.com/file/33806724/automated-elevator-with-overloaded-alertdocx/
through a H bridge. There are two other reasons to
use an H Bridge IC 1) The current draw of a
stepper motor is quite high. The micro-controller
pin can only provide up to 15 mA at maximum. The
stepper needs current which is around ten times this
value. A external driver IC is capable of handling
such high currents.

m
er as
co
eH w
o.
rs e
ou urc
o
aC s
v i y re
ed d
ar stu
sh is
Th

This study source was downloaded by 100000832899712 from CourseHero.com on 10-13-2021 03:16:45 GMT -05:00

https://www.coursehero.com/file/33806724/automated-elevator-with-overloaded-alertdocx/
Powered by TCPDF (www.tcpdf.org)

You might also like