Arduino

Communication between two Arduinos by Serial UART 5 (4)

In this tutorial, we will use two Arduino Uno to communicate with each other via Arduino UART (universal asynchronous receiver-transmitter) communication. This communication is a type of serial communication, also known as USART. This tutorial helps hardware and software engineers create a wired connection between the devices by using fewer wires. UART Introduction UART is a […]

Communication between two Arduinos by Serial UART 5 (4) Read More »

arduino-uno-calculator-featured-image

Arduino Uno Calculator: How to Create your DIY Calculator 0 (0)

In this tutorial, we will build our own calculator with Arduino, a 4×4 keypad and a 16×2 LCD display. The input will be given through the keypad (4×4 keypad) and the output will be displayed on the 16×2 LCD screen. This calculator will perform simple operations like Addition, Subtraction, Multiplication and Division with whole numbers.

Arduino Uno Calculator: How to Create your DIY Calculator 0 (0) Read More »

arduino-max7219-featured-image

MAX7219 LED Matrix with Arduino 3.5 (2)

In this tutorial, we will learn how to interface MAX7219 LED Dot matrix display with Arduino. We will familiarize you with the MAX7219 dot matrix display and program Arduino to show various demonstrations of displaying texts and symbols. To control the dot matrix with MAX7219 using Arduino and display different patterns/characters on the dot matrix.

MAX7219 LED Matrix with Arduino 3.5 (2) Read More »

×