-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from nishant-giri/main
Add Theft Alert System
- Loading branch information
Showing
4 changed files
with
2,118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Theft Alert System | ||
|
||
## About the Project | ||
|
||
Theft Alarm System using photoresistor (LDR) such that when someone crosses the area where light falls the alarm system gets activated. | ||
|
||
--- | ||
|
||
## Project Components | ||
|
||
1. Arduino Uno R3 ×1 | ||
2. Breadboard ×1 | ||
3. Connecting Wires | ||
4. LDR ×1 | ||
5. LED ×1 | ||
6. Piezo Buzzer ×1 | ||
7. Resistors (200 Ω) ×3 | ||
|
||
--- | ||
|
||
## Programming Language | ||
|
||
C++ | ||
|
||
--- | ||
|
||
## Tinkercad Simulation | ||
|
||
[Theft Alert System](https://www.tinkercad.com/things/jYmOhcfcohv) |
Oops, something went wrong.