Home uart

uart

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

Data Logger using STM32 and ESP8266

This tutorial will cover how to log the data from sensor to the cloud server (Thingspeak). We will use the ESP8266 with STM32...

Esp8266 WebServer using STM32 HAL

This tutorial will cover how to set up the stm32 webserver using ESP8266. We will control the LEDs connected to the STM32 using...

Managing Multiple UARTs in STM32

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

Interface SD CARD with SDIO in STM32

This tutorial will cover how to interface a SD card with STM32, using the SDIO peripheral...

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

SD card using SPI in STM32

This tutorial will cover how to interface the SD Card with STM32, using the SPI peripheral...

keypad

How to use 4×4 keypad with STM32

This tutorial will cover how to interface a 4x4 keypad with STM32. We will use the blocking mode to read the key data...