Home uart

uart

47 Articles

MODBUS PROTOCOL 101

Modbus has become a standard communications protocol in industries, and is now the most commonly available means of connecting...

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

Interface STONE HMI Display with Arduino

In this tutorial we will see how to interface the Stone HMI Display with ARDUINO. We will control a LED using the buttons...

ESP32 #1 || How to use UART || PART1

This tutorial will cover how to use the UART peripheral in ESP32 using the ESP-IDF. We will use the RX and TX Tasks...

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