Aim
The aim of the project is to monitor and protect military equipments, such as guns, granides, documents etc. This electronic watchdog unit alerts authority in case if anyone enter restricted areas.
Problem statement
In defense applications, safeguarding critical objects or assets is paramount. The challenge is to develop an object watchdog system that can efficiently detect unauthorized access, tampering, or theft of valuable assets or equipment. This system should integrate advanced security measures, real-time monitoring, and prompt alert mechanisms while being adaptable to diverse defense scenarios to ensure the protection of vital resources and information.
Material used
Input: Ultrasonic sensor
Brain: TinkerSpace Brain Board
Output: Buzzer + RGB LED
Battery: 5V Lithium-ion rechargeable battery
Component description
Ultrasonic sensor
The function of Ultrasonic sensor is to detect the object and send the signal to the Brain unit (TinkerSpace board).
Buzzer
The function of the Buzzer is to produce alert
RGB LED
The function of the RGB LED is to emit the light
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is to monitor Light Ultrasonic Sensor and control the Buzzer and RGB LED.
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Case 1: When an object is detected with the range of less than 30CM , the Ultrasonic sensor(input) turns on sends signal 1 to the TinkerSpace Sensor board(brain). The sensor boards turns ON the Buzzer(Output)and RGB LED(output) and it emits red light
Case 2: When no object is detected the IR Proximity sensor(input) turns OFF.The sensor boards turns OFF the Buzzer(Output)and RGB LED(output) and it emits green light
Circuit Design (DesignSpace)
Step 1: Open TCode App -> Create New project -> Open DesignSpace
Step 2: Connect the Ultrasonic sensor to INPUT 3 of the Brain board.
Step 3: Connect Buzzer and RGB LED to Output 1 and Output 3 of the Brain Board.
Step 4: Connect supply and test project.