Posts by Ibrar Ayyub:
Arduino Processing Audio Spectrum Analyzer
Posted on: 11 Apr 2013
In this Instructable I am going to show how to make a program in Processing that analyzes sound on your computer and sends data to an Arduino that controls an LED matrix to show the spectrum analysis. I will be explaining where to get materials, explaining the coding and wiring needed and providing example programs […]
Arduino Solar Tracker
Posted on: 11 Apr 2013
What is does: It searches for the brightest light source like the sun. Step 1: How it works How it works: I’d made a sensor of 4 LDRs with sheets between them The withe stips are the LDRs When the stick on top is righted to the sun or the brightest point the four […]
Tyco RC Arduino Robot
Posted on: 10 Apr 2013
Wanted to make your own robot but couldn’t afford the fancy H-Bridge IC’s or etch your own PCB? Want a quick and dirty method of making your own wheeled robot? Then you’re in luck, but if you want to make your own wheeled robot AND have a quick and dirty wireless controller for anything then […]
My Arduino WordClock
Posted on: 09 Apr 2013
The initial project, and certainly the one to which many were inspired is that of Doug Jackson. http://www.instructables.com/id/The-Word-Clock-Arduino-version/ also inspired by http://www.highonsolder.com/blog/2011/1/8/arduino-word-clock.html http://www.instructables.com/id/Sleek-word-clock/ Step 1: The Materials The list of materials for the board depends on how you plan to make the electronics, if you want an Arduino standalone or an Arduino UNO or 2009, […]
Chicken Light Timer using an Arduino
Posted on: 09 Apr 2013
The wife is into raising chickens and now that the daylight savings is getting near she wanted a way to keep the egg laying production in high gear. According to the material that she reads, chickens will maintain their egg laying production if they get 12 – 15 hours of daylight. I thought to myself, […]
Ultrasonic Range Finder with an ATtiny85 using an Arduino
Posted on: 08 Apr 2013
I’m here to show you how to use a HC-SR04 Ultrasonic Range Finder with an ATtiny85 as well as programming the ATtiny85 using the wonderful shield that randofo created. List of materials: ATtiny85 Programming Library Arduino Uno HC-SR04 Ultrasonic Range Finder and Library Jumper Wires Breadboard ATtiny85 Step 1: Program the Arduino Before you connect your shield to the Arduino […]
Auto Leveling Laser Cross using Arduino
Posted on: 08 Apr 2013
So this Lazy Old Geek purchased a Laser Cross. I created a manual leveling Laser Cross to use for aligning stuff on my drill press: http://www.instructables.com/id/ManualLevelingLaserCross/ Well, being a Geek I decided to make an automated platform that adjusts automatically with an Arduino. Well, the picture may look a little scary but I’ll break it […]
Arduino 2-axis servo solar tracker
Posted on: 05 Apr 2013
What is a solar tracker? A solar tracker can increase the efficiency of a solar panel by up to 100%! It does this by always keeping the panel perpendicular to the incoming rays of sunlight. here’s an equation to prove this: P = AW sin θ P = power generated by the solar panel A […]
Arduino Ethernet Shield Tutorial
Posted on: 03 Apr 2013
The Arduino Ethernet Shield allows you to easily connect your Arduino to the internet. This shield enables your Arduino to send and receive data from anywhere in the world with an internet connection. You can use it to do fun stuff like control robots remotely from a website, or ring a bell every time you […]
Arduino True Random Number Generator
Posted on: 02 Apr 2013
This is just a fun project I have been working on in the last little while. If you like this instructable, consider voting for it in the Arduino Challenge! Anyone who has experience with programming will have probably used random numbers in their code. These random numbers aren’t actually random though. They are actually generated using […]