STM32

stm32 tutorials

188 Articles

LCD 20X4 using I2C with STM32

This tutorial will cover how to interface the LCD 20x4 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...

HCSR04 Ultrasonic sensor and STM32

This tutorial will cover how to interface the HCSR04 Ultrasonic distance sensor with STM32...

keypad

How to use 4×4 keypad with STM32

This tutorial will cover how to interface a 4x4 keypad with STM32. We will use the blocking mode to read the key data...

How to interface DS18B20 with STM32

Interface DS18B20 Temperature sensor with STM32 using the microseconds delay generated using the Timer. The sensor uses one wire...

How to use the Internal RTC in STM32

This tutorial will cover how to use the inbuilt RTC of STM32. We will also see how to use the Alarm feature of...

How to use the SPI Peripheral in STM32

In this tutorial we will see how to use the SPI peripheral of STM32 to write and read the data from the ADXL345...

How to Interface Stepper motor with STM32

Interface the stepper motor 28BYJ-48 with STM32. The motor is connected via the driver ULN2003. We will use the Half Drive mode...