Designing a BMS with STM32

Designing a Battery Management System (BMS) with STM32 involves defining the BMS requirements, choosing the appropriate microcontroller, designing the hardware, writing the firmware, testing, debugging, and deploying the BMS. This article provides a step-by-step guide to designing a BMS with STM32 and covers topics such as voltage sensing, current sensing, Read more

STM32 Bluetooth Low Energy & its application

Discover the wide range of applications for STM32 Bluetooth Low Energy, including wearables, home automation, industrial automation, and healthcare. STM32 Bluetooth Low Energy offers a flexible and powerful platform for IoT device manufacturers, with low power consumption, high-performance computing, and support for multiple Bluetooth profiles. Learn more about the potential Read more

How to interface EEPROM with STM32

Learn how to interface an external Electrically Erasable Programmable Read-Only Memory (EEPROM) with STM32 microcontrollers using the built-in EEPROM peripheral. Explore various EEPROM features and see an example code for easy understanding. Electrically erasable programmable read-only memory (EEPROM) is a type of non-volatile memory that allows users to store data Read more