|
|
%!s(int64=3) %!d(string=hai) anos | |
|---|---|---|
| FlipperZero-IFTTT_WiFi_Module | %!s(int64=3) %!d(string=hai) anos | |
| FlipperZero-IFTTT_app | %!s(int64=3) %!d(string=hai) anos | |
| Image | %!s(int64=3) %!d(string=hai) anos | |
| README.md | %!s(int64=3) %!d(string=hai) anos |
FlipperZero IFTTT Virtual Button is an application that allows you to send IFTTT requests from FlipperZero through an esp8266 module to automate some actions. If This Than That, which could translate to "if this happens, then make that happen". As the phrase says, it allows you to automate activities by connecting to different online services.
you will need: 1 ESP8266 (I recommend ESP01 for the size) and 2 buttons.

In this version you have to configure the sketch for ESP8266 manually, compile it and flash it. Edit IFTTMode.cpp file in FlipperZero-IFTTT_WiFi_Module directory and change in this line with your credential.
Change "triggername" and "keyID" with yours that you created before const char* resource = "https://maker.ifttt.com/trigger/triggername/json/with/key/keyID";
Enter the SSID and password of your WiFi connection const char *ssidIFTTT = "SSID"; const char *passwordIFTTT = "password";
COMPILE AND FLASH YOUR ESP8266!!!