Home serial

serial

25 Articles

STM32 UART #6 || Communication using Single Wire

This is the 6th tutorial in the STM32 UART Series. In this tutorial we will communicate between 2 STM32 MCUs using single Wire...

STM32 UART #4 || Receive Data using DMA

This is the 4th tutorial in the STM32 UART Series. In this tutorial we will use the DMA to receive the data in...

STM32 UART #2 || use Interrupt & DMA to Transmit Data

This is the 2nd tutorial in the STM32 UART series. In this tutorial we will learn why and how to use the Interrupt...

STM32 UART #1 || Configure UART & Transmit Data

This is the first tutorial in the STM32 UART Series. Today we will cover how to configure the different parameters of the peripheral...

AVR #5. I2C Master PART 1 || Configuration

This tutorial covers how to configure the AVR MCU as the I2C Master. We will also transmit the data to the slave device...

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

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

W25Q Flash Series || Part 6 || Integers floats and 32bit Data

This tutorial will cover how to write/Read number and 32bit data in the W25Q flash.

W25Q Flash Series || Part 4 || How to Program Pages

This is the 4th tutorial in the series covering W25Q Flash memories. Today we will cover how to program a page or number...