Home stm32f7

stm32f7

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

How to Generate Microseconds delay in STM32

How to generate Delays in micro and NanoSeconds in STM32 using HAL. We will use one of the timers to generate these delays..

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