This lesson will basically get you up and running using the Arduino software and uploading a sketch to the Arduino board. Once you've completed this step we can continue to the really exciting stuff, which is when we start writing our own sketches!
Read more »DC Motor Control using Arduino
Here we are going to interface a DC motor to Arduino UNO and its speed is controlled. This is done by PWM (Pulse Width Modulation). This feature is enabled in UNO to get variable voltage over constant voltage
Read more »Category: Arduino Tags:
- Login to post comments
Temperature Controlled Fan Project
In this arduino based project, we are going to control DC fan speed according to the room temperature and show these parameter changes on a 16x2 LCD display. It is accomplished by the data communications between Arduino, LCD, DHT11 sensor Module and DC fan that is controlled by using PWM. PWM is a technique by using which we can control voltage.
Read more »Category: Arduino Tags:
- Login to post comments
DIY Tachometer Working
Here is a demonstration video of an arduino based techometer which is measuring the rotation speed of a ceiling fan.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino Web Server using Drop-down Select Boxes for Hour and Minute
Two HTML drop-down select boxes are used to select hour and minute values on a web page that are sent to an Arduino web server. The time values can be used to set a real-time clock or for any other time related settings.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino Humidity Measurement
Humidity and temperature are common parameters to measure environmental conditions. In this Arduino based project we are going to measure ambient temperature and humidity and display it on a 16x2 LCD screen.
Read more »Category: Arduino Tags:
- Login to post comments
Digital Dice using Arduino
We all are familiar with dice and often played LUDO or SANP SIDI (Snake & Ladders) game by using dice. Dice is a squire type solid box which contains 6 different numbers on all of its sides. We throw dice on a surface to get a random number while playing the games. In this project we have tried to replicate it with a digital dice using arduino uno board.
Read more »Category: Arduino Tags:
- Login to post comments
10 Awesome Arduino Projects
I find this almost therapeutic to watch, perhaps it's a little OCPD in me but seeing an Arduino Uno control a machine which will sort out your sweeties by colour is great. This little video does well to demonstrate it working with the 3D printed parts, an RGB and an infra-red sensor doing the work in tune with the motors.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino Based Basic Projects
These are simple and basic arduino projects for beginners and students. Explained with circuit diagram, programming and videos.
Read more »Category: Arduino Tags:
- Login to post comments
Tachometer using Arduino
Tachometer is a RPM counter which counts the no. of rotation per minute. There are two types of tachometer one mechanical and other one is digital. Here we are going to design an Arduino based digital tachometer using IR sensor module to detect object for count rotation of any rotating body
Read more »Category: Arduino Tags:
- Login to post comments
DIY Smartwatch using Arduino
My Open-Source SmartWatch combines readily available breakout boards, careful soldering, and a 3D-printed frame to make a one-of-a-kind timepiece that displays notifications from your smartphone and is easily customizable in function and appearance.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino – Webserver with an Arduino + Ethernet Shield
This project is all about using an Arduino with an Ethernet shield. I’ll be controlling one LED and a servo, but you can apply this method to control any electronic device you want. (such as DC motors, buzzers, relays, stepper motors, etc..)
Read more »Category: Arduino Tags:
- Login to post comments
Line Follower Robot using Arduino
Line follower Robot is a machine which follows a line, either a black line or white line. Basically there are two types of line follower robots: one is black line follower which follows black line and second is white line follower which follows white line. Line follower actually senses the line and run over it.
Read more »Category: Arduino Tags:
- Login to post comments
Make a singing plant using Arduino
Making a plant sing has been a trick since the Theremin was invented. Here I am going to teach you how to do this with and arduino board, a gameduino shield and a the touch shield from my previous instructable.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino Based Digital Thermometer
We can divide this arduino based thermometer project into three sections - one senses the temperature by using temperature sensor LM 35, second section converts the temperature value into a suitable numbers in Celsius scale which is done by Arduino, and last part of system displays temperature on LCD.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino Based Garage Door Opener
Getting stuck out in the rain without keys was the motivation for this project. It lets you trigger a garage door opener through a website hosted by an Arduino. With the Arduino connected to a wireless network, you can use your smart phone to connect to the webserver, enter a password, activate the garage door and get inside before getting drenched in the downpour.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino-Controlled Robotic Drum
The reason to build a robotic drum is because it is plain super-awesome. It keeps a beat like clockwork. You can slow down and speed up any drum beat with precision and ease. It can even play things a real human drummer could never do.
Read more »Category: Arduino Tags:
- Login to post comments


