Posts by Ibrar Ayyub:
Arduino and L293D Robot ( Part 1 )
Posted on: 04 Nov 2014
Here is part 1 of the Arduino and L293D Robot.This is part of a series of instructables leading to a Line follower Robot. This is a basic Robot made by controlling two motors via the L293D chip through an Arduino Board. I have done this project in the past with similar set up just not with an Arduino Board. Do […]
How To Build An Easy Robot Turtle Using Arduino
Posted on: 02 Nov 2014
The synthduino is a fun Arduino project to do and as a beginner it is a great way to learn new things about Arduino’s many features. With only using household items to build the synthduino you will be satisfied with the finishing project and feel accomplished. the synthduino uses the six potentiometers on the controllers […]
Arduino Servo Basic Code
Posted on: 01 Oct 2014
In arduino projects, you might add servo to your projects. This short tutorial, show you the basic how arduino and servo works together. Instruction; 1) Connect all jumper wire as shown in diagram. 2) Connect the signal wire from servo to digital pin 9. Upload this code to your arduino /* Servo Basic Understanding the basic of servo in arduino projects. Sweep […]
Arduino EMF Detector
Posted on: 01 Oct 2014
Here’s a small, quick project you can do with an arduino, the EMF Detector! Step 1: Circut All you need for this project is 10- 330 ohm resistors 10- LED’s 1-3.3m resistor 1-Solid core wire (this will serve as the probe) breadboard, wires, battery & connector for arduino to make it portable Step 2: Hooking […]
How to use a 1602 16X2 LCD display with Arduino, TI Launchpad, and standalone MSP430 video instructions
Posted on: 21 Sep 2014
I show how to use a standard 16X2 LCD display in three different use cases. 1. With an Arduino Uno 2. With a TI Launchpad MSP430 running Energia 3. Directly on a breadboard on an MSP430G2553 running Energia This LCD display is low cost – I paid $2.26, shipped, on Ebay. It uses the standard […]
How to control 8 leds using Arduino UNO
Posted on: 09 Aug 2014
hey guys this is my first arduino project plz comment how u feel. Step 1: Things u need As this is easy project for beginner’s so parts are also simple Parts: 1- Arduino uno or any other board will work 1-Beardboard 9- jumper wires or wires will also do 8 -leds any color u like i used […]
Arduino LED Bar Graph Code
Posted on: 02 Aug 2014
The bar graph – a series of LEDs in a line, such as you see on an audio display – is a common hardware display for analog sensors. It’s made up of a series of LEDs in a row, an analog input like a potentiometer, and a little code in between. You can buy multi-LED […]
A cheap WiFi interface for Arduino
Posted on: 15 Jul 2014
Today’s tutorial is a bit different: I’m going to show you how to make your ethernet shield wireless! You can find many Wi-fi shields for Arduino: starting from the official one, up to shields based on Microchip’s ICs.] Sometimes however it could be easier (and maybe cheaper!) to connect an Arduino to the Wi-fi network using your […]
Arduino Guitar Tuner
Posted on: 10 Jul 2014
Build your own electric guitar tuner using the Arduino! I decided to make this because I wanted to experiment with audio input and frequency detection. I used Amanda Ghassaei’s method for Arduino Frequency Detection in order to get frequency readings using the Arduino. I used LEDs that light up according to the frequency of the audio input, […]
Arduino Energy meter
Posted on: 24 Jun 2014
I belong to a village of Odisha, India where frequent power cut is very common. It hampers the life of every one. During my childhood days continuing studies after dusk was a real challenge. Due to this problem I designed a solar system for my home on a experimental basis. I used a solar panel […]
