In this tutorial we will see how to configure the STM32 as the Lin protocol master. We will also send the data in the Lin format and analyse..
Microcontroller Tutorials with Code from Scratch
Learn STM32, ESP32, and embedded systems by writing code from scratch using datasheets and reference manuals. All tutorials are tested on actual hardware to help you build reliable, real-world projects with full control and understanding.
What’s New in STM32
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 DS18B20 temp sensor…
STM32 UART #6 || Communication using Single Wire
This is the 6th tutorial in the STM32 UART Series. In this tutorial we will communicate between 2 STM32 MCUs using single Wire (half duplex).
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 to the..
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 Data of unknown size…
STM32 UART #4 || Receive Data using DMA
Learn how to configure STM32 UART with HAL and DMA (normal & circular modes) for efficient reception of large data packets and continuous streams.