by Joseph S | Jan 25, 2024 | blog
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...
by Sandeep Chathala | Dec 28, 2023 | blog
OTA (Over-The-Air) updates are a critical component of any IoT deployment, allowing organizations to remotely update device firmware and software without the need for physical access to each device. In the context of ThingsBoard, OTA functionality is seamlessly...
by Sandeep Chathala | Dec 28, 2023 | blog
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...
by Sandeep Chathala | Dec 27, 2023 | solutions
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...
by Saheblal Bagwan | Aug 8, 2022 | blog
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...
by Venu | Feb 25, 2022 | Uncategorized
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...
by Amruta | Sep 7, 2021 | solutions
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...
by Saheblal Bagwan | Aug 20, 2021 | solutions
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...
by Saheblal Bagwan | Aug 20, 2021 | blog
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...
by Saheblal Bagwan | Aug 13, 2021 | blog
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...