Home > Projects > Wifi - WLan Projects > Connecting Anduino to IFTTT

Connecting Anduino to IFTTT

Summary of Connecting Anduino to IFTTT


This project shows how to connect an Anduino WiFi shield-equipped Arduino to IFTTT via Adafruit IO using MQTT, enabling sensor data logging and remote control through IFTTT applets (for example logging temperature to Google Sheets or sending push notifications). It outlines the motivation, setup steps, and an example applet linking an Adafruit IO Temperature feed to Google Drive, and mentions available Arduino libraries for Anduino and Adafruit MQTT.

Parts used in the Connecting Anduino to IFTTT:

  • Arduino Due
  • Arduino Zero & Genuino Zero
  • Andium Anduino WiFi
  • Arduino IDE (software)
  • Adafruit IO (online service)
  • IFTTT Adafruit (IFTTT service integration)

Connect your anduinoWiFi to IFTTT. Control everything around you, or ‘let go’ and let random events in cyberspace control your surroundings!

Connecting Anduino to IFTTT

Things used in this project

Hardware components

Arduino Due
Arduino Due
× 1
Arduino Zero & Genuino Zero
Arduino Zero & Genuino Zero
× 1
Anduino WiFi
Andium Anduino WiFi
× 1

Software apps and online services

Arduino IDE
Arduino IDE
Adafruit IO
IFTTT Adafruit

Story

Code

Anduino

An Arduino library for the Andium(Anduino) shield. Transform your Arduino into an AndiumNode.

An Arduino library for the Andium(Anduino) shield. Transform your Arduino into an AndiumNode. — Read More

Adafruit MQTT

Arduino library for MQTT support

Arduino library for MQTT support — Read More

Quick Solutions to Questions related to Connecting Anduino to IFTTT:

  • What is the main goal of this project?
    To connect an Anduino WiFi equipped Arduino to IFTTT via Adafruit IO using MQTT so you can log data and control devices through IFTTT applets.
  • Which online service is used as a gateway to IFTTT?
    Adafruit IO is used as the gateway to IFTTT.
  • How do you trigger an IFTTT applet from the Arduino?
    Publish sensor data to an Adafruit IO feed via MQTT and use the Adafruit service on IFTTT with a trigger like Any new data on that feed.
  • What example applet is demonstrated in the article?
    Logging temperature readings from an Adafruit IO Temperature feed to a Google Sheets spreadsheet via Google Drive Add row to spreadsheet applet.
  • Do you need to pre-create the Google spreadsheet for the example?
    No, the applet will create a spreadsheet automatically (named adafruit_io_Temperature or as specified).
  • Can the system send push notifications to a phone?
    Yes, the example shows receiving a push notification when new data is published (requires the IFTTT mobile app).
  • Is bi-directional communication possible with this setup?
    Yes, the article states bi-directional communication is possible by subscribing to feed data using MQTT to actuate the Arduino.
  • Which libraries are referenced for code support?
    The Anduino Arduino library and the Adafruit_MQTT_Library are referenced.

About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter
Scroll to Top