Home stm32l

stm32l

86 Articles

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

How to Interface DHT11 sensor with STM32

How to interface DHT11 Temperature and Humidity sensor with STM32. We will use the timer to generate the delay in microseconds...

How to Interface Servo motor with STM32

How to interface a regular servo motor with STM32. We will use the PWM signal to vary the angular displacement of the motor...

pwm

STM32 TIMERS #1. How to Generate PWM Output

This tutorial will cover how to generate a PWM (pulse width Modulation) waveform using the Timer in STM32. We will use the HAL...

How to interface LCD1602 (I2C) with STM32

How to interface LCD1602 via I2C with STM32. The module PCF8574 is connected at the back of the LCD and it reduces the..