Serial Communication

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…

Introduction to Bit Banging: SPI communication in Arduino via Bit Banging Introduction to Bit Banging: SPI communication via Bit Banging

Communication Interfaces are one of the factors that are considered when selecting a microcontroller to be used for a project.…

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

RS232 Communication Protocol represents one of the most successful and enduring standards in electronics history.…

Iot based garbage monitoring system using arduino & ESP8266 IOT Based Garbage Monitoring using Arduino & ESP8266

In this DIY, we are going to make an IOT based smart garbage alert system using Arduino uno that will tell us that whether the…

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…

Distance Measurement using Arduino & Ultrasonic Sensor Distance Measurement using Ultrasonic Sensor and Arduino

Ultrasonic sensors are great tools to measure distance and detect objects without any actual contact with the physical…