|
|
@@ -6,7 +6,8 @@
|
|
|
</a>
|
|
|
</h3>
|
|
|
|
|
|
-FlipperZero IFTTT Virtual Button is an application that allows you to send IFTTT requests from FlipperZero through an esp8266 module.
|
|
|
+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.
|
|
|
|
|
|
# First you need to prepare an additional card.
|
|
|
you will need: 1 ESP8266 (I recommend ESP01 for the size) and 2 buttons.
|
|
|
@@ -14,3 +15,4 @@ you will need: 1 ESP8266 (I recommend ESP01 for the size) and 2 buttons.
|
|
|
<img src="https://github.com/Ferrazzi/FlipperZero_IFTTT_Virtual_Button/blob/main/Image/FlipperZero_IFTTT_Module.png" align="center" alt="fzCUSTOM" border="0">
|
|
|
|
|
|
# let's now move on to the configuration and operation
|
|
|
+- first we need to create an account on IFTTT if you don't have one. Go to https://ifttt.com/ and create one account.
|