You are on page 1of 12

CONTROL SYSTEMS REVIEW-1

BAG SECURITY
TEAM MEMBERS
17BEC0356 CH.V.S.THEJA
17BEC0913 YASH CHADAWAR
17BEC0397 AAKASH.P
CONCEPT

 Our basic motive as stated earlier is to create a smart bag that buzzes when it is not closed under certain
conditions. In this section we will get a clear idea of when the system becomes active. The concept is to sound
the alarm when the zip is not closed but we add some additional conditions to it because we don’t want the
buzzer to sound even when you have willing opened the zip. To get the expected result we use the following
conditions:
1. Whether the zip is open or closed.
 2. Whether the pressure is present on the straps of the bags.
 3. Whether the manual switch is ON/OFF.
EXPLANATION OF THE CONDITIONS:

 We want the alarm to sound when the bag is in motion and the zip is open. To determine the motion of the bag,
we first observe the fact that the bag will be in motion if it is being lifted with the handle of the bag or the bag
straps. Therefore, when the bag is lifted there will be pressure on the bag straps/handle. Thus, we use pressure
sensors (the name is specified in the later section) to determine whether the bag is in motion.
 We also add a manual switch which acts as a master switch which switches OFF/ON all the sensors.
 Now, let’s represent the above concept using a simple circuit.
COMPONENTS USED:

 PIEZO ELECTRIC PRESSURE SENSOR


 IR SENSOR/OBJECT SENSOR
 BUZZER
 ARDUINO
 JUMPER CABLES
 BATTERY
PROCEDURE

 PRESSURE SENSOR IS TO CONNECTED TO ARDUINO 5V INPUT AND GROUND OF PRESSURE SENSOR


TO GROUND OF ARDUINO.OUTPUT TO THE ANALOG SIDE.
 IR SENSOR IS TO CONNECTED TO ARDUINO 5V INPUT AND GROUND OF IR SENSOR TO GROUND OF
ARDUINO.OUTPUT TO THE ANALOG SIDE.
 BRUZZER SHOULD BE CONNECTED TO THE DIGITAL SIDE OF ARDUINO.
 BATTERY IS TO BE CONNECTED TO THE ARDUINO .
CIRUIT
DIAGRAM
BLOCK DIAGRAM
CODE FOR ARDUINO
CONCEPT RESULT USING TRUTH TABLE(ANALOG):

A= Pressure is applied on pressure sensor.


B= when the zip is open and light falls on IR sensor/object
sensor.
Y= Buzzer on .

A B Y

1 1 1

1 0 0

0 1 0

0 0 0
PHOTO OF THE HARDWARE
REFERENCES

 https://www.academia.edu/38617300/Integrated_high-sensitivity_element_based_on_bipolar_transistor

 https://www.academia.edu/38617300/Integrated_high-sensitivity_element_based_on_bipolar_transistor

 https://www.academia.edu/38321860/Intracranial_Pressure_Monitoring_with_the_Fiberoptic_Transducer_in_Chil
dren
 https://www.arduino.cc/en/Guide/ArduinoUno

You might also like