Aim
The aim of the project is to monitor if people are maintaining proper social distancing norms
Problem statement
Sick individuals, especially those with contagious diseases, need to maintain social distancing to prevent the spread of illness. The challenge is to develop a social distancing alarm system for sick people that can effectively alert them when they come too close to others, ensuring compliance with social distancing guidelines
Material used
Input: Ultrasonic sensor
Brain: TinkerSpace Brain Board
Output: Buzzer
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
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is to monitor Ultrasonic Sensor and control the Buzzer.
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Case-1:When the persons distance is less than 30CM, the Ultrasonic sensor (input)sends a signal 1 to the TinkerSpace brain board(brain). The brain board turn on the Buzzer(output).
Case-2:When no person is detected, the Ultrasonic sensor (input)sends a signal 0 to the TinkerSpace brain board(brain). The brain board turn OFF the Buzzer(output).
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 to Output 1 of the Brain Board.
Step 4: Connect supply and test project.