AWS IoT Mobile App User Guide

1.Installation This Android application serves as a demonstration for the fundamental features of the BuildStorm ESP32 IoT Platform. Install the app on your Android device using the supplied APK file. Upon the initial launch of the mobile application, you will be...
ThingsBoard IoT Device Provisioning Setup

ThingsBoard IoT Device Provisioning Setup

Device provisioning is the process of registering and configuring devices onto an IoT platform or network to enable them to securely communicate and interact with the cloud or other connected devices. This involves assigning unique identifiers, credentials, and...
ThingsBoard IoT Platform

ThingsBoard IoT Platform

The Buildstorm platform seamlessly integrates ThingsBoard IoT features onto ESP32 hardware, offering a comprehensive suite of capabilities. This includes basic Pub/Sub functionality and advanced features like device provisioning and OTA (Over-The-Air) updates from...

Automotive Bootloader (FBL)

A bootloader is a piece of code that allows the re-programming of application software without using a debugger. An automotive bootloader does exactly the same thing but in a different way. Flash Bootloader (FBL) is the alternate name and is most commonly used in the...

Testing code snippet module

1. Embedding Gist h pic16f877a_timer0.c 2. Gist with custom css 3. Using Divi code snippet with custom css   C Code extern const uint8_t aws_root_ca_pem_start[] asm(“_binary_aws_root_ca_pem_start”); extern const uint8_t...
Cellular IoT Solution

Cellular IoT Solution

Simplify your IoT product deployments with this solution! It offers preconfigured firmware integration for popular QUECTEL and SIMCOM 2G/3G/4G cellular modems, guaranteeing swift connectivity for your products. This platform’s compatibility for cellular networks...
STM32 : Bootloader Library

STM32 : Bootloader Library

This bootloader solution allows you to update firmware on STM32 MCUs. It accepts data from serial ports and updates the firmware on the internal flash. The internal flash also has sector allocated to store application specific data. The solution can be customized to...
STM32 : Getting Started with Bootloader Library

STM32 : Getting Started with Bootloader Library

This bootloader solution allows you to update firmware on STM32 MCUs. It accepts data from serial ports and updates the firmware on the internal flash. The internal flash also has sector allocated to store application specific data. The solution can be customized to...

ESP32 AWS IoT Shadow Updates

Overview This library is specifically built for ESP32. Utilizes ESP-IDF as basis and is part of BuildStorm ESP32 product framework for ESP32. The goal of is to allow optimized integration of AWS IoT features for ESP32. Documentation The documentation of the library...