/aws-edukit-example

Example baseline for prototyping with the Core2 AWS IoT EduKit.

Primary LanguageC

AWS EduKit Example

Based on Core2-for-AWS-IoT-EduKit and AWS IoT EduKit Workshop.

AWS IoT EduKit

Prerequisites

Install v4.2 of esp-idf.

$ > brew install cmake ninja dfu-util

$ > mkdir $HOME/esp
$ > cd $HOME/esp

$ > git clone -b release/v4.2 --recursive https://github.com/espressif/esp-idf.git
$ > cd esp-idf

$ > $HOME/esp/esp-idf/install.sh

Configuration

# Configure esp-idf
$ > . $HOME/esp/esp-idf/export.sh

# Configure WiFi settings in "AWS Configuration" ( use "s" to save and "q" to quit )
$ > idf.py menuconfig

Build

# Compile software
$ > idf.py build

Flash

# Load software to Core2 and start monitor
$ > idf.py flash monitor

Hints

Use control + ] to quit monitor.