Home communication

communication

9 Articles

STM32 UART #10 || Lin Protocol PART 3

In this tutorial we will see how to STM32 as master and slave communicate with each other via the linbus. The master sends...

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 #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 #6. I2C Master PART 2 || comm. with Slave Device

This tutorial covers how to configure the AVR MCU as the I2C Master. We will transmit the data to the PCF8574 and control...

FDCAN in Normal Mode || STM32H7

This tutorial will cover how to implement the FDDCAN in Normal mode. I am going to use STM32H7 microcontroller..

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

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

USB CDC Device and HOST in STM32

This tutorial will cover how to implement USB CDC (Communication Device Class) in STM32 using both CDC Device, and CDC Host...