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

https://github.com/aidensorabji/arduino-security-system

A security system that uses an Ultrasonic Sensor, LEDs, LiquidCrystal LCD, Piezo Speaker, and a Potentiometer to detect a person and beep. It uses an Arduino Uno Wifi Rev2.
https://github.com/aidensorabji/arduino-security-system

arduino security-system

Last synced: 29 days ago
JSON representation

A security system that uses an Ultrasonic Sensor, LEDs, LiquidCrystal LCD, Piezo Speaker, and a Potentiometer to detect a person and beep. It uses an Arduino Uno Wifi Rev2.

Awesome Lists containing this project

README

          

# Arduino Security System
A security system that uses a variety of sensors to detect if a person is near, sound an alarm, send a message through the LCD, and light up the LEDS.

![alt text](https://github.com/AidenSorabji/Arduino-Security-System/blob/main/Arduino_Schematic.png)

## Features
- Fully Working LiquidCrystal LCD
- Motion Detection
- Sound Output

## How To Make

#### Required Parts
- 1x | Liquid Crystal LCD
- 2x | LEDs
- 4x | 22Ω Resisters
- 48x1 | Wires
- 1x | UltraSonic Sensor
- 1x | Potentiometer 500Ω
- 1x | Piezo Speaker
- 2x | Bread Board
- 1x | Arduino2

#### Building
While there is no specific way to build it (just follow the diagram, it's accurate and easy to understand), its easier to start with building everything on the bread board, then adding the wires to the Arduino, then adding the ultrasonic sensor to everything.

#### Code
Download the Code from the repo or in the [Releases](https://github.com/AidenSorabji/Arduino-Security-System/releases) tab, open it in [Arduino IDE](https://www.arduino.cc/en/software), plug-in and select your Arduino. Click ```serial monitor```, and watch it run. If it doesn't run or doesn't run right, then check your connections and check if you placed something in the incorrect slot. If all goes wrong, check the code and tailor it to your project.

## License
Copyright (c) 2024 Aiden Sorabji

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


**1** Estimate Number, you'll probably need more or less

**2** You can use any Arduino, I used an Arduino Uno Wifi Rev2