Fall Detection IoT device
Change these parameters in programs
- 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
- Add IFTTT Private Key that is API key in Fall_detection.ino :
const char *privateKey = "Webhooks Key in IFTTT";
- Add WIFI details in Send_sms.ino :
WiFi.begin("SSID(WIFI_NAME)","WIFI Password");
- Add IFTTT Private key API key and Event name in Send_sms.ino :
MakerIFTTT_Key ="IFTTT Webhooks Key";
MakerIFTTT_Event ="Webhooks_Event_Name";