Introduction: Runo:- Security Motion Detector

About: Hello everyone. My name is Amey and I love to make cool project and Electronics stuffs, So follow me for more cool project stuff!!!!!! Subscribe to My YouTube channel Abuilds https://www.youtube.com/Abuilds…

Hello everyone,

I am Amey, welcome to my channel.

Today, I am building a Project based on IOT, which is Simple security motion detector using PIR sensor and ESP-01 WIFI Module.

This project is quite helpful to detect motion outside your house you can implement it outside window or front door/back door and turn it ON when you are outside of your home.

So, lets' make it

Step 1: COMPONENTS

1 x Arduino UNO (any Arduino)

1 x ESP-01(or any WIFI module)

1 x PIR Sensor (Can use more)

1 x 9v/12v power supply

Step 2: WORKING

Now days security is important, So I made a simple motion detector which can detect the motion outside or inside your home it is cheap and use to build.

As it is using PIR sensor which is proximity Infra-red sensor, it can detect motion up to 10 meter in his circumference and its really cheap.

As I am using ESP-01 WIFI module so it connected to the cloud by Blynk (it is an open source IOT platform for small Diy project go to this link for more about the blynk)

So, as it connected to cloud you can access it from around the globe.

Working is simple, As PIR sensor detect motion it send signal to your Blynk app through cloud (Internet connection is required at ESP-01 WIFI module side) and you get notification (if your internet is ON) “someone outside!!!!!!!!” it can be modified which is given in coding part.

Step 3: Setting Up Blynk and Esp-01

Install Blynk App and follow the instruction given in the images above

In Blynk app create new project and Select Arduino and WIFI

Then you get a AUTH token At registered Gmail address simple put in code and Add your wifi credentials

and upload it to Arduino

(you will need Blynk library for this project all files and library is given in files section down bellow)

Step 4: Files