This tutorial will cover how to interface the SD Card with STM32, using the SPI peripheral…
Microcontroller Tutorials with Code from Scratch
Learn STM32, ESP32, and embedded systems by writing code from scratch using datasheets and reference manuals. All tutorials are tested on actual hardware to help you build reliable, real-world projects with full control and understanding.
What’s New in STM32
How to interface MPU6050 (GY-521) with STM32
This tutorial will cover how to interface the MPU6050 Accelerometer with STM32 using the I2C peripheral. We will display the results on the..
This tutorial will cover how to interface the LCD 20×4 using I2C with STM32 microcontroller…
STM32 TIMERS #2. How to Measure PWM Input
Today in this tutorial we will see how to use PWM input Mode to measure the frequency and duty of the input signal..
STM32 TIMERS #4. How to use the Input Capture
This tutorial will cover how to use the Input Capture mode of the STM32 Timers, to measure the frequency and width of the input signal…
HCSR04 Ultrasonic sensor and STM32
This tutorial will cover how to interface the HCSR04 Ultrasonic distance sensor with STM32…