Skip to content

kumaraditya303/LPG-Leakage-Detector-with-Blynk-IOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPG Leakage Detector with Blynk IOT

This is version v2.0 of the LPG Leakage Detector project . In the earlier project a custom library was used to send email whereas in this project Blynk IOT service is used for sending email and also supports notification!

This is Blynk IOT project which monitors the LPG sensor data 500 times, takes the average of sampling to reduce noise, notifies the user of the leakage and sends email.
Project v1.0
Project repository
Project website


Project Working

  • Sensor Data Logging
    IMAGE
  • LPG Leakage Notification
    IMAGE
  • LPG Leakage Email
    IMAGE

Getting Started

Prerequisites

  • ESP8266 dev board or NodeMCU
  • Android phone or iOS phone
  • Arduino IDE or PlatformIO

Create account on Blynk

  • Download Blynk on your mobile phone
    IMAGE
  • Create a account
    IMAGE
  • Scan the QR code with Blynk and you will get my project
    IMAGE
  • You will get my project and click on settings and click on email token to receive token on email
    IMAGE
  • Token would be used later in main file
    IMAGE
  • QR Code
    IMAGE

Build and upload project

  • Download the latest release from GitHub
  • Change the credentials in the main file
const char auth[] = "********"; // replace with AUTH token
const char ssid[] = "********"; // replace with SSID
const char password[] = "********"; // replace with PASSWORD
  • Change your time zone
NTPClient timeClient(ntpUDP, "pool.ntp.org", 19800, 60000); // change time zone with 19800
Time zone Offset
India 19800
New York -18000
London 0
  • Install the dependencies
    Blynk
    NTPClient

  • Upload the project to ESP8266 board.


Project made and maintained by Kumar Aditya

About

This is Blynk IOT project which monitors the LPG sensor data 500 times, takes the average of sampling to reduce noise, notifies the user of the leakage and sends email.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages