Posts by Ibrar Ayyub:
avr-os: Multitasking on Arduino
Posted on: 21 Jun 2013
Arduino is an open source prototyping platform for electronics. There is so much you can do with Arduino and the community is proof. In playing with Arduino I decided that it would be a great project to create a small multitasking library for use on AVR platforms, which includes Arduino. A small introduction avr-os is […]
Build an RFID time-clock system using Arduino
Posted on: 18 Jun 2013
With this project you can build an RFID time-clock system to keep track of employees, children and more. Updated 18/03/2013 Recently I was listening to a friend who has three teenage children, of whom needed to arrive home before their parent. Unfortunately the parent needs to work all day and arrives home in the evening, […]
Arduino IR Receiver
Posted on: 15 Jun 2013
I have been successful in programming my Arduino to identify sets of digits transmitted from my Samsung remote. I used the excellent library at http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html as a starting point. I stripped out everything that wasn’t a raw number, and started logging what numbers came across the serial monitor as I pressed buttons. I then created […]
Drifter – Arduino controlled RC car
Posted on: 11 Jun 2013
Drifter is based on a cheap RC toy car I found at Toys’r’us, named ‘Fast lane Monster Drift’. I think it’s the same model Frits has been used in an episode of TLIHR. It doesn’t work well, you get what you pay for. But it is a good hacking platform. There is no much space left for […]
House Temperature Monitor using Arduino
Posted on: 10 Jun 2013
Recently a family member had his furnace fail while he was away from his house for a long period of time in the winter. His pipes burst and caused quite the mess. This project describes a temperature sensor that broadcasts the temperature in his house to the pachube data logging website. This allows him to check on […]
Time Lapse Digital Camera using Arduino
Posted on: 10 Jun 2013
Following the instructable here, I was able to turn an old digital camera into a time lapse camera using an arduino, a relay, and an open source software program called makeAVI (windows). To modify the camera I disassembled the camera cover and removed the button that activates the shutter. It is difficult to tell from the […]
The Self-Balancing Robot using Arduino
Posted on: 08 Jun 2013
Introduction The idea of this project was to design and construct a robot that consists of a body and two wheels that would be able to balance on its own. This behavior is similar how a segway (a new mode of transportation) works. Our goal was to have a working finished product – a robot […]
Arduino MP3 Player
Posted on: 08 Jun 2013
I present this new Arduino project: A full MP3 player based on Arduino. As you can see in the photo, the idea was to build a standalone player, in the style of antique radios or ‘tapes’, in the age of Iphones …. The player uses a small module based on the VS1002d chip (now discontinued, but who had a drawer). […]
Arduino MIDI Foot Pedal Keyboard
Posted on: 07 Jun 2013
The Origin My dad is a musician. He can play a multitude of instruments. However, he only has two arms, BUT he also has legs! That’s when we decided that we would reuse the foot pedals from an old organ and convert them into an arduino powered MIDI keyboard. Now he can easily play electric […]
Arduino Police Strobe Light Code
Posted on: 07 Jun 2013
Arduino Police Strobe Light effect, another simple variation of blink code. Arduino Police Strobe Light effect, another simple variation of blink code. Parts List; 1) 2x 5mm red LED 2) 2x 5mm blue LED 3) 1x Arduino 4) 4x 330Ω resistor 5) 1x 10kΩ potentiometer 6) Jumper wire Instruction; 1) Connect all LED as diagram […]