74HC595 Shift Register Interfacing with Arduino
74HC595 IC is a 16-pin shift register IC consisting of a D-type latch along with a shift register inside the chip. It receives serial input data and then sends out …
Learn Arduino programming by creating 150+ Arduino tutorials and projects with step by step instructions and example sketches in Arduino IDE
74HC595 IC is a 16-pin shift register IC consisting of a D-type latch along with a shift register inside the chip. It receives serial input data and then sends out …
Nokia5110 LCD screen is a simple black and white screen but it was the best display for mobile in its time. The usage of the screen was mostly in the …
PN532 is a simple NFC RFID Arduino based module. This module is a little different from the other RFIC modules and devices because of its functionality. PN532 functions describe modern …
HM-10 Bluetooth Module is the cheapest Bluetooth with 4.0 technology. The module comes in multiple communication methods but the only thing that makes it different from others is its latest …
In this article, you will learn how to design PID controller using Arduino. PID controller can implemented using both analog and digital electronics. But in this tutorial, you will see …
In this tutorial, you will learn how to use Arduino interrupts. First, we will see what are Arduino interrupts? After that we will see the general concepts of interrupts. We …
This article is about how to easily and massively expand digital outputs by using the 74HC595N shift register with Arduino Uno or Arduino Mega. Sometimes, in many electrical and embedded …
In this tutorial, you will learn how to use the AnalogRead function of Arduino. If you are working on a project, where you need to measure the analog voltage or …
Soft starter for 3 phase induction motor using Arduino, this project is designed to make start of three phase induction motor smooth and it avoids motor speed to reach its …
We all are well familiar with Arduino board family. It’s a huge family of development boards which is useful from simple to complex projects. All these boards have some specifications …