Home uart

uart

47 Articles

AVR #3. How to Configure UART & Send Data

This tutorial covers how to configure UART in AVR MCU, and how to transmit a single byte or the entire string via the...

LVGL on STM32 || PART 4

In this LVGL tutorial we will send the UART and ADC data to the display, and retrieve the button states from the display...

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

AVR Tutorial #5. How to use ADC

This tutorial covers how to implement the ADC with the AVR MCU. We will use the ATtiny85 with the microchip studio to interface...

AVR Tutorial #4. Send Data via UART

This tutorial covers how to use the bit banging in the AVR MCU to send the datta as the UART data. I used...

Riverdi STM32 Display #3. Send data from UART to UI

This tutorial covers how to receive the data using UART in a Riverdi STM32 Display and how to print the data on the...

Interface STONE HMI Display with STM32

In this tutorial we will see how to interface the Stone HMI Display with STM32. We will control a LED connected to the...

How to Interface STONE HMI with ESP32

In this tutorial we will see how to interface the Stone HMI Display with ESP32 using the ESP-IDF. We will control a LED...

TouchGFX #8. Send data from GUI to MCU

This tutorial will cover how to retrieve the data from the TouchGFX GUI and send it back to the MCU, where it can...