Вы находитесь на странице: 1из 1

INTRODUCTION : METHODOLOGY: CONCLUSIONS :

In today’s world, there is a continuous need The System is based on the interruption of IR A novel architecture for an economic
for automated appliances. With the increase beam. An IR beam is used as the source of
bidirectional Visitor Counter and room lighter
in the living standards, there is an immediate light beam. Bidirectional Visitor Counter with
Automatic Room Light Controller and controller is proposed and implemented in
need for developing circuits that would this paper. It gives basic idea of how to
Arduino as the master controller has two
change the complexity of life to simplicity. sections. The transmitter is a IR diode. It control the bidirectional visitor counter and
This Project title “Bidirectional Visitor should be powered with 5 volt DC supply and room light counter using Arduino Uno and
Counter with Automatic Room Light fixed on one side of the door frame. The Ardiono(IDE). The cost of this technology is
Controller and Arduino as the master receiver has a RX at the front end. very economical. This project uses low cost
controller” is designed and presented in off the shelf components, and is based on
A. Monitoring Arduino Reading :Arduino
order to count the visitors of an auditorium, enables users to monitor various kinds of Arduino platform which is FOSS (Free Open
hall, offices, malls, sports venue, etc. The sensors such as IR sensor and motion Source Software). So the overall
system counts both the entering and exiting detectors in real-time. The analogand digital implementation cost is very cheap and is
visitor of the auditorium or hall or other pins on the Arduino board can serve as affordable by a common person. This low
place, where it is placed. Bidirectional Visitor general purpose input and output pins
cost system is designed to improve the living
Counter with Automatic Room Light (GPIO).Usually The ATmega328
microcontroller embedded on the Arduino standard and complexity of visitors counting.
Controller is a reliable Circuit that takes over It provides accurate data and eliminating the
board contains the analog-to-digital
the task of controlling the room lights as well converter (ADC). error where possible. For future work, some
us counting number of person’s visitors in recommendation can be made like, addition
the room very accurately when somebody B. Controlling Actuators :The triggering is
of cameras through with not only counting
enters into the room then the Counter is finally done by Arduino gateway. While
monitoring sensors in real-time. The Arduino but also the image can be stored precisely.
incremented by one value and the light in the Wireless connectivity can be added to
takes action in real time to control the on/off
room will automatically switched ON and of the led and controlling the buzzer. In this system, by controlling the Wi-Fi modules..
when any one leaves the room then the system it has two section one the transmitter The whole system can be fabricated as
counter is decremented by one value and the section where the power supply and the light economic
light will be only switched OFF until all the output is given. The other one is the receiver
persons in the room go out. The total section where light input is taken and
number of persons inside the room is also implemented on enters sensor circuit and
exit sensor circuit.
displayed on the LCD displays. The Arduino
Uno does the above job. It receives the C. System Protection :Often absurd variation
signals from the sensors, and this signal is in power supply results in damaging the
operated under the control of software components of the system. When the BD139
called Arduino(IDE). Also in addition the total transistor is fed with the input power supply
number of person in the room be and supplies the outputs to the components
incremented value or decremented value will it not only provides a liner power supply but
always be displayed in the LCD thus makes also protects from the power surges.
this system a very user friendly.
D. Infrared Sensing System :The IR sensor
modules contain IR diodes, potentiometer,
Comparator (Op-Amp) and LED’s.
APPARATUS REQUIRED : Potentiometer is used for setting reference
voltage at comparator’s one terminal and IR
 Arduino Uno sensors sense the object or person and
 Infrared Sensor Module provide a change in voltage at comparator’s
 Liquid Crystal Display (LCD)
second terminal. Then comparator compares
 Transistor (BD139)
both voltages and generates a digital signal at
 Breadboard
 Resistors output one for enter sensor & second for exit
 Jumper wires sensor circuit.

E. Counter Display :In this section we have


used LCD to display number of persons in the
room. The system is designed using the
Arduino(IDE) platform. When Arduino check
for zero condition (Zero condition means no
one in the room) and finds it is true then
Arduino turn off the bulb by deactivating the
relay through transistor. And if zero condition
is false then Arduino turns on the light. Here
is two functions for enter and exit. This
increment or decrement is displayed in LCD.

Вам также может понравиться