Devices: | PIC32 WFI32E | WFI32 | Trust&Go (ECC608) |
Features: | IFTTT | Secure Cloud Connectivity | Voice Control |
IFTTT is short for "If This Then That", which is a way to integrate different apps, devices, and services to work togehter.
This project is the extend of the WFI32-IOT OOB project and PIC32W1 Curisoity OOB project to make the board can be controlled through IFTTT platform.
This repository contains the guide and materials to set up an IFTTT action service to control WFI32-Iot Board or PIC32MZW1 Curiosity board. To do this, the WFI32-Iot Board or PIC32MZW1 Curiosity board need to connect to AWS Cloud. IFTTT Service send the action event to the endpoint device (WFI32-Iot Board or PIC32MZW1 Curiosity board) through the AWS Cloud. This guide show you how to create the IFTTT Service and IFTTT Applet, and how to configure the AWS Cloud to let IFTTT Service work with the cloud and control the WFI32-Iot Board or PIC32MZW1 Curiosity board.
Below video show a simply demo that using Google Assistance as the trigger, and the action is controlling WFI32 demo board's LED on/off. User can speak to Google Assistance to control the LED on/ off on the board. The trigger acutally can be a lot of differnet available service on the IFTTT platform like Alexa, Siri, Date and Time Service, IoT devices like Wemo light switch etc.
Below are other some examples of using IFTTT trigger to control the board:
- Use "Date and Time" Service to set the date and time to turn on/off the LED on the WFI32 demo board
- Use "Location" Service, turn on/off the board's LED on the demo board when you arrive home
- Use "Honeywell Home" Service, turn on/off the board's LED when the Honeywell camera detect motion
- Use "Siri" Serivce, User can speak to Siri to control the on/off of the board's LED
- Use "WeMo Humidifier" Serivce, Turn on/off of the board's LED when the humidifier detect the humidity level rises above threshold
Note: There is another IFTTT Demo in the Microchip Harmony framework. This project show about using WFI32-Iot Board or PIC32MZW1 Curiosity board to act as IFTTT trigger. User press a button on the board can trigger to send a message to the email through IFTTT service. You can visit this link if you have interest.
- WFI32E01 Module Product page, Datasheet, Software User Guide, Family Reference Manual
- WFI32-IoT Board
- PIC32WFI32E Curiosity Board
- WFI32-IOT OOB project
- PIC32W1 Curisoity OOB project
- Overview
- Connect WFI32-IoT / PIC32MZW1 Curiosity Board to AWS Cloud
- Device Registration System Setup
- IFTTT Service Related Setup
- Run Demo