hi, i am using arduino nano with esp8266 as a wifi module (hardware serial). i want to use ifttt to turn on and off the Switch V1 ON/. IFTTT works fine if i use the esp8266-12E(standalone) but not with the arduino nano. i am using maker Webhook. i want to take advantage or arduino’s greater number of GPIO.
i have tried the following url’s in the web request.
1.http://188. 166.206.43/AUTH/update/v1
2.http://188. 166.206.43/AUTH/pin/v1
3.http://blynk-cloud.com/AUTH/update/v1
4.http://188. 166.206.43/AUTH/update/v1
method
PUT
content type
application/json
BODY
[“0”] and [“1”] (tried both of them)
there must be a work around as the blynk home screen android widget uses http.
even the third party app (https://play.google.com/store/apps/details?id=com.octane.blynkbuttonone&hl=en)
works perfectly and it also uses http,
i would like you all to help me to fink a workaround for this problem