Almost every electronic hobbyist must have faced a scenario where he or she must measure the frequency of signal generated by a clock or a counter or a timer. We can use oscilloscope to do the job, but not all of us can afford an oscilloscope. We can buy equipment for measuring the frequency but all these devices are costly and are not for everyone.
Read more »Arduino Frequency Coutner
- Login to post comments
Pac Man - an Arduino Game
Pac-man Pac-man Pac-man! Hahaa! If any of you knows what I am talking about, then you must be old enough to know such an old-fashion arcade game, just like me XD (NO OFFENSE). In fact, I started to play those classic Japanese game since I was a little boy, and right now I still feel interesting about it.
Read more »- Login to post comments
Arduino GPS Clock
There are many GPS satellites around the Earth which are used to provide the exact location of any place. Along with the location coordinates (Latitude and Longitude), it also provide other data like time, date, altitude, direction tracking angle etc.
Read more »- Login to post comments
DIY Arduino Phone
Combining Arduino and other shield modules, we make a mobile phone named Arduino Phone. Meanwhile, we printed a shell for it with the 3D printer. Although it’s not such fine as you think, even a little bit clunky, it’s still very cool. That is the point this is a cell phone made by ourselves.
Read more »- Login to post comments
Rechargeable Battery Pack for Arduino
You have worked a lot on a new prototype with Arduino and finally after finished it you want to show to your friends the fantastic and revolutionary idea (or not) of the product you have created !
And about power source and portability ?
The place you are going has an easy plug to charge on the device ?
Read more »- Login to post comments
Clap Switch using Arduino
In this project we are going to make Clapper circuit using the concept of ADC (Analog to Digital Conversion) in ARDUINO UNO. We are going to use a MIC and Uno to sense the sound and trigger a response. This Clap ON Clap OFF switch basically turns ON or OFF the device, by using the clap sound, as switch
Read more »Category: Arduino Tags:
- Login to post comments
Home Automation using Arduino
In this project, we are using IR based wireless communication for controlling home appliances. In this project, Arduino is used for controlling whole the process. We send some commands to the controlling system by using IR TV/DVD/MP3 remote for controlling AC home appliances.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino Tone Generator
Here a tone generator project is developed using Arduino Uno. A few number of buttons are interfaced with the UNO and each button generates different intensity of tone. The frequency of tone generated by the UNO is same at every internal. It’s the intensity of the sound which changes with each press.
Read more »Category: Arduino Tags:
- Login to post comments
ENABLING F-BUS COMMUNICATIONS WITH ARDUINO
It’s always nice to see how creative makers approach communication issues in DIY projects, and today we would like to highlight the approach followed by Alex, from InsideGadgets.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino RGB LED
In this arduino based project we are going to interface a 5 RGB (Red Green Blue) LEDs with Arduino Uno. These LEDs are connected in parallel for reducing PIN usage of Uno. Check out the complete tutorial here.
Read more »Category: Arduino Tags:
- Login to post comments
Scrolling LCD Using Arduino
This is my second part. In this I'm directly going to show how to Scroll the characters in the LCD display. If you wanna know about the pin out connections click here.
Read more »Category: Arduino Tags:
- Login to post comments
Automatic Water Level Controller Project
Water level controllers are useful devices. In this water level indicator and controller project we are going to use an Arduino board and ultrasonic sensor to measure the water level in a tank. We will also start the water pump automatically when water level goes low below a certain preset level.
Read more »Category: Arduino Tags:
- Login to post comments
Automatic Room Light Controller with Bidirectional Visitor Counter
Often we see visitor counters at stadium, mall, offices, class rooms etc. How they count the people and turn ON or OFF the light when nobody is inside? Today we are here with automatic room light controller project with bidirectional visitor counter by using Arduino Uno. It is very interesting project for hobbyists and students for fun as well as learning.
Read more »Category: Arduino Tags:
- Login to post comments
Heart beat monitor using Arduino
In this project, we have built an Arduino based heartbeat monitor which counts the number of heartbeats in a minute. Here we have used a heartbeat sensor module which senses the heartbeat upon putting a finger on the sensor.
Read more »Category: Arduino Tags:
- Login to post comments
Make a Web Connected Robot using Arduino
Why would you want a Web Connected Robot? To play with of course. Drive your robot from across the room or across the country, using nothing more than Skype and a web browser (nothing to install on the controlling computer). After that?
Read more »Category: Arduino Tags:
- Login to post comments
Temperature Controlled using Arduino
The same is also true for keeping items cool – it can be wasteful to run a whole fridge just to make yoghurt – but with a temperature controller, the principle is the same. Instead of activating a heating element, you’ll be activating the plug on a mini-fridge or other cooling element, like a Peltier (thermoelectric cooler) – and of course, the logic will be reversed.
Read more »Category: Arduino Tags:
- Login to post comments
Using Interrupts on Arduino
What's awesome about this is that it structures your system to react quickly and efficiently to important events that aren't easy to anticipate in software. Best of all, it frees up your processor for doing other stuff while it's waiting on an event to show up.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino LED Chaser
In this project we are going to interface a ROTARY ENCODER with ARDUINO. ARDUINO UNO is an ATMEGA controller based development board designed for electronic engineers and hobbyists. In ARDUINO we have 20 I/O pins, so we can program 20 pins of UNO to be used as either input or output.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino automatic water system to wet your plant
This project can be useful when we are at home and want to take care of our garden; In fact, from their iPhone / smartphone, you can drive a small pump that can dampen our flowers / plants. Let 'need:
Read more »Category: Arduino Tags:
- Login to post comments
SIMPLE ARDUINO ULTRASONIC SENSOR DOOR ALARM
Today I decided i wanted to build an alarm for my room, when I searched online all door alarms used the PIR sensor, unfortunately mine was faulty.
and that"s when I decided to build my own alarm using an ultrasonic sensor (HC-SR04),and I found out it was really simple.
Read more »Category: Arduino Tags:
- Login to post comments
