Home send

send

22 Articles

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

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

TouchGFX #3. Sending data to UI || MVP

This tutorial covers how to send the data from MCU to the UI in touchGFX. The data is sampled in the gui task...

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

CAN Protocol in STM32

This tutorial will cover the Basic Can protocol in STM32. Here we will see, how to communicate between two STM32 devices using the...

SPI using Registers in STM32

This tutorial will cover how to use SPI using Registers in STM32. We will see how can we send and receive data in...

Interface WS2812 with STM32

In this tutorial, we will interface the WS2812/B LED with STM32. I am going to use PWM with DMA to send the data...

PWM with DMA in STM32

This tutorial will cover how to use the Timer to generate the PWM(Pulse Width Modulation) wave in STM32. We will use the PWM...

STM32 I2C Configuration using Registers

This tutorial will cover both transmission and reception using the I2C and the configuration will remain common in both the processes.