Table of Contents

Burglar Prevention System

Introduction

  • The system described here is a home/office burglar prevention alarm built on an Arduino UNO. It is designed for indoor use in small spaces (rooms, apartments, garages). The user can arm or disarm the alarm by entering a secret code on the keypad.
  • When armed, the PIR sensor watches for motion in the protected area. If the PIR detects an intruder, the system sounds a loud buzzer and automatically sends an SMS to the owner’s phone via the cellular GSM network.
  • The idea started from Mark Rober's glitter bomb for porch thieves.
  • Thus, even a simple alarm can be a strong deterrent. Its low-cost and easy usage makes it a great system for usual resident.

General description

Block diagram

Block diagram

Hardware Design

  • Components list
  • Electric diagram

Software Design

  • Development environment: Arduino IDE
  • Libraries and 3rd party sources
  • Planned algorithms and structures to use
  • Environments: DEV and PROD
  • Sources and functions implemented: LCDDisplay, KeypadHandler, PIRSensor, GSMModule, AlarmSystem, setup(), loop()

Results

  • System can be armed by set code
  • Whenever motion is detected: receive sms, sound buzzer, emit fart spray
  • Triggered alarm can be stopped only by entering the code

Conclusion

Resources

Export to PDF