Laser Based Foot Fall Counter
Laser Based Foot Fall Counter
Email.id :[email protected]
University of Delhi
ABSTRACT:-
This project has been completed under
“SPIE international society “.it basically
countess numbers of persons whose
enters in room . if there is not present
any person ,lights ,fans and other
electrical devices will turn off
automately.
ACKNOWLEDGEMENT:-
I would like to express our special thinks of gratitude to
my department teacher Dr. monika bhatacharya and
senior student hardik minocha who help me to do this
wonderful project on the topic “laser based footfall
counter” . I am very thankful to ‘ spie’ teacher
convener Dr. amit garg who gave me the golden
opportunity to do this wonderful project .
For carrying out the project work ,I need to do lots of
research and I came across many new findings and facts
.this enlightened me more on topics which are of
contemporary relevance in today’s world and I am
really thankful to them . many social media sites and
search engine like Google , you tube etc helped me to
do this project.
PURPOSE:-
Basically, this project works for saving electricity
and energy ,it also works as security system .
INTRODUCTION:-
APPARATUS:-
Arduino:-
Arduino is an open-source electronics platform based on easy to
use hardware and software. Arduino boards are able to read input light
as an a sensor, fingers on a button or a twitter message and turn it into
an output, activating a motor, turning on an LED, publishing something
online.
USB plug.
reset button.
Working :-
This project is based on arduino programming. There are used LDR and laser
lights in the project. 2 LDRs and 2 laser lights are being focused on each other. In
absence of laser light LDR value remains below 500 and above 500 when laser
light falls on it .In this project LDR 1 and LDR 2 is assigned value by pin A3 and
pin A4 respectively and LED is connected with digital pin 13 of arduino board. If
any object or person triggers gate 1 then LRD 1 has its value reduced below 500,
because of the presence of “do while” loop the program doesn't proceed to next
instruction until the value of LDR 2 has been reduced to a number below 500. It
means the program will not proceed until anyone Triggers gate 2. Here a variable
P has been defined which denotes the number of person. when any object or
person crosses gate 1 first and after then gate 2, the value of variable P is
increased by 1 and LED is switched ON. if any object or person triggers gate 2
first then LDR 2 has its value reduced below 500 because of the presence of “do
while” loop the program doesn't proceed to next instruction until the value of
LDR 1 has been reduced to a number below 500, it means the program will not
proceed until person triggers gate 1 ,so that any object or person crosses gate 2
first and after then gate 1 then the value of variable P is decreased by 1. If P is
remains greater than zero then LED remains ON and if P is zero then LED remains
OFF so we can say that if at least one person present in the room then, LED
remains ON otherwise LED remains OFF
It works for conservation of electrical energy.