The main aim of this tutorial is to teach you how to use a HC-SR501 PIR sensor with Arduino. To effectively use the sensor with Arduino, there are basic things you need to know about […]
Continue readingMore TagCategory: Arduino Tutorials
Want to learn all about Arduino tutorials? Here you’ll get all Arduino tutorial, Arduino prgramming tutorial, project ideas, projects for beginners, debugging and Arduino libraries.
If you’re a beginner, you’ll need to go through this first – Arduino Tutorial for Beginners – Learn What is Arduino
Robotic Gripper with Arduino and Potentiometer
In this tutorial, you will learn how to make a Robotic gripper with Arduino and a potentiometer. The robotic gripper is controlled with a potentiometer. We are making this robotic project with the Ettron Arduino […]
Continue readingMore TagTypes of Arduino boards, what is Arduino and uses of Arduino
In this tutorial, we shall learn the various types of Arduino boards, but before we delve into that, let’s talk a bit about the Arduino board. The Arduino board design was created in the first […]
Continue readingMore TagHow to make Bluetooth Controlled Car using Arduino and L293D
In this tutorial, you will learn how to make a Bluetooth controlled car using Arduino and LM293 motor driver. Previously, I made tutorial one and tutorial two on how to design a robotic arm with […]
Continue readingMore TagHow to make password based door lock system using Arduino
In this tutorial which comes with a video, we will discuss how to use the 4X4 matrix membrane keypad to design a password based door lock system with Arduino Uno, 4X4 matrix keypad, I2C, 16X2 […]
Continue readingMore TagHow to use 4X4 matrix keypad with Arduino
In this Arduino tutorial, I will teach you how to use a 4X4 matrix keypad/membrane keypad with Arduino. This keypad can be used in many smart applications in system automation and control. It can basically […]
Continue readingMore TagHOW TO MAKE A ROBOTIC ARM WITH ARDUINO
In this tutorial, I will show you how to make a robotic arm with Arduino that is controlled with knobs like a crane is being controlled by levers. Previously, I made a tutorial, where I […]
Continue readingMore TagHow To Make A Robotic Arm With Arduino and servo motors
In this tutorial, we shall discuss how to make a Robotic arm with Arduino using servo motors and some other easy to source parts. The type of robot we shall design is an articulated robotic […]
Continue readingMore TagHow To Use Servo Motor with Arduino
In this tutorial, we shall discuss how to use a servo motor with Arduino. In the previous tutorial, we discussed what a servo motor is, the parts of a servo motor and how a motor […]
Continue readingMore TagArduino Blink Without Delay() Explained
In this arduino tutorial, we shall discuss how to blink an LED without using the delay() function. Arduino program uses the delay() function to freeze the condition of a sketch running in an arduino at […]
Continue readingMore Tag