Download Print this page

DFRobot FireBeetle ESP32-E Manual page 90

Advertisement

ifttt.IFTTTBeging(IFTTT_ENVENT,IFTTT_KEY);
int dataSendState = ifttt.IFTTTSend(IFTTT_VALUE_1,IFTTT_VALUE_2,IFTTT_VALUE_3);
Serial.println(dataSendState);//Whether the printing data is sent successfully
}else {
Serial.println("WiFi Disconnected");
}
lastTime = millis();
}
}
Configure Parameters in Arduino Code
//Configure WiFi name and password
char *WIFI_SSID
char *WIFI_PASSWORD
//Configure IFTTT
char *IFTTT_ENVENT
char *IFTTT_KEY
//IFTTT Send Message
char *IFTTT_VALUE_1
char *IFTTT_VALUE_2
char *IFTTT_VALUE_3
Result
Receive the data from FireBeele-ESP32-E in the Email box.
= "WIFI_SSID";//Input WiFi name
= "WIFI_PASSWORD";//Input WiFi Password
= "Your_Event";//Input Event Name
= "Your_Key";//Input the key you found in IFTTT
= "Value1";
= "Value2";
= "Value3";//Configure the three values in email information

Advertisement

loading
Need help?

Need help?

Do you have a question about the FireBeetle ESP32-E and is the answer not in the manual?

Questions and answers

Related Products for DFRobot FireBeetle ESP32-E

This manual is also suitable for:

Dfr0654