Skip to main content

Announcing AWS IoT Reference Example for ESP32-C3

·4 mins·
Table of Contents

We had announced the availability of AWS IoT LTS libraries for ESP32 in beta in esp-aws-iot repository in August, 2021. Since then, many of our customers and independent developers have been using these libraries that we have ported and writing applications based on the examples.

This beta release of the AWS LTS libraries provided individual examples showcasing usage of a particular AWS IoT related service. It had the following structure:

We are pleased to announce the stable release of esp-aws-iot on GitHub and a reference example for the ESP32-C3 developed in collaboration with the AWS team. The combination of these repositories provides a production-ready starting point for making applications that connect to AWS IoT Core using esp-aws-iot.

The main features of this release are listed below:

1. Closer to Production Example
#

While the standalone examples provided a clear path to use a particular LTS library, it was challenging to build a production application based only on the standalone examples. To address this, we have now made available a reference example for the ESP32-C3 that provides a better starting point. The reference example is built from the ground up to provide a reliable application that can handle and recover from real world cases like MQTT-level disconnections or Wi-Fi disconnections.

It also comes baked in with Espressif’s Unified Provisioning that allows you to use our phone apps (available in open source format for Android and iOS and on the Google Play Store and Apple App Store) for providing the Wi-Fi credentials to the device and can be easily extended to send additional information.

A major goal while designing the reference example, was to allow extensibility and cover a vast majority of real-world scenarios and considerations.

2. Security Best Practices
#

One of the important highlights of the reference example is that it is designed with security best practices in mind and provides a comprehensive guide for following them in production use-cases.

It makes use of the Digital Signature Peripheral on the ESP32-C3, which provides a hardware root-of-trust and secure storage for certificates. This ensures that the device identity remains protected using hardware security.

Additionally, the guide provides steps for production security considerations like enabling Flash Encryption and Secure Boot which are now de-facto features in any secure connected device.

3. Combination of AWS Libraries and Features
#

Most of the real world scenarios use not one, but a combination of the AWS LTS libraries. To facilitate these use-cases, the reference example integrates various libraries, like coreMQTT, coreJSON and AWS OTA.

The reference example has three integrated functionalities:1. ota_over_mqtt_demo : This demo uses the AWS IoT OTA service for FreeRTOS to configure and create OTA updates.2. sub_pub_unsub_demo : The demo creates tasks which subscribe to a topic on AWS IoT Core, publish a constant string to the same topic, receive their publish, and then unsubscribes from the topic in a loop.3. temp_sub_pub_and_led_control_demo : This demo creates a task which subscribes to a topic on AWS IoT Core. This task then reads the temperature from the onboard temperature sensor, publishes this information in JSON format to the same topic, and then receives this publish in a loop. This demo also enables a user to send a JSON packet back to the device to turn an LED off or on.

It is simple to extend the reference example, by adding your own application logic or modifying one of the existing ones to suit your needs.

4. Libraries as Individual IDF Components
#

As a side-effect of the restructuring of esp-aws-iot SDK in this context, we now provide ability to use each AWS LTS library as a standalone ESP-IDF component that can easily be added to any example. Each library comes with its own port layer and configuration that is easy to manage for the application.

Getting Started
#

esp-aws-iot is currently supported to work on ESP-IDF v4.3 and v4.4 release branches, you can find the steps to install and setup ESP-IDF here.You can find the stable release of esp-aws-iot here and the Getting Started Guide for the reference example for the ESP32-C3 here.

We hope that the stable release of the esp-aws-iot repo together with the reference example simplifies and speeds up the development of your applications that connect to AWS IoT Core.

We will make the reference example available for other SoCs shortly.

If you run into any problems, you can file an issue on the respective repos.

Related

Presenting the Advantages of ESP32-S3-BOX, Espressif’s AI Voice Development Kit
·6 mins
Sign up Sign in ESP32-S3 Espressif Ai Voice Assistant IoT Follow
Espressif Systems has recently released an AI voice development kit dubbed ESP32-S3-BOX, based on ESP32-S3 Wi-Fi + Bluetooth 5 (LE) SoC.
Releasing LTS of AWS IoT Device SDK for Embedded C on ESP32
·4 mins
Esp32 Aws Iot Embedded Systems Aws Iot Core Espressif
Since 2017, Espressif SoCs have been capable of connecting to the AWS IoT Core and related services.
April 2022
·3 mins
Instagram Newsletter Esp32 IoT
Hi everyone, As many of you may have already heard, Shanghai is currently undergoing a major lockdown due to COVID-19.