Esp 82661
Esp 82661
Introduction :
When you were outside of your home, no one was there to
protect your home. There are lots of burglary, theft occurs. Their
are cameras are available but that was not going to give you any
alert. Due to that reason you only knows about this after theft
occurs. To protect your home we design a low cost home security
system that not only alert you by SMS but also send mail to 5
different people about this alert. You can also add call features so
that you can a get a call.
In this IOT project we will make a home security system. If
someone enters your home then you will get SMS alert as well as
a mail. So that you can be alert and call to police and neighbors
for secure your home. Total cost of the project will be under 700 if
you have all other components available.
In this project we are going to use ESP8266 ESP-07 WiFi
module to connect with Internet. PIR sensor was used for
detection human motion.
Connection Diagram :
ESP8266 esp07 :
3. http://www.esp8266basic.com/flashing-instructions.html ,
follow instructions for how to program ESP8266.
10.
11.
Go to setting, Give you active internet SSID and
password.
12.
Enable Run Default.bas at startup and click save, then
restart.
13.
After that when PIR sensor detects something you will
get SMS as well as Email alert.
Backend Process :
when the ESP8266 boots, it connects to the wifi network and
runs
default.bas (this is the program we just wrote).
then, the url corresponding to our recipe's trigger is browsed
and the
response is returned by wget to the console via the print
function.
IFTTT do its magic sending an email and SMS.
Right after receiving the response, the ESP8266 goes to
deep sleep "forever" until it gets next response.
IFTTT guide :
1. Go
to My
Note down the event name and maker private key and use these
in flashing ESP8266.
Construction and Testing :
There are lots of IOT project can be done using this ESP8266BASIC
online programmer.