Introduction: GSM Based Home Security System

How we can protect our home and shops from thief?

In this tutorial, I will show you how to make GSM Home Security using Arduino UNO , SIM800L GSM Module and PIR Motion Sensor. This gsm based system detects motion by using pir motion sensor and sends data to Arduino and then Arduino micro controller sends call alert to the emergency number through the sim800l GSM module.

This is a very simple and easy to build home security system with just few lines of code. you can build this security system at home with a little efforts.

Supplies

You Need:-

1. Arduino UNO https://amzn.to/3F0kSiX

2. GSM Module SIM800L https://amzn.to/3yqlsUK

3. PIR Sensor (motion Sensor) https://amzn.to/3yqlsUK

4. DC Voltage Booster https://amzn.to/3yqlsUK

5. Jumper Wires https://amzn.to/3yqlsUK

Step 1: Upload Code to Arduino

Step 2: Circuit Diagram

Step 3: