In this video I'll be showing you how to make a low cost DIY Simple PIR Motion Home Security Notification System!
See old version: https://www.hackster.io/mertarduino/how-to-make-a-10-wifi-security-system-at-home-55023c
If the PIR motion sensor detects any motion it sends a notification to your mobile phone. ESP8266 ESP-01 WiFi module, PIR motion sensor and 3.3V voltage regulator were used in this project.
You can also see in this project how to build a 3.3V power station, how to upload code to the ESP-01 using the FTDI, how to programming the ESP-01 using the Arduino IDE, and create free WiFi scenarios with IFTTT.
Download Gerber File & Order PCBIn this project, I have choosen PCBWay. PCBWay is the only way to make this project happen a very low cost and high quality.
$0 For New members first order & Low Price for PCB Stencil at https://www.pcbway.com/
Download PCB Gerber Files for Order - http://bit.ly/33jBw9u
ESP-01 FlasherYou can use it to program NodeMCU DEVKIT or your own ESP8266 board. Just click flash and you can burn firmware to ESP8266. Before you doing it, GPIO0 MUST LOW.
Flasher - https://github.com/nodemcu/nodemcu-flasher
IFTTT and Arduino IDE Source CodeIFTTT - If This Than That
For this project we’re going to use a free service called IFTTT that stands for If This Than That. This service is used to automate a wide variety of tasks online. If the PIR motion sensor detects any motion it sends a notification to your mobile phone.
Type in your browser https://ifttt.comand click the “Get started” button in the middle of the page. Complete the form with your details and create your account.In the wesite, Open the “My Applets” tab, press the create “New Applet” button. Click the “This” word and search for the “Webhooks” service.
Source Code:
Here’s the code that you need to upload to your ESP board. You need to change a few variables: SSID, password, API Key and Event Name.In this project, we use Wifi-Manager library. WiFiManager allows you to connect your ESP8266 to different Access Points (AP) without having to hard-code and upload new code to your board. Additionally, you can also add custom parameters and manage multiple SSID connections with the WiFiManager library.
Download 3D Model STLFree Design Platform Tinkercad - https://www.tinkercad.com/
Download 3D Model STL - http://bit.ly/2NRdRuN
Comments