Skip to content

This project uses Blynk IOT platform and sends email and mobile notification when an intruder is detected via PIR Sensor. The email sent contains the time when the intruder was detected by fetching the current time from http://pool.ntp.org/ via NTPClient.

License

Notifications You must be signed in to change notification settings

kumaraditya303/ESP8266-Blynk-Home-Security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 Blynk Home Security -> An IOT Project

This project uses Blynk IOT platform and sends email and mobile notification when an intruder is detected via PIR Sensor. The email sent contains the time when the intruder was detected by fetching the current time from http://pool.ntp.org/ via NTPClient.


Get Started!

Prerequisites

$ pip install platformio

Setup

This projet uses PlatformIO for compilation and uploading to the board.

  • Create account on Blynk App

  • Create a new project and add email and notification widgets.

  • Download the project using git.

$ git clone https://github.com/kumaraditya303/ESP8266-Blynk-Home-Security.git
  • Update the credentials in config.h and the token sent at your email.

  • Connect PIR Sensor or Pin D5 or as per your configuration.

  • Connect your board with the computer and compile the project.

$ platformio run
  • Done!

Project made and maintained by Kumar Aditya

About

This project uses Blynk IOT platform and sends email and mobile notification when an intruder is detected via PIR Sensor. The email sent contains the time when the intruder was detected by fetching the current time from http://pool.ntp.org/ via NTPClient.

Resources

License

Stars

Watchers

Forks

Languages