Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 2.11 KB

File metadata and controls

37 lines (25 loc) · 2.11 KB

2. Connect WFI32-IoT board/ WFI32E Curiosity board to AWS Cloud

Back to Main page

To work with IFTTT action, the WFI32-IoT board/ WFI32E Curiosity board need to connect to AWS IoT Cloud. This Chapter show the steps to connect your board to the AWS IoT Cloud.

Contents

  1. Connect WFI32-IoT board to AWS
  2. Connect WFI32E Curiosity board to AWS

2.1 Connect WFI32-IoT board to AWS

You can use WFI32-IoT OOB project code (link) to connect the board to AWS IoT.
This project is connected to the Microchip AWS account by default.
To make it work with IFTTT, you need to create your AWS account and connect the board to your AWS account. We have a guide to show the steps to connect the board to your AWS account.

Below are the steps:

  1. Download the WFI32-IoT OOB project code (link)
  2. Use MPLABX to compile the code and download to the board
  3. Follow the guide, chapter 7 (link) to connect the board to your AWS account

2.2 Connect WFI32E Curiosity board to AWS

You can use PIC32MZW1 Curiosity OOB project code (link) to connect the board to AWS IoT.
This project is connected to the Microchip AWS account by default.
To make it work with IFTTT, you need to create your AWS account and connect the board to your AWS account. We have a guide to show the steps to connect the board to your AWS account.

Below are the steps:

  1. Download the PIC32MZW1 Curiosity OOB project code (link)
  2. Use MPLABX to compile the code and download to the board
  3. Follow the REAMD.md of the PIC32MZW1 Curiosity OOB project, Section Connecting to Your Cloud Instance to connect the board to your AWS account

Back to Main page