Introduction: Drinking enough water is very important for our health. Drinking more water can lead to clearer skin, better overall health, improved productivity and brain function, increased energy levels, and even weight loss. In our busy lives, it is really hard to remember to drink enough water. And most of the time we forget to […]
Projects
Complete Digital Clock including Alarm and Motion Sensor
I have done several designs of digital clocks for Arduino using LEDs and LCD displays, but this one is more special because I added other features like alarm and motion sensor (PIR). Main features PIR (Presence Infrared Sensor) RTC (real-time clock) Alarm Temperature Humidity Water dew point Encoder to set the time and alarm Permanent […]
Build A Wake Up Alarm Clock Using Arduino
Story After designing the “Clock Set Date Time” and hearing the suggestion of ArduPic , I thought it would be a good idea and also useful, add a “wake-up alarm.” A small change to the code and adding a few components: Here’s “the Alarm Clock“. Compared to the previous project, I added a buzzer Piezzo, […]
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 […]
Automatic Door Opener using Arduino
You must have seen automatic door openers in shopping malls and other commercial buildings. They open the door when someone comes near the entrance and close it after sometime. A number of technologies are available to make such kinds of systems like PIR sensors, Radar sensors, Laser sensors, Infrared sensors, etc. In this arduino based project, we have […]
Computer Controlled Robot using Arduino
After designing this line follower robot using arduino uno, I have developed this computer controlled robot. It can be controlled via the computer and we can use specific keyboard keys to move it. It runs over serial communication which we have already discussed in our previous project – PC Controlled Home Automation. Components Required Arduino UNO DC […]
DTMF Controlled Robot using Arduino
In present time almost all the people are familiar with robots. Robots play a very important role in human life. Robots are a machine which reduces the human efforts in heavy works in industries, building etc. and makes life easy. We are here with our next robot that is Mobile or DTMF Controlled Robot. DTMF controlled Robot […]
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. The method of PWM is explained here; consider a simple circuit as shown in figure. If the […]
Arduino Based LED Dimmer using PWM
This LED DIMMER is an Arduino Uno based PWM (Pulse Width Modulation) circuit developed to get variable voltage over constant voltage. The method of PWM is explained below. Before we get start building a 1 Watt LED Dimmer circuit, first consider a simple circuit as shown in figure below. Now if the switch in the figure is closed continuously over […]
How to Use Shift Register 74HC595 with Arduino Uno?
In ARDUINO we have 20 I/O pins, so we can program 20 pins of UNO to be used as either input or output. Although there are more pins on ATMEGA328P controller than on UNO, this is because while designing the board some pins are defaulted. Now for some applications we need more than 30 pins, say […]