Serial Communication

Serial Communication between STM32F103C8 and Arduino UNO using RS-485 Serial Communication Between STM32F103C8 and Arduino UNO using RS-485

The communication protocols are the integral part of a digital electronics and embedded system. Wherever there is interfacing…

RS-485 Serial Communication between Raspberry Pi and Arduino Uno RS-485 Serial Communication between Raspberry Pi and Arduino Uno

Choosing a communication protocol for communication between microcontrollers and peripheral devices is an important part of…

RS485 Serial Communication between Arduino Uno and Arduino Nano RS485 Serial Communication between Arduino Uno and Arduino Nano

Choosing a communication protocol for communication between microcontrollers and peripheral devices is an important part of…

How to use SPI Communication in STM32 Microcontroller How to Use SPI Communication in STM32 Microcontroller

In our previous tutorials, we have learned about SPI and I2C communication between two Arduino boards. In this tutorial we will…

How to use SPI in Arduino: Communication between two Arduino Boards How to use SPI (Serial Peripheral Interface) in Arduino to Communication between two Arduino Boards

A Microcontroller uses many different protocols to communicate with various sensors and modules. There are many different types…

How to use Bluetooth with MATLAB for Wireless Communication How to use Bluetooth with MATLAB for Wireless Communication

Bluetooth is the simplest and most popular protocol for short range wireless communication in embedded systems. Bluetooth is…

Serial Communication between MATLAB and Arduino Serial Communication between MATLAB and Arduino

MATLAB is versatile software that can be used for wide variety of applications. In previous tutorials of MATLAB, we have…

RS232 serial communication RS232 Serial Communication Protocol: Basics, Working & Specifications

One of the oldest, yet popular communication protocol that is used in industries and commercial products is the RS232…

UART Communication between ATmega8 and Arduino Uno How to establish UART communication between ATmega8 and Arduino Uno?

Here we are going to establish a communication between an ATmega8 microcontroller and Arduino Uno. The communication…

UART Communication Between Two ATmega8 Microcontrollers UART Communication Between Two ATmega8 Microcontrollers

In this tutorial we are going to establish a serial communication between two ATMEGA8 microcontrollers. The communication…