Home uart

uart

47 Articles

ESP32 #2 || How to use UART || PART2

This tutorial will cover how to use the UART peripheral in ESP32 using the ESP-IDF to receive the command and control the LED...

STM32 UART #9 || Lin Protocol PART 2

In this tutorial we will see how to use the Lin Transceivers to communicate between 2 STM32 MCUs, the master and the slave....

STM32 UART #8 || Lin Protocol PART 1

In this tutorial we will see how to configure the STM32 as the Lin protocol master. We will also send the data in...

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

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

STM32 UART #3 || Receive Data in Blocking & Interrupt mode

This is the 3rd tutorial in the STM32 UART series. Today will learn How to receive the data via the UART using Blocking...

STM32 UART #2 || use Interrupt & DMA to Transmit Data

This is the 2nd tutorial in the STM32 UART series. In this tutorial we will learn why and how to use the Interrupt...

STM32 UART #1 || Configure UART & Transmit Data

This is the first tutorial in the STM32 UART Series. Today we will cover how to configure the different parameters of the peripheral...

AVR #4. How to receive data via UART || Interrupt

This tutorial covers how to configure UART in AVR MCU, and how to receive the data via the uart using the interrupt..