Posts by Ibrar Ayyub:
Arduino + 2 Servos + Thumbstick (joystick) using arduino
Posted on: 03 Oct 2015
In my other 2 Arduino tutorials I have help new users to play tones and making 2 servos move with a mouse. This time I will help you move the same 2 servos with a thumbstick. And again I have surf the internet to see If there are tutorials that clear to understand specially for the beginner Arduino user […]
Soldering Robot – Head Assembly
Posted on: 03 Oct 2015
We have finished the soldering iron element slider system and stepper mount for the new soldering robot project. The soldering iron element slides on a pair or 6mm rails, drylin® accessories, precision aluminium shaft 100mm length (part no: AWMP-06) with drylin® R – Bearings (part no: RJZM-01-06) from www.igus.co.uk which are mounted into milled 6mm […]
Stepper Motor drive from Arduino
Posted on: 03 Oct 2015
Stepper Motor drive from Arduino In this tutorial we will show you how to connect a bipolar stepper motor to an Arduino Uno board. The stepper motor we are using is the Sparkfun Stepper Motor but you can use any other 4-wire bipolar stepper motor. Because a stepper motor draws a higher current than the […]
Analog In with an Arduino
Posted on: 03 Oct 2015
Overview In this lab, you’ll learn how to connect a variable resistor to a microcontroller and read it as an analog input. You’ll be able to read changing conditions from the physical world and convert them to changing variables in a program. (:toc Table of Contents:) Parts For this lab you will need to have […]
UVic Quadcopter using arduino
Posted on: 03 Oct 2015
Hardware Controller The Arduino platform is selected for this project, mainly due to its open software and hardware nature which has resulted in availability of extensive technical information. As a result there are many tutorials and example project available for this platform. A list of arduino boards can be found here. Many of these boards […]
How to: Use Arduino to Generate Glitchy Audio VGA Visuals
Posted on: 03 Oct 2015
This post is a guide for people that are interested in my previous posts about dual monitor VGA hacking (see 1, 2 and 3). You will need: • A laptop or a computer with a VGA output • A breadboard (optional) and some wires or a strip board for soldering • Wire and breadboard jumpers […]
Hacked Pan and Tilt Camera Mount
Posted on: 02 Oct 2015
So my sister managed to break a pan and tilt camera mount and naturally thought daddy can fix this. After sitting on my dads workshop bench for a while he had a go at it and couldn’t work out how to fix it so it was passed on to me as broken. So I decided […]
3dpBurner – A 3D printed laser cutter/engraver
Posted on: 02 Oct 2015
3dpBurner is an open source laser cutter/engraver. It is created with the same concept as RepRap, using 3D printed parts and some easy to find “vitamins” (non printed hardware). I tried to make it as cheap as possible, by using cheap electronics and a “low power” laser (a laser diode). The X/Y working area is […]
Adafruit Arduino Motor Shield Build
Posted on: 02 Oct 2015
Overview The Arduino Motor Shield is based on the L298 (datasheet), which is a dual full-bridge driver designed to drive inductive loads such as relays, solenoids, DC and stepping motors. It lets you drive two DC motors with your Arduino board, controlling the speed and direction of each one independently. You can also measure the […]
How to make fist pumping with LED animation using Arduino
Posted on: 01 Oct 2015
It’s to make a fist pumping LED controller. What is it? Have you noticed yourself fist pumping to the music at a party or a club? That’s exactly for that. You would wear a band with a accelerometer/gyro mounted. As you move your hand around the air, the movement will trigger a light board and […]