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
- 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
Sun Tracking Solar Panel using an Arduino
In this project, we will make a sun tracking system which will help the solar panels to generate maximum power.
Read more »- Login to post comments
DHT11 Sensor Module
DHT11 is a popular temperature and humidity based digital sensor. There is an upgraded version of the DHT11 temperature and humidity sensor available, which is DHT22 Sensor with higher sensing ranges.
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
16x2 LCD Display Module
The 16x2 is the most commonly used LCD display module. It can display 16 characters in a column for 2 rows thus a total of 32 characters. The characters can either be number, alphabets or symbol.
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
ARDUINO GOPRO WIFI CONTROL
In these steps I show you how to simply control a GoPro Hero 4 and a GoPro Hero Session 5 using an Arduino wifi board. As you will learn, these instructions could easily be adapted for any type of GoPro.
Read more »- Login to post comments
Adafruit WINC1500 WiFi Shield for Arduino
Connect your Arduino-compatible to the Internet with this WiFi shield that features the FCC-certified ATWINC1500 module from Atmel. This 802.11bgn-capable WiFi module is the best new thing for networking your devices, with SSL support and rock solid performance - running our adafruit.io MQTT demo for a full weekend straight with no hiccups
Read more »- Login to post comments
Arduino MKR1000 Wi-Fi Board
The Arduino MKR1000 stands for “Maker 1000”. This small form factored board by Arduino is aimed at building IOT projects since it comes with an on-board Wi-Fi feature. It also runs on 32-bit architecture making it faster and more reliable with encryption features.
Read more »- Login to post comments
Arduino RFID Door Lock
Here in this project we are using Arduino and relay to trigger the Electric Door Lock and RFID to authenticate, so your RFID tag will act as a key. If you place wrong RFID card near RFID reader a buzzer will beep to alert about wrong card.
Read more »- Login to post comments
Using LEDs as Light Sensors
It's a known trick that we can use LEDs in reverse. We'll explore how to use them as photodetectors with Arduino and create a simple demo that responds to hand swipes.
Read more »- Login to post comments
Programming an ATtiny84A from Arduino
I’m currently working on a project that requires a cheap, low-power microcontroller that’s programmable through Arduino and has a few more pins than the ATtiny85. That’s where I found the ATtiny84A. It has many of the same features as the ATtiny85, but has 12 I/O pins instead of six.
Read more »- Login to post comments
Video - Your First Arduino Project
Get started with your very first Arduino project by making an LED light blink on and off. We'll look at how you can modify your project and show some future applications that we can build from this solid starting point.
Read more »- Login to post comments