Posts by Ibrar Ayyub:
Ground Tracking LED Longboard Mod
Posted on: 07 Oct 2016
This mod uses a custom designed encoder on one of the wheels to track where the longboard is on the ground and light up the LEDs so that the light pattern remains stationary on the ground as the board moves over it. To make doing this instructable as easy to understand as possible, you will […]
Arduino Clock using Standard Clock Display
Posted on: 06 Oct 2016
This is a relatively simple clock to build, in terms of the hardware required and in terms of hooking up all the wires. The complexity lies in the software, which I’ve conveniently included as part of this instructable 🙂 This instructable illustrates a few things: * Keeping relatively accurate time on an Arduino without using […]
Getting Things to Talk: Arduino + LCDs
Posted on: 06 Oct 2016
I spent the better part of the day on Saturday doing some more basic research into connecting an Arduino and LCD for this ongoing project. For the most part, it’s pretty basic and following the wiring diagrams and tutorials online is fine. I ran into a problem with getting text on two lines, which I’ll […]
TV Volume Loudness Guard using Arduino
Posted on: 06 Oct 2016
UPDATES Mar 05, 2013 Featured on WonderHowTo http://goo.gl/fpeVC Feb 14, 2013 Featured on LifeHacker http://goo.gl/tx4QG Feb 13, 2013 I have updated the Arduino program in step 4 to support additional remote controls. Feb 13, 2013 Featured on Dangerous Prototypes http://goo.gl/DJcwe Feb 12, 2013 Featured on Semageek http://goo.gl/EH58K Feb 12, 2013 Featured on Embedds http://goo.gl/Z3egm Feb 12, 2013 Featured on Hackaday http://goo.gl/8MkuE INTRODUCTION What can […]
Arduino ISP – Lazy Old Geek (LOG)
Posted on: 05 Oct 2016
Arduino ISP – LOG So this Lazy Old Geek (LOG) has had a lot of trouble getting Arduino bootload on Atmega chips. I couldn’t get either of these to work with Arduino UNO Rev3. http://arduino.cc/en/Tutorial/ArduinoISP http://letsmakerobots.com/node/35649 So I developed a couple that worked for me: http://www.instructables.com/id/My-Arduino-Bootloader/ http://www.instructables.com/id/UNO-Bootloader-In-Circuit-Programmer-1/ Problem: Well, my second Instructable works good for […]
Home Automation with Android and Arduino Yún
Posted on: 05 Oct 2016
The Arduino Yún is a WLAN capable development board featuring an ATMega microcontroller, as well as a separate chip running a small Linux distribution, making it a perfect candidate for home automation projects like in the picture below! This basic tutorial will show you how to communicate wirelessly between your Arduino Yún and an Android […]
Moore’s Law extends to cover human progress
Posted on: 05 Oct 2016
Moore’s Law, famous for predicting the exponential growth of computing power over 40 years, comes from a simple try-fail/succeed model of incremental improvement. The predictive success of Moore’s Law seems uncanny, so let’s take a closer look to get an idea of where it comes from. Moore conceived his law for computational power but Moore’s-like […]
Make an Atom Synchronised Clock from a 1950’s Slave Dial using Arduino
Posted on: 05 Oct 2016
One day while exploring the bric-a-brac at the markets, I stumbled across an old, Bakelite slave dial from the 1950’s. Slave Dials are clock movements without the actual time keeping circuit. All they contain is the mechanism to drive the hour and minute hands, which can be advanced by an electric pulse. This pulse is […]
Make Electronic Dice using Arduino
Posted on: 04 Oct 2016
In this project we make electronic dice. Updated 18/03/2013 In this article you can learn how to make an electronic die (die is the singular of dice), using an ATmega328 with Arduino bootloader and a few inexpensive components. The reason for doing this is to introduce another object that you can build, learn from and be proud […]
Arduino Knob
Posted on: 04 Oct 2016
Control the position of a RC (hobby) servo motor with your Arduino and a potentiometer. This example makes use of the Arduino servo library. Hardware Required Arduino Board (1) Servo Motor (1) Potentiometer hook-up wire Circuit Servo motors have three wires: power, ground, and signal. The power wire is typically red, and should be connected […]