4 comments on “ESP8266 + IFTTT

  1. Hello thanks for the tutorial, it’s great but i’m trying make some like this but i have problems in this part:

    “AT+CIPSEND=0,116\r\nGET /trigger/arduino-temp/with/key/**** HTTP/1.1\r\nHost: maker.ifttt.com\r\n\r\n”

    arduino say me: error
    i’m using arduino IDE terminal
    can you say me what is wrong please
    Thanks!!

  2. The Arduino IDE inserts a “\r\n” after every time you hit send. It also does not recognize what are called escape characters or sequences starting with “\”.

    For the Arduino IDE, you would have to hit send every time you want a \r\n inserted. For example, You would type AT+CIPSEND=0,116GET … Where is when you hit the send button (or return on the keyboard).

    Also wanted to note: for safety, I wouldn’t show anyone your ifttt key as another person can use it to mess with your triggers and such.

    Hope this helps,
    Jake

  3. thanks a lot for your tutorial,

    I looked since a long time for something like this

    now i can go to the next step with my pic16f877a to send at command to my esp8266.

    I’ll want to learn how to program directly esp someday,do you have any tutorial for it?

    Francis

Leave a reply to francis gauvin Cancel reply