In this video, we'll understand the basics of servo motors, and see how to connect a servo motor with Arduino Uno, to control the servo motor movements. we will also break inside the servo to check its different parts and its working.
Read more »Arduino Servo Motor Control
Category: Arduino Tags:
- Login to post comments
How to make an Arduino based Multimeter
A multimeter is a must-have tool in your arsenal when it comes to creating or developing electrical circuits. Without it, executing a job will be extremely tough. So, in this video, we chose to create a low-cost digital multimeter using Arduino and other basic components.
Read more »- Login to post comments
Arduino IR Sensor Module Tutorial
An infrared proximity sensor or IR Sensor is an electronic device that emits infrared lights to sense some aspect of the surroundings and can be employed to detect the motion of an object. As this is a passive sensor, it can only measure infrared radiation.
Read more »- Login to post comments
Different Types of Arduino Boards
This tutorial is focused on bringing out all the different types of Arduino development boards and doing a quick comparison of their features and applications so that you will be able to make a better choice when you want something more than the popular UNO and nano boards.
Read more »- Login to post comments
Arduino Tilt Sensor
In this project, we are interfacing Mercury switch / Tilt sensor with Arduino UNO. We are controlling a LED and buzzer according to the output of the tilt sensor. Whenever we tilt the sensor the alarm will be turned on.
Read more »- Login to post comments
Smart Door Lock Using WiFi Login Page by Arduino & ESP8266
In this tutorial, you will learn how to create an Arduino based smart door lock; this smart lock has the ability to be unlocked by your cell phone. At the end of this project:
You will learn how to generate a specific QR code.
You will learn how to create a login page by ESP8266.
You will be able to unlock a door using your cell phone
- Login to post comments
How to Use the L298 Motor Driver Module - Arduino Tutorial
This dual bidirectional motor driver is based on the very popular L298 Dual H-Bridge Motor Driver IC. This module will allow you to easily and independently control two motors of up to 2A each in both directions.
Read more »- Login to post comments
Top 10 IoT Projects for Beginners
Check out the top 10 IoT projects for beginners with DIY instructions. These projects are based on various popular SBC boards like Arduino, Raspberry Pi, NodeMCU, etc.
Read more »- Login to post comments
Arduino Sleep Modes and How to use them to Save the Power
Power consumption is a critical issue for a device running continuously for a long time without being turned off. So to overcome this problem almost every controller comes with a sleep mode, which help developers to design electronic gadgets for optimal power consumption. Sleep mode puts the device in power saving mode by turning off the unused module.
Read more »- Login to post comments
Arduino 7 Segment Display Clock
In this DIY project we make a Digital clock by multiplexing four- 7 segment displays using Arduino UNO and displaying the time in HH:MM format. This tutorial covers all the DIY instructions, circuit diagram and required code.
Read more »- Login to post comments