An open API service indexing awesome lists of open source software.

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

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)