Home stm32l

stm32l

86 Articles

Interface Passive Buzzer with STM32

This tutorial will cover how to interface the passive buzzer with STM32 and how to play a melody containing tones of different frequencies...

Display Clock on TM1637

This tutorial will cover how to display the clock on the TM1637 seven segment display using the internal RTC of STM32F103C8 MCU...

Interface 7 segment display with STM32 || TM1637

This tutorial covers how to connect the TM1637 seven segment display with STM32 and how to print the basic numbers on the display..

LVGL on STM32 || PART7 || Load LVGL from Ext Flash

This tutorial for LVGL on STM32 covers how to run the LVGL application from the External flash memory, W25Q connected via the QSPI...

LVGL on STM32 || PART 6

This tutorial is the PART6 of the STM32 LVGL series. We will see how to store the assets into the external Flash mem...

STM32 UART #7 || 1-Wire Protocol

This is the 7th tutorial in the STM32 UART Series. In this tutorial we will use the one wire protocol to interface the...

Interface I2C-LCD1602 (AIP31068) with STM32

This tutorial covers how to interface the AIP31068 based Builtin I2C LCD display with STM32. The display needs only 4 pins to connect...

STM32 UART #5 || Receive Data using IDLE LINE

This is the 5th tutorial in the STM32 UART Series. In this tutorial we will use the IDLE Line detection to receive the...

STM32 UART #4 || Receive Data using DMA

This is the 4th tutorial in the STM32 UART Series. In this tutorial we will use the DMA to receive the data in...