Serial Communication

Interfacing MCP2515 CAN BUS Module with Arduino Arduino CAN Tutorial - Interfacing MCP2515 CAN BUS Module with Arduino

Today any average car consists of around 60 to 100 sensor units in it for sensing and exchanging information. With car…

RS-485 MODBUS Serial Communication with Arduino as Master RS-485 MODBUS Serial Communication with Arduino as Master

In the previous tutorial we learned about Modbus RS-485 Serial Communication with Arduino as Slave. In continuation with that…

Serial Communication Protocols Serial Communication Protocols

Before starting with Serial Communication Protocols, let’s break down the terminology into three parts. Communication is a very…

RS-485 MODBUS Serial Communication using Arduino UNO as Slave RS-485 MODBUS Serial Communication using Arduino UNO as Slave

Modbus is a Serial Communication protocol which was discovered by Modicon in 1979 and it is used for transmitting data over…

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…

How to Use OV7670 Camera Module with Arduino​ How to Use OV7670 Camera Module with Arduino​

The OV7670 camera module with Arduino programming has always dominated the electronics industry, as it has lots of applications…

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…

Arduino I2C Tutorial: Communication between two Arduino Boards How to use I2C in Arduino: Communication between two Arduino Boards

In our previous tutorial learned about SPI communication in Arduino. Today we will learn about another Serial Communication…