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...

ESP32 on AWS IoT Platform

The firmware solution offers integration of IoT core features on ESP32 Hardware. It cover integration from basic IOT drivers to advanced features like OTA and provisioning. Building a solid foundation for your next IoT application, giving a 3 month head-start on...

HVAC monitoring with ESP32 On AWS IOT

The HVAC IoT solution from BuildStorm enables monitoring HVAC solutions for energy consumption, operational efficiency and asset performance. The solution provides end-to-end monitoring for individual and clustered HVAC systems. It uses industry leading sensing and...

C naming conventions and style guide for embedded firmware project

by Sandeep Patil | March 29, 2021 Naming conventions for embedded C projects help in several ways. They enable code to be written consistently by everyone on the team. Implementing new functionality is simply following the pattern. Reading code becomes easier as...