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

    1. A NodeJS utility to registers the device on AWS IOT
    2. Downloads the security certificates
    3. Registers and validates the device license with BuildStorm cloud
    4. 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

    1. Implements MQTT connect, publish and subscribe functions on utilizing the vendor SDK in a non-blocking architecture
    2. 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

    1. Download firmware binaries with HTTP.
    2. Handle firmware updates on the device
    3. Report firmware update status and version to the cloud
    4. Safe roll back in case of OTA failure.

    Architecture

    Supported Modems

    Quectel

    • M66, M95
    • EG91, EG25
    • BG95, BG96
    • EC200U

    SIMCOM

    • SIM7600E
    • SIMA7670C

    Supported Controllers

    • ESP32
    • STM32

     

    Demos

     

    Try it out

    Esp32 IDF Cellular Azure

     

    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.