Thursday, 21 November 2013
Object Tracking Robot
In this tutorial I am going to post the step-by-step procedure to make a
simple Object Tracking Bot. The main aim of this Bot is to follow the
objects which are shown to it in 3D space i.e., x, y and z – axis
(horizontal, vertical and forward & backward). This bot behaves just
like a little doggy. This bot tracks the objects with 2 DOF (Degree Of
Freedom). The two motors provide the Horizontal, Forward and backward
movement, The Servo Motor which holds the Compound Eye (Sensor) provides
the Vertical movement. So, the Bot can follow the Object in 3D space.
To sense the objects and track it this bot uses an IR Compound Eye
sensor, which is built using four 5mm IR LED’s and eight 5mm
Photodiodes. You can find the performance of the Object Tracking Bot
from the below YouTube link
If you are interested to know how to make it and want to make a similar bot, then follow below steps.
Steps to make an Object Tracking Bot:
The steps involved in building an Object Tracking Bot are as follows –
- Gather the required materials.
- Making of Sensor (IR Compound Eye).
- Building Motor driver circuit.
- Programming the Arduino.
- Assembling the Bot and
- Testing.
Step-1: Acquire required Materials
Before start building the bot gather the required materials and tools. The list of materials and tools required are as follows –
- Arduino Microcontroller board
- IR LED’s (four)
- Photodiodes (eight)
- Servo motor (one)
- L239D Motor driver IC (one)
- Universal PCB
- Chassis
- DC geared Motors (two)
- Castor ball (one)
- Solid core wires (few)
- Soldering rod and soldering wire
- 9 Volt Batteries (two)
- Double sided tape or any adhesive
Step-2: Making of Compound Eye (sensor) –
The Compound Eye sensor used in this bot is built using four IR LED’s and eight Photodiodes. The idea and design of the compound eye sensor was taken from ……………………….. Here is the link to his site ………….. . You can buy this sensor from Stores or make it yourself. From the reference of above site I had made a similar sensor with some modifications, the circuit I had used for my sensor is different from the original one and I had used Photodiodes instead of Phototransistors.
The circuit diagram of my (modified) sensor is below –
The Compound Eye sensor consist of eight Wires to power the IR LED’s and
Photodiodes. Four wires to power four IR LED’s, four wires to power
four pairs of Photodiodes (in reverse bias), one wire for common ground
terminal and four wires to take readings from four sides (four pair of
photodiodes) of the sensor. You can find the connections of these wires
to arduino Digital I/O pins from the above diagram. Don’t connect the
wires of the sensor to Arduino at this time, Connect them during the
Assembling step.
Here is my Compound Eye sensor (IR LED's and Photodiodes soldered on a Universal PCB).
Step-3: Motor driver –
The L239D
is a motor driver IC which is used to control two DC motors with the
help of four PWM pins of Arduino (you can use 4 Digital I/O pins instead
of PWM pins if you don’t want to control the speed of motors). Don’t
connect the motors directly to Microcontroller the sharp spikes (inverse
EMF) from the motor may damage the Arduino. The L239D IC has 16 legs.
The connections of L239D with Arduino and DC Motors are shown in the
below picture.
Solder the IC on a Universal PCB. Then Connect the two Motors to 2,7 and
10,15 Pins of the IC. Don’t connect the IC to Arduino now. Connect them
during the Assembling step.
Step-4: Programming the Arduino –
Saturday, 13 July 2013
Sun Tracking Solar Panel
In this post I am going to show you the step-by-step
procedure to make your own home made sun tracker. Before going to do that let
me give a brief description on what is a sun tracker and what are its advantage.
What is a Sun Tracker?
A sun tracker is a automatic platform for solar panel which always
turns its face towards the sun throughout the day like a sun flower
by using some photo sensors like Photoresistors.
Sunday, 9 June 2013
How to Make an Obstacle Avoiding Robot
In this
post I am going to write the step-by-step procedure to build an obstacle
avoiding Robot. I want to keep the cost of this Robot as low as possible so, I
am going to use cheap and easily available Sensors like IR LED and Photodiode
pair to detect the obstacles instead of expensive sensors like Sharp IR range
finder or Ultrasonic transducer. Even though I am using the inexpensive sensors
instead of expensive one the performance of the robot is good, you can find how
it works from the below You tube vedio –
Materials required:
1)
Arduino
2)
L293D Motor driver IC
3)
DC Motors (two)
4)
Wheels (two)
5)
Castor ball
6)
IR LED’s (at least 4)
7)
Photodiodes (at least 2)
8) Chassis
9)
PCB board
11)
Connecting wires
12)
9 Volt Batteries (two)
13)
Double sided tape.
Friday, 31 May 2013
How to Use IR LED and Photodiode with Arduino
In this post I am going to show you how to use and program IR LED and
Photodiode pair with Arduino to detect obstacles in a short range.
Before going to do the project let us have a brief look at the IR LED
and Photodiode.
IR LED:
IR LED means Infrared Light Emitting Diode. The IR LED emits Infrared light which is not
visible to human eye. we can find these IR LED's in our TV Remotes. IR
LED's works like normal LED's but the material used in the core is
different, it emits Infrared Light when current passed through it. These
IR LED are used to detect obstacles ahead of the robot. The IR LED
emits IR light which gets reflected if any obstacle is present in the
direction of emitted IR ray, the reflected IR ray caught by Photodiode
which calculates the reflected light strength. The higher the reflected
IR
ray strength, the closer is the obstacle and vice-verse
ray strength, the closer is the obstacle and vice-verse
Photodiode:
Photodiode
is a light sensitive semi-conductor diode which converts the light
energy into voltage or current based on the mode of operation. In
general Photodiodes are operated in reverse bias condition. The clear
Photodiode can detect visible and IR rays to limit the Photodiode to
detect only IR rays a black cotting is applied to the glass of the
Photodiode. The photodiode allows the current to pass through it if the
photodiode is exposed to IR rays and it doesn't allow current to pass
through it if no IR rays falls on it. The amount of current passed
through the photodiode is directly proportional to amount of IR rays
falls on it.
IR LED and Photodiode Project:
In
this project I am going to show you How to use the IR LED and Photodiode
pair to detect the obstacle in-fornt of it. I am going to program the
Arduino such that, If an obstacle is present before the IR LED and
Photodiode pair with in the threshold range then a buzzer will ring.
Saturday, 25 May 2013
Basic Sensors Used in Robotics
Thanks Before for http://startrobotics.blogspot.co.id
Tidak ada komentar:
Posting Komentar