The goal of the solution is to allow products using cellular modems to seamlessly integrate with AWS IOT. The solution provides firmware integration for popular Quectel and SIMcom 2G/3G/4G cellular modems. The firmware resides on the main MCU, be it STM32 or any other micro-controller with a Serial Port (UART) support. Software is built on FreeRTOS kernel 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
- A NodeJS utility to registers the device on AWS IOT
- Downloads the security certificates
- Registers and validates the device license with BuildStorm cloud
- Transfers certificates to the device over serial port.
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
Demos
Try it out
Quectel M66 M95 BG95 BG96 & EG91 AWS IOT Integration
Licensing and Custom Solutions
If you’re looking for a customized solution, reach out at hello@buildstorm.com
You may also schedule a demo here.