Posts by Ibrar Ayyub:
Bubble Alarm Clock Makes Waking Up Fun using Arduino
Posted on: 02 Apr 2013
Waking up to a buzzing alarm clock sucks. I’m one of those people who doesn’t like to wake up before the sun is out (or has been out for many hours). So what better way to make waking up fun than having a bubble party in bed! Using an arduino and a commonly available bubble […]
Uno The Arduino Robot
Posted on: 01 Apr 2013
Age: 13 Meet Uno the Arduino powered robot. Some functions include a blinking nose, moving antennas, rotating head, IR distance sensor, twin motor gear box and rotation counters. Uno is made with relatively easy to obtain parts. This project provides a good introduction to Arduino. robot.skp475 KB Step 1: Materials Material and tools • Foam board • Fimo • 4 Rare Earth magnets • 4 small metal […]
Arduino Based Auto Timer
Posted on: 01 Apr 2013
The Need: Last week around at work I had another usual un-usual problem to face with. Having to make lots of mechanisms n components to work with-in seconds or fracs at times I kind-of knew this was always coming. And invariably so my poor mind couldn’t think of anything but Arduino for a handy […]
Building a semi Smart, DIY boat with Arduino and some other sensors
Posted on: 30 Mar 2013
I based this off of this really nice instructables.com post for building a water bottle boat, with some additions for obstacle avoidance and light-guided control. I used Arduino as a microcontroller, an ultrasonic sensor in the front, a few simple switches on the side of the boat, and a few light sensors on either side. See here for a […]
Remote controlled webcam using Arduino
Posted on: 29 Mar 2013
Web-enable your interactive sensors over desktop, smartphone and tablet devices. This tutorial describes in detail how to use the free SensorMonkey service to remotely control a pan and tilt webcam attached to an Arduino using nothing more than a simple webpage. The webpage can be viewed on any desktop, smartphone or tablet device with a […]
Bike Speedometer using an Arduino
Posted on: 29 Mar 2013
Monitor your road speed using the Arduino. This project uses a magnetic switch (also called a reed switch) to measure the speed of one of the bike’s wheels. The Arduino calculates the mph, and send this information out to the LCD screen on the handlebars as you ride. It is compatible with any kind of […]
Waveform Generator using an Arduino
Posted on: 29 Mar 2013
Waveform generators (also called function generators) are useful for testing and debugging circuits. I often use them to test the frequency response of electronics components like op amp and sensors. This waveform generator is powered by an Arduino. It outputs four waveshapes: sine, triangle, pulse, and saw, each waveshape ranges in frequency from 1Hz-50kHz. The […]
LED Matrix with Game Controller using an Arduino
Posted on: 29 Mar 2013
This project was built for my introductory electronics class at the University of Waterloo in Canada. This was my first introduction to electronics and therefore, my first project. Follow these steps to build a 16 x 16 LED array with a wall (different colored LED on the border), powered by an Arduino Mega 2560. I […]
Sous-vide Arduino Shield
Posted on: 29 Mar 2013
*NOTE* THIS PROJECT IS DONE BY A GROUP OF STUDENTS FROM SINGAPORE POLYTECHNIC Sous-vide (/suËËviËd/; French for “under vacuum”)[1] is a method of cooking food sealed in airtight plastic bags in a water bath for a long time—72 hours in some cases—at an accurately determined temperature much lower than normally used for cooking, typically around […]
Audio Input using an Arduino Board
Posted on: 28 Mar 2013
Send sound into your Arduino. This Instructable will show you how to prepare audio so that it can be sampled and processed by an Arduino to make sound responsive projects and audio effects. (This article is a companion to another Instructable I’ve written about building an audio output circuit for an Arduino, find that here) Some […]