This solution makes using Wi-Fi, BLE on ESP32 and 2G/4G on popular Quectel and SIMcom modems with AWS IoT easier. The goal of the solution is to allow products using cellular modems to seamlessly integrate with AWS IOT with additional option of using Wi-Fi on ESP32. The core library is built on ESP-IDF running two tasks, application and system. System task takes care of AWS IOT, Modem communication, OTA and logging. Application task is completely available for user application.

Features
AWS IOT Device Provisioning
The feature enables provisioning of devices with security certificates. This enables devices to communicate securely with AWS-IOT. The solution performs the following tasks
- Registers the device on AWS IOT
- Downloads the security certificates
- Registers and validates the device license with BuildStorm cloud
AWS IOT MQTT Data Ingest
The feature enables logging application data to AWS IOT cloud with MQTT. The solution performs the following tasks
- Implements MQTT connect, publish and subscribe functions on utilizing the vendor SDK in a non-blocking architecture
- Provides easy to use C library for application to log data to the cloud.
AWS IOT OTA
The feature enables updating the device firmware implementing the following AWS IOT features
- Download firmware binaries with HTTP.
- Handle firmware updates on the device
- Report firmware update status and version to the cloud
- Safe roll back in case of OTA failure.
Architecture

Supported Modems
Quectel
- Quectel M66 — GSM/GPRS module
- Quectel M95 — GSM/GPRS module
- Quectel EG91 — GSM/GPRS module- 4G
- Quectel EG25 — GSM/GPRS module- 4G
- Quectel BG95 — TE Cat M1/Cat NB2/EGPRS
- Quectel BG96 — M1/Cat NB1/EGPRS
Supported AWS IoT Features
The solution provides support for the following core features. The firmware features are built by utilizing the AT commands provided by the modules.
- AWS IoT MQTT Data Logging
- AWS Device Provisioning
- AWS Jobs
- Shadow Updates
- Over the Air (OTA) Updates
Demos
Video will be included soon.
Try it out
Install and start using our solutions on [AWS IoT marketplace.]