UART

STM32 UART Tutorials

22 Articles

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

STM32 Communication using HC-05

This tutorial covers the setup of HC-05 in the master and slave modes. Also how STM32 controllers can communicate with each other using...

TouchGFX #5. Data from UART to UI

This tutorials covers how to display the data, received from the UART, to the UI in STM32 using the touchGFX...

RS485 Module and STM32

How to interface the RS485 to TTL converter module with STM32. I am going to use F103 and F446, which are connected via...

GPS (Neo 6M) with STM32

The GPS module Transmits the data via the UART in the NMEA format. We will see how to decode it and extract the...

Multiple DS18B20 sensors using UART

This tutorial will cover how to interface DS18B20 sensor with STM32, but using the UART. Also we will see the working of the...

How to Setup DMA using Registers

This tutorial of the STM32 Register series will cover how to setup the DMA. We will configure the DMA for the UART peripheral...

How to Setup UART using Registers in STM32

In this tutorial of the STM32 Register series, we will see how to configure the UART using Registers. We will transmit some data...

Send and Receive data to PC without UART (STM32 USB COM)

This tutorial will cover how can we use the STM32 USB to send and receive data from the computer, just like we did...