In this tutorial, you will learn how to interface the PIR motion sensor with Arduino. It allows you to detect motion. This is the type of sensors that are used to detect if a human … Read more
arduino uno
In this project, I will show you how to generate an LED pattern with push-button using an Arduino. This project is an advancement of simple Led to multiple LEDs with Arduino and a push-button which … Read more
LED Pattern with Push button using Arduino
In this tutorial, we will learn how to interface an Analog joystick module with Arduino. The analog joystick module is similar to two potentiometers connected together, one is for vertical movement (Y-axis), the other is … Read more
Analog Joystick with Arduino – Tutorial
Today we will show you how to make a Home Automation System using Arduino microcontroller. Through this system, you can control your home appliances with your cellphone by downloading a simple Android App on them. … Read more
Home Automation Using Arduino Microcontroller
Here in this tutorial, we will learn how to interface a relay module with an Arduino. This project is a very important application of an Arduino. As here we will discuss to control the switching … Read more
Setting Up 5v Relay Module with Arduino
HC–SR04 is very popular Ultrasonic Sensor it emits Ultrasonic Waves (above 20Khz frequency) OR Sound Waves to determine the distance of an object placed in front of the ultrasonic sensor this transmitted wave bounce back … Read more
How to Interface Ultrasonic Sensor HC-SR04 with Arduino
Blinking an LED with Arduino is one of the cool & basic Arduino tutorials for beginners you can say its a “Hello World” program of any programming language this tutorial is really easy to make … Read more
How to Blink an LED with Arduino | Arduino Tutorial
Would you like to learn how to interface a seven-segment display with an Arduino?. In this tutorial, we are going to interface a 7 segment display to Arduino UNO. The display counts from 0-9 and … Read more
How To Use Seven Segment Display With Arduino – Up Counter
The Arduino SD card module is especially useful for projects & tutorials that require data logging. The Arduino can create a file in an SD card to write and save data using the SD library. So … Read more
How to Read and Write Data in Arduino SD Card
Infrared Proximity Sensors can be used for different types of applications like obstacle sensing, color detection, fire detection, line sensing, etc, and also as an encoder sensor. The sensor provides a digital output of 5v … Read more
Interfacing Infrared (IR) Proximity Sensor with Arduino
The ttp223b is a capacitive touch sensor module and the sensor driver is based on the driver IC TTP223. This capacitive touch sensor is an ideal alternative for old-fashioned keypads and buttons. The operating voltage of the … Read more
How to interface Capacitive Touch (ttp223b) Sensor with Arduino
Arduino Vibration Sensor (SW-420) is a high sensitivity non-directional vibration sensor. When the module is stable, the circuit is turned ON and the output is high. When the movement or vibration occurs, the circuit will … Read more