ishanjogalekar / Fall-Detection-IoT-device-using-NodeMCU-and-MPU6050

Fall Detection IoT device using ESP8266 module and gyroscope sensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fall-Detection-IoT-device-using-NodeMCU-and-MPU6050

Fall Detection IoT device



Setup

Change these parameters in programs

  1. Add Your WIFI details in Fall_detection.ino file :
const char *ssid =  "WIFI Name";     // Enter your WiFi Name
const char *pass =  "WIFI Password"; // Enter your WiFi Password
  1. Add IFTTT Private Key that is API key in Fall_detection.ino :
const char *privateKey = "Webhooks Key in IFTTT";
  1. Add WIFI details in Send_sms.ino :
WiFi.begin("SSID(WIFI_NAME)","WIFI Password");
  1. Add IFTTT Private key API key and Event name in Send_sms.ino :
MakerIFTTT_Key ="IFTTT Webhooks Key";
MakerIFTTT_Event ="Webhooks_Event_Name";

Also check PDF file of report of project -

View PDF

About

Fall Detection IoT device using ESP8266 module and gyroscope sensor


Languages

Language:C++ 100.0%