arduino

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…

Interfacing XBee Module with Arduino XBee Module Interfacing with Arduino

In previous tutorials we have learned about ZigBee protocol and its architecture, and also learned about…

Arduino Interrupts Tutorial Arduino Interrupts Tutorial

Consider a fast-moving car, if it suddenly gets hit by another car in opposite direction, the first thing that happens is that…

Arduino unveils the Arduino IoT Cloud Arduino unveils the Arduino IoT Cloud

Arduino announced the introduction of an IoT Cloud as part of its professional IoT strategy. Targeted at developers,…

Interfacing MCP4725 12-Bit Digital-to-Analog Converter with Arduino Arduino DAC Tutorial: Interfacing MCP4725 12-Bit Digital-to-Analog Converter with Arduino

We all know that the Microcontrollers work only with digital values but in real world we have to deal with analog signals. That…

Digital Taxi Fare Meter using Arduino Digital Taxi Fare Meter using Arduino

Today digital meters are replacing analog meters in every sector whether its electricity meter or taxi fare meter. The main…

Medicine Reminder Using Arduino Automatic Medicine Reminder Using Arduino

When it comes to our loved ones, we always want to stay them healthy and fit. But what will happen if they get ill and forget…

Speed, Distance and Angle Measurement for Mobile Robots using Arduino and LM393 Sensor (H206) Speed, Distance and Angle Measurement for Mobile Robots using Arduino and LM393 Speed Sensor (H206)

Robots have slowly started to crawl into our society to make our life simpler. We can already find the six wheeled food…

How to use I2C Communication in STM32 Microcontroller How to use I2C 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…