UART

STM32 UART Tutorials

22 Articles

How to communicate between HC-12 using STM32

This tutorial will cover how to communicate between STM32 MCUs using the HC-12 Module. We will use the uart to send the data...

Send and Receive data from the WebServer using STM32

This tutorial will cover how to communicate with the webserver, created on STM32 using ESP8266. We will send some data from the computer..

Managing Multiple UARTs in STM32

This tutorial will cover how to manage the multiple uarts having circular buffer using the head and tail method...

Ring buffer using head and tail in STM32

THis tutorial will cover how to implement the UART ring buffer using Head and Tail in STM32 microcontroller...