How to interface SHT31 with STM32

Learn how to interface the SHT31 sensor with the STM32 microcontroller in this informative article. Discover the necessary code to integrate the SHT31 sensor and STM32, and create innovative solutions for a variety of applications using the accurate and reliable data provided by the SHT31 sensor. About SHT31 sensor: There 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

Internal Temperature of STM32

Sometimes, we need to measure or check the internal temperature of the microcontrollers for safety reasons. So, in this article, I’ll cover how to measure the Internal Temperature of STM32 microcontrollers using the STM32CubeIDE compiler. So let’s begin. Why need to measure Internal Temperature? The answer is simple, for safety. Read more