0% found this document useful (0 votes)
85 views

Bi-Directional Visitor Counter Using Arduino With Automatic Sanitizer & Fan Controller System

This document describes a bidirectional visitor counter system using Arduino that counts the number of people entering and leaving a room. It displays the visitor count on an LCD screen. The system also includes a temperature sensor to detect people's temperatures, and will automatically dispense hand sanitizer if a high temperature is detected. A separate DHT11 sensor monitors room temperature and controls a fan accordingly.

Uploaded by

Keshav Ravana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views

Bi-Directional Visitor Counter Using Arduino With Automatic Sanitizer & Fan Controller System

This document describes a bidirectional visitor counter system using Arduino that counts the number of people entering and leaving a room. It displays the visitor count on an LCD screen. The system also includes a temperature sensor to detect people's temperatures, and will automatically dispense hand sanitizer if a high temperature is detected. A separate DHT11 sensor monitors room temperature and controls a fan accordingly.

Uploaded by

Keshav Ravana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Bi-directional Visitor Counter Using Arduino with Automatic

Sanitizer & Fan controller system

ABSTRACT
Many times we need to monitor the person/people visiting some place like Shopping mall / temple. To
provide solution for this we are going to implement a project called “bidirectional Visitor Counter”. This
project has a “Visitor counter”. Main concept behind this project is to measure and display the number of
persons entering in any room like seminar hall, conference room. This project can be used to count and
display the number of visitors entering inside any conference room or seminar hall. This works in a two
way. That means counter will be incremented if person enters the room and will be decremented if a
person leaves the room. In this we are measuring temperature of the person and sanitize when the sensor
is detected and controlling of fan based on temperature.

INTRODUCTION
 In traditional method we count the number of persons entered manually, and next developed existing
system counts only the value of persons entered and it doesn’t provide information about person

leaving. So here we are designing a project to update the number of persons entered and leaving.. This
project works on the principle of IR sensing. Infrared or simply IR Sensors are devices that work with
Infrared Light Source and a Photo Detector like a Photo Diode or a Photo Transistor that act as a
Transmitter and Receiver respectively. Two sets of IR sensors consisting of an IR LED and Photo
Diode are placed at two ends of the entrance of a room.
 When first IR sensor detects any person so it increment the number of persons. Count value calculated
depend upon sensor input and it count value, and if second IR sensor detects any person it decrement
the count value.
 Third IR is for sanitizing purpose, Temperature sensor is used to detect the body temperature, DHT11
is for room temperature measuring.

REQUIRED HARDWARE
1. Arduino
2. IR sensor *3
3. LCD display
4. Relay*3
5. Motor driver
6. DC motor with fan
7. DC water pump
8. MLX90641 Temp sensor
9. DHT11 sensor(for Room temperature/humidity check)

BLOCK DIAGRAM

LCD

IR sensor1
Relay Light

IR sensor2 Motor Driver Fan

IR sensor3 Arduino DC Motor


Relay

MLX90641 Temp
Sensor Buzzer

DHT11 Sensor DC water


Relay Pump

You might also like