Posts by Ibrar Ayyub:
Hobbyduino Mini V1.0 using arduino
Posted on: 01 Jan 2016
Introduction The Hobbyduino Mini is a clone of the Arduino main-board. It contains a ATMega328 processor programmed with the Arduino bootloader. The Hobbyduino does not contain the circuitry for USB communication. I opted to rely on the FTDI232R serial boards to handle the USB-to-Serial protocol. Here is the one I use but, others are available. The […]
A simple DIY spectrophotometer using raduino
Posted on: 01 Jan 2016
What’s all this? This instructable will explain how to build a fairly basic but working spectrophotometer out of easily sourceable parts. Of course, this device is nothing compared to a commercial spectrophotometer, but it will allow the builder to understand how such a device works. Huh? What are you talking about?! A spectrophotometer measures the […]
Build Your Own Arduino & Bootload an ATmega Microcontroller – part 1
Posted on: 31 Dec 2015
There are many reasons to build your own Arduino circuit on a protoboard or a custom-designed printed circuit board. At the heart of the Arduino platform is an AVR microcontroller, in usual way you need a special hardware programmer and suitable hex files to program the Atmel AVR chip. Fortunately, Arduino is a beginner-friendly platform […]
High-speed Photography with Arduino and CHDK using arduino
Posted on: 31 Dec 2015
This project uses an Arduino microcontroller and a laser break-beam trigger to fire via USB remote a Canon camera modified with CHDK (Canon Hack Development Kit) firmware. Immediate influences are the high-speed flash photography triggered by sound or light project by Glacial Wanderer and the Laser Triggered High-Speed Photography instructable by Saskview. The first uses […]
Arduino PWM Led Control using arduino
Posted on: 30 Dec 2015
Looking for a simple circuit to control the light intensity of Light Emitting Diodes (LEDs) or similar lighting sources? Here is an Arduino based circuit with three independent pulse width modulated (PWM) channels to fulfil your requirements! Just follow the schematic diagram to complete the construction, and use any standard 9VDC Arduino power source to […]
Lunchtime Clock using arduino
Posted on: 30 Dec 2015
Have you ever wished lunchtime were longer, but didn’t know where to find those few extra minutes? Well, wish no longer! Thanks to great in advances in clock technology, I present to you a clock that speeds up 20% every day at 11:00 and slows down 20% every day at 11:48, giving you an extra […]
Arduino project: Stereo Peak Program Meter using arduino
Posted on: 29 Dec 2015
Previously, we introduced the Arduino’s analog-to-digital converter (ADC) in detail, looking at successive-approximation A-D conversion and how it’s the best compromise between speed and cost. This time, we start putting some of that theory into practice by building a stereo peak-program meter. Our Peak Program Meter (pictured above) takes audio from any phone or tablet. […]
Simple Animatronics with Servos and Arduino using arduino
Posted on: 29 Dec 2015
Servos are surprisingly easy to use. Even more so than simple DC motors and steppers when you have a microcontroller. In this instructable we’ll use a ‘duino to drive five servos which will control a doll’s limbs and neck. I bought the servos at HobbyPartz for a couple bucks apiece and found the doll at […]
MIDI Bass Pedal Arduino Encoder using arduino
Posted on: 28 Dec 2015
MIDI BASS PEDAL ARDUINO UNIT The MIDI Bass Pedal circuit is capable of encoding any number of momentary action, push to make, single pole single throw (SPST), switches from 1 up to 30 to produce the equivalent MIDI note-on/note-off data commands. The encoded switches are wired via IN4148 diodes. The keys are arranged in an […]
Arduino + Laptop Touchpad using arduino
Posted on: 27 Dec 2015
Yes, this is more or less your average touchpad that one can find from inside a laptop. This model, like majority of touchpads out there operates with PS/2 standard. This means that it can be directly plugged in to a PS/2 connector and with proper drivers, function as a mouse. As it happens the PS/2 […]