Aim
The aim of the project is to get the alert when any person enters the security area.
Problem statement
This provides security when any person is trying to enter into security premises without permission. Electronic eye controlled security system is the electronic device that continuously watches if anyone is visiting the restricted area.
Material used
Input: IR proximity Sensor
Brain: TinkerSpace Sensor Board
Output: Buzzer
Battery: Lithium-ion rechargeable battery
Component description
IR PROXIMITY SENSOR
The function of IR PROXIMITY sensor is to detect the object and send the signal to the Brain unit (TinkerSpace board).
BUZZER
The function of the Buzzer is to turn on when there is a theft attempt.
TinkerSpace Sensor Board
TinkerSpace board acts as brain of this project, its function is to monitor IR Proximity Sensors and control the Buzzer
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Case – 1: When any person enters the security area, the IR proximity sensor (input) turns ON and sends signal 1 to the TinkerSpace sensor board (brain).The sensor board turns ON the buzzer (output).
Case – 2: When nobody enters the area, the IR proximity sensor turns OFF.Hence the sensor board turns OFF the buzzer.
IR proximity sensor ON —> Buzzer ON
IR proximity sensor OFF —> Buzzer OFF
Circuit Design (DesignSpace)
Step 1: Connect IR PROXIMITY SENSOR to input
Step 2: Connect BUZZER to output 1
Step 3: Select DIRECT MODE (D) in Sensor board
Step 4: Connect supply and test project.