https://github.com/thegupta2012/social-distance-alert-system
A social distancing alert system made by arduino
https://github.com/thegupta2012/social-distance-alert-system
arduino-nano covid19
Last synced: 5 months ago
JSON representation
A social distancing alert system made by arduino
- Host: GitHub
- URL: https://github.com/thegupta2012/social-distance-alert-system
- Owner: TheGupta2012
- License: mit
- Created: 2020-12-14T05:58:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T06:16:39.000Z (over 5 years ago)
- Last Synced: 2025-02-06T22:23:42.274Z (over 1 year ago)
- Topics: arduino-nano, covid19
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Social Distancing Alert Assistant
=============
## Description
An arduino powered social distancing alert assistant that signals a variety of alarms depending on whether a person is too close to the user.
## Components required
* Arduino Nano board
* 1 Resistor
* 1 LED
* Robocraze active buzzer
* HC SR04 Ultrasonic sensor
* 1 9V battery
* Breadboard and jumper cables
## Software requirements
* [Arduino IDE](https://www.arduino.cc/en/software)
## Circuit

## Execution
1. Connect the components as shown in the above circuit.
2. Using Arduino IDE, upload the code from 'code' file.
3. Power the device using the 9V battery.
> A video showing the implementation of our prototype can be found [here](https://www.youtube.com/watch?v=4-6MisTKQ4I&feature=youtu.be)