Home STM32

STM32

188 Articles

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 Interface ADXL345 (I2C) with STM32

Interface the ADXL345 Accelerometer, connected via the I2C, with STM32. We will display the results on the oled display, which is also...

oled

How to Interface SSD1306 OLED with STM32

How to interface the 0.96" SSD1306 Oled display with STM32. The Display is connected via the I2C and we will use the HAL...

How to interface DHT22 sensor with STM32

This tutorial will cover how to interface the DHT22 Temperature and Humidity sensor with STM32. We will use the timer to generate...

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