SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 224
White Line Follower using Fire Bird V Robot
RM.Nachammai1
N.Mrujool Kansara2
G.Lavanya3
R.Gopalakrishnan4
1,2,3
Student 4
Assistant Professor
1,2,3,4
Department of Instrumentation and Control Engineering
1,2,3,4
Saranathan College of Engineering, Panjapur, Tiruchirapalli Tamilnadu
Abstract— Robotic technology has the origin from the year
1954 and has very vast application in the field like energy,
health, agriculture, education, research, motion and space
etc. The disadvantage of any autonomous robot is that, it is
very difficult to maintain stability of its traverse condition.
In this paper, we have introduced and achieved maximum
stability for the traverse condition through white line
following technique. Here we are using the Fire Bird V
robotic technology as our robotic medium, which has the
Atmega2560 as its microcontroller and where it uses Studio
4 as its controller‟s software platform. The control dynamic
to the robot is sent via the software platform which is
embedded „C‟ language and the traverse condition is
maintained. This robot runs at step down voltage value of
9V AC supply and has also uses lithium 9v battery as a
stand by back up.
Key words: IR Sensor, Proximity Sensor, Position Encoder,
White Line Sensor, Photo Transistor, Buzzer, LED
I. INTRODUCTION
Robot is derived from an Old Church Slavonic word
“robota” which means “forced labor”. So robots were
designed to help the human in order to reduce our work
pressure. The first programmable robot was designed by
George Devol in the year 1954.
Here we use a Fire Bird V robot which is a
microcontroller based robot used for any kind of robotic
application. This was designed by IIT-Bombay along with
MHRD. This is based upon a principal of „Open Source
Philosophy‟ in its software and hardware design therefore it
would be compatible with any other software like Keil,
Matlab, Scilab and LabVIEW. By using this robot we could
make use of complex applications to run on it. It has the
name Fire Bird V robot because it is the 5th in it series. It
uses 2 atmega controller where it acts as a master and a
slave controller. The basic components in this robot is that it
has IR sensors, proximity sensors, white line sensors,
SHARP IR sensors, buzzers, LCD and LED along with Ni-
MH battery. The two Atmega controllers are the master
control is the Atmega 2560 and the slave control is the
Atmega 8 controller.
Fig. 1: The Basic Structure of Fire Bird V Robot
II. NEED FOR ROBOTICS
In simple words this can be given as follows:
 Robots are employed in places where human can‟t
be involved directly.
 E.g. Deep mining, welding, cutting and drilling
areas.
 It can be used in jobs where it is stressful, boring or
labour intensive for humans.
 It can be used in places where human doesn‟t want
to do the kind of job like cleaning of under -ground
drainage system.
III. ROBOTIC LAWS
The law of robotics was well defined by the scientist Issac
Asimov. The robotic laws are stated as follows:
 A robot may not injure a human being or through
inaction allow a human being to come to any harm.
 A robot must obey the orders given to it by human
beings except where such orders would not conflict
the first law.
 A robot must protect its own existence as long as
such protection does not conflict with the first or
second law.
IV. APPLICATION
Robots include all branches of engineering since each part
of the robot has various branches of engineering involved in
designing. These branches constitute of electrical,
electronics, mechanical, computer science, instrumentation
along with the physics and mathematics. Therefore robots
have a wider application range. Some of the application
areas are
 General purpose autonomous robots
 Industrial robots
 Educational robots
 Military robots
 Healthcare robots
 Research robots
 Entertainment
White Line Follower using Fire Bird V Robot
(IJSRD/Vol. 3/Issue 10/2015/053)
All rights reserved by www.ijsrd.com 225
V. BLOCK DIAGRAM
Fig. 2: Basic Block Diagram of Atmega 2560 based Robot
VI. DESIGN OF THE SYSTEM
The basic block diagram of Atmega 2560 based robot is
shown above. The various components involved in
designing of the white line follower robot consist of the
following
 Power management
 Sensing
 Actuation(locomotion)
 Communication
 Intelligence(microcontroller)
 Other peripherals
A. Power Management:
Fire Bird v robot uses a nickel metal hydride (Ni-MH)
battery with a 9.6V rechargeable pack. The battery voltage
can vary between 12V (fully charged) and 8V (discharged)
condition.
B. Sensors:
Sensor is an object which is used to sense an event or
changes in the area. Sensors are basically a transducer and
they give the output in electrical or optical terms. In this
robot the following sensors are being used. The sensors
include
 Sharp IR sensors
 Analog IR Proximity sensors
 White line sensors
 Position encoder
 Infrared TSOP sensor(photo transistor)
 Servo mounted sensor pod
 Accelerometer
 Gyroscope
 Ultrasonic sensor
 Motion sensor
C. Actuators:
Actuator is a type of motor that is responsible for controlling
a mechanism. Here the actuators are used for moving the
robot. The following are being used in it. This includes
 Two 60rpm geared motor
 Servo motor
D. Communication:
Communication between the robot and the system can be
done through two modes. Here the robot could talk or
communicate with other robot or PC. They are
 Wired communication
 Wireless communication
In wired communication the data transfer takes
place with the help of cables. The commonly used cables are
USB, RS-232 cables and USB to serial communication
cables etc.
In wireless communication the data transfer takes
place with the help of other devices which acts as an
intermediate device through protocols. These devices
include Zigbee based on IEEE 802.15.4protocols, Wi-Fi
communication, Bluetooth communication and infrared
remote mode.
E. Intelligence:
The language used for programming is „embedded C‟ which
is similar to C program. Here the microcontroller or
microprocessor acts as the brain of the robot.
Here the ATMEL manufactured AVR architecture
based Atmega 2560 controller acts as the master controller
while the Atmega 8 controller acts as the slave controller.
F. Other Peripherals:
The other peripherals consist of the indicating or displaying
devices. These displays are used to indicate the final value
or indicate if any error is present by displaying or by giving
sound. The devices used for indicating are
 16 x 2 alpha numeric LCD
 LED
 Buzzer
VII. WORKING OF THE SYSTEM
Here as the name indicates white line sensor are being used
for tracking the white line on the surface. They are used for
sensing the location of the system there by tracking could be
done.
The sensing of the line is done by a red LED which
is used to illuminate the path of white line and a
phototransistor is used for sensing the line. This LED and
photo transistor forms the major part of white line sensor.
Here the path of the robot is found whether it is
going in the right path or not is found out by using a simple
mechanism. When the robot tracks the white line more
amount of light gets illuminated in the path and therefore the
leakage current is also high. If the path is not tracked
properly the leakage current value is decreased since the
amount of light illuminated is also less.
Fig. 3: A Schematic Diagram of White Line Sensor Module
in Main Board
White Line Follower using Fire Bird V Robot
(IJSRD/Vol. 3/Issue 10/2015/053)
All rights reserved by www.ijsrd.com 226
VIII. ADVANTAGE OF USING RED LED
The main advantage of using red LED is that
 It is near to the infra red region
 It could be easily seen with eyes and used for easier
calibration
 All phototransistor and photo diodes are sensitive
to infra red but not to red light
IX. CODING
The coding used for designing the tracking of the surface is
done through embedded c program. The following coding is
being used for sensing the white line
#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <math.h>
#include "lcd.c"
void port_init();
void timer5_init();
void velocity(unsigned char, unsigned char);
void motors_delay();
unsigned char ADC_Conversion(unsigned char);
unsigned char ADC_Value;
unsigned char flag = 0;
unsigned char Left_white_line = 0;
unsigned char Center_white_line = 0;
unsigned char Right_white_line = 0;
void lcd_port_config (void)
{
DDRC = DDRC | 0xF7;
PORTC = PORTC & 0x80;
}
void adc_pin_config (void)
{
DDRF = 0x00;
PORTF = 0x00;
DDRK = 0x00;
PORTK = 0x00;
}
void motion_pin_config (void)
{
DDRA = DDRA | 0x0F;
PORTA = PORTA & 0xF0;
DDRL = DDRL | 0x18;
PORTL = PORTL | 0x18;
}
void port_init()
{
lcd_port_config();
adc_pin_config();
motion_pin_config();
}
void timer5_init()
{
TCCR5B = 0x00;
TCNT5H = 0xFF;
TCNT5L = 0x01;
OCR5AH = 0x00;
OCR5AL = 0xFF;
OCR5BH = 0x00;
OCR5BL = 0xFF;
OCR5CH = 0x00;
OCR5CL = 0xFF;
TCCR5A = 0xA9;
TCCR5B = 0x0B;
}
void adc_init()
{
ADCSRA = 0x00;
ADCSRB = 0x00;
ADMUX = 0x20;
ACSR = 0x80;
ADCSRA = 0x86;
}
unsigned char ADC_Conversion(unsigned char Ch)
{
unsigned char a;
if(Ch>7)
{
ADCSRB = 0x08;
}
Ch = Ch & 0x07;
ADMUX= 0x20| Ch;
ADCSRA = ADCSRA | 0x40;
while((ADCSRA&0x10)==0);
a=ADCH;
ADCSRA = ADCSRA|0x10;
ADCSRB = 0x00;
return a;
}
void print_sensor(char row, char coloumn,unsigned char
channel)
{
ADC_Value = ADC_Conversion(channel);
lcd_print(row, coloumn, ADC_Value, 3);
}
void velocity (unsigned char left_motor, unsigned char
right_motor)
{
OCR5AL = (unsigned char)left_motor;
OCR5BL = (unsigned char)right_motor;
}
void motion_set (unsigned char Direction)
{
unsigned char PortARestore = 0;
Direction &= 0x0F;
PortARestore = PORTA;
PortARestore &= 0xF0;
PortARestore |= Direction;
PORTA = PortARestore;
}
void forward (void)
{
motion_set (0x06);
}
void stop (void)
{
motion_set (0x00);
}
void init_devices (void)
{
cli();
port_init();
White Line Follower using Fire Bird V Robot
(IJSRD/Vol. 3/Issue 10/2015/053)
All rights reserved by www.ijsrd.com 227
adc_init();
timer5_init();
sei(); }
int main()
{
init_devices();
lcd_set_4bit();
lcd_init();
while(1)
{
Left_white_line = ADC_Conversion(3);
Center_white_line = ADC_Conversion(2);
Right_white_line = ADC_Conversion(1);
flag=0;
print_sensor(1,1,3);
print_sensor(1,5,2);
print_sensor(1,9,1);
if(Center_white_line<0x28)
{
flag=1;
forward();
velocity(150,150);
}
if((Left_white_line>0x28) && (flag==0))
{
flag=1;
forward();
velocity(130,50);
}
if((Right_white_line>0x28) && (flag==0))
{
flag=1;
forward();
velocity(50,130);
}
if(Center_white_line>0x28&& Left_white_line>0x28&&
Right_white_line>0x28)
{
forward();
velocity(0,0);
}
}
}
By using this code the sensing could be done and
red LED illuminates the path and the sensor tracks or senses
the line position and the robot moves accordingly.
X. SIMULATION
The coding of the white line program was compiled in the
AVR studio 4 and it is checked for errors and warnings.
When the program has build with no errors then the default
header file is being created and then it is being burnt into the
controller using AVR Bootloader. Then when the program is
being run the following output is obtained and it is tabulated
below. The output is obtained for a distance of few meters
and the corresponding voltage is being obtained. The
corresponding graph is being obtained when we draw a
graph between distances versus voltage.
XI. TABULATION
The table below is the output of the white line follower
robot. When the robot runs for a particular distance the
corresponding values are being read by the sensors due to
leakage current and it is displayed in terms of voltage.
Distance Sensor 1 Sensor 2 Sensor 3
10 120 010 111
20 119 009 009
30 124 011 013
40 130 095 028
50 126 036 022
60 128 009 036
70 134 010 076
80 135 010 010
90 062 011 120
100 077 010 110
Table 1: Output of the White Line Follower Robot
Fig. 4: Graph of Distance Vs Voltage
In the Fig.4 distance is X-axis and voltage is Y-
axis. The values of the three white line sensors is being
ploted in three different colours. Red line indicates sensor 1
output, green line indicates sensor 2 output and blue line
indicates sensor 3 output.
XII. CONCLUSION
Thus the maximum stability for the traverse condition
through white line following technique is achieved. As the
robot path condition is controlled by three white line sensors
with maximum proximity, the path alignment is achieved
.Here the robot completes the task assigned in both low
speed and top speed condition, which is done with the help
of perfect coding. Whenever the robot is deviated from its
original track it gets resolved quickly by sensing the leakage
current and it returns to its original path.
REFERENCES
[1] Fire Bird V ATMEGA 2560 Hardware Manual, IIT
Bombay
[2] M. S. Islam & M. A. Rahman, “Design and Fabrication
of Line Follower Robot”, Asian Journal of Applied
Science and Engineering, Volume 2, No 2 (2013) ISSN
2305-915X
[3] Ramshetty K Sure, Savita Patil, “ANDROID BASED
AUTONOMOUS COLOURED LINE FOLLOWER
ROBOT”, IJRET: International Journal of Research in
Engineering and Technology EISSN: 2319-1163 |
PISSN: 2321-7308
White Line Follower using Fire Bird V Robot
(IJSRD/Vol. 3/Issue 10/2015/053)
All rights reserved by www.ijsrd.com 228
[4] M.Z.A RASHID, H.N.M Shah, M.S.M Aras,
M.N.Kamaruddin, A.M. Kassim, H.I.Jaaafar,” METAL
LINE DETECTION: A NEW SENSORY SYSTEM
FOR LINE FOLLOWING MOBILE ROBOT”, Journal
of Theoretical and Applied Information Technology.
ISSN: 1992-8645
[5] Mr. Pankaj Ande, Mr. Azeem Dafedar, Prof. Rahul
Bhandari,” Solar Operated Photovoltaic Line Follower
Robot”, International Journal of Scientific &
Engineering Research, Volume 5, Issue 10, October-
2014 ISSN 2229-5518
[6] Deepak Punetha, Neeraj Kumar, Vartika Mehta,
“Development and Applications of Line Following
Robot Based Health Care Management System”,
International Journal of Advanced Research in
Computer Engineering & Technology (IJARCET)
Volume 2, Issue 8
[7] Inian Roy. A, Karthick raja. B, Chakkaravarthy. G,
Arun Prakash. C, “LINE FOLLOWING ROBOT
BASED ON VISION TECHNIQUES”, International
Journal of Advanced Technology in Engineering and
Science www.ijates.com Volume No.03, Special Issue
No. 02, February 2015

Contenu connexe

Tendances

Automatic railway gate control
Automatic railway gate controlAutomatic railway gate control
Automatic railway gate controlMohamed Magdy
 
Global wireless e voting
Global wireless  e votingGlobal wireless  e voting
Global wireless e votingvitam,berhampur
 
Smart door lock
Smart door lockSmart door lock
Smart door lockaswin5432
 
ARTIFICIAL INTELLIGENCE AND ROBOTICS
ARTIFICIAL INTELLIGENCE AND ROBOTICS ARTIFICIAL INTELLIGENCE AND ROBOTICS
ARTIFICIAL INTELLIGENCE AND ROBOTICS Abhishek Bhadoria
 
E- Notice Board Presentation
E- Notice Board PresentationE- Notice Board Presentation
E- Notice Board Presentationayushi jain
 
Wireless robo Report
Wireless robo  ReportWireless robo  Report
Wireless robo ReportSumit Saini
 
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3Abhishekvb
 
Robotics project ppt
Robotics project pptRobotics project ppt
Robotics project pptYash Bhawre
 
biometric technology
biometric technologybiometric technology
biometric technologyAnmol Bagga
 
IEEE 2023 - 2024 EMBEDDED SYSTEM TITLES
IEEE 2023 - 2024 EMBEDDED SYSTEM TITLESIEEE 2023 - 2024 EMBEDDED SYSTEM TITLES
IEEE 2023 - 2024 EMBEDDED SYSTEM TITLESArudhra Innovations
 
Global wireless e voting system
Global wireless e voting systemGlobal wireless e voting system
Global wireless e voting systemAbhishek Abhi
 
Automatic railway gate using pic 16f877a
Automatic railway gate using pic 16f877aAutomatic railway gate using pic 16f877a
Automatic railway gate using pic 16f877avijay kumar yadav
 
Bluetooth Home Automation
Bluetooth Home AutomationBluetooth Home Automation
Bluetooth Home AutomationApoorv Gupta
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptRanjan Gupta
 
Wireless AI based industrial security robot
Wireless AI based industrial security robotWireless AI based industrial security robot
Wireless AI based industrial security robotVarun B P
 
Robo wireless controll
Robo wireless controllRobo wireless controll
Robo wireless controllSumit Saini
 

Tendances (20)

Automatic railway gate control
Automatic railway gate controlAutomatic railway gate control
Automatic railway gate control
 
Global wireless e voting
Global wireless  e votingGlobal wireless  e voting
Global wireless e voting
 
GLOBAL WIRELESS E-VOTING FULL REPORT FOR SEMINAR
GLOBAL WIRELESS E-VOTING FULL REPORT FOR SEMINARGLOBAL WIRELESS E-VOTING FULL REPORT FOR SEMINAR
GLOBAL WIRELESS E-VOTING FULL REPORT FOR SEMINAR
 
Smart door lock
Smart door lockSmart door lock
Smart door lock
 
Railway Accident Avoiding System: A Safety Measure
Railway Accident Avoiding System: A Safety MeasureRailway Accident Avoiding System: A Safety Measure
Railway Accident Avoiding System: A Safety Measure
 
ARTIFICIAL INTELLIGENCE AND ROBOTICS
ARTIFICIAL INTELLIGENCE AND ROBOTICS ARTIFICIAL INTELLIGENCE AND ROBOTICS
ARTIFICIAL INTELLIGENCE AND ROBOTICS
 
E- Notice Board Presentation
E- Notice Board PresentationE- Notice Board Presentation
E- Notice Board Presentation
 
Wireless robo Report
Wireless robo  ReportWireless robo  Report
Wireless robo Report
 
Humanoid robot
Humanoid robotHumanoid robot
Humanoid robot
 
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
 
Robotics project ppt
Robotics project pptRobotics project ppt
Robotics project ppt
 
biometric technology
biometric technologybiometric technology
biometric technology
 
IEEE 2023 - 2024 EMBEDDED SYSTEM TITLES
IEEE 2023 - 2024 EMBEDDED SYSTEM TITLESIEEE 2023 - 2024 EMBEDDED SYSTEM TITLES
IEEE 2023 - 2024 EMBEDDED SYSTEM TITLES
 
Global wireless e voting system
Global wireless e voting systemGlobal wireless e voting system
Global wireless e voting system
 
Automatic railway gate using pic 16f877a
Automatic railway gate using pic 16f877aAutomatic railway gate using pic 16f877a
Automatic railway gate using pic 16f877a
 
Bluetooth Home Automation
Bluetooth Home AutomationBluetooth Home Automation
Bluetooth Home Automation
 
Arduino Projects
Arduino ProjectsArduino Projects
Arduino Projects
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System ppt
 
Wireless AI based industrial security robot
Wireless AI based industrial security robotWireless AI based industrial security robot
Wireless AI based industrial security robot
 
Robo wireless controll
Robo wireless controllRobo wireless controll
Robo wireless controll
 

En vedette

En vedette (7)

Fire Fighting Robotic Vehicle
Fire Fighting Robotic VehicleFire Fighting Robotic Vehicle
Fire Fighting Robotic Vehicle
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot ppt
 
Fire Detector And Extinguisher Robot- Project Report
Fire Detector And Extinguisher Robot- Project ReportFire Detector And Extinguisher Robot- Project Report
Fire Detector And Extinguisher Robot- Project Report
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of Robotics
 
fire fighting robot
fire fighting robotfire fighting robot
fire fighting robot
 
robotics ppt
robotics ppt robotics ppt
robotics ppt
 
Robotics project ppt
Robotics project pptRobotics project ppt
Robotics project ppt
 

Similaire à White Line Follower Using Fire Bird V Robot

Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module iosrjce
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th yearVatsal N Shah
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human PresenceIRJET Journal
 
SOCIAL DISTANCE MONITORING ROBOT
SOCIAL DISTANCE MONITORING ROBOTSOCIAL DISTANCE MONITORING ROBOT
SOCIAL DISTANCE MONITORING ROBOTIRJET Journal
 
IRJET - Red Herring Reconnaissance Robot
IRJET  -  	  Red Herring Reconnaissance RobotIRJET  -  	  Red Herring Reconnaissance Robot
IRJET - Red Herring Reconnaissance RobotIRJET Journal
 
IRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying RobotIRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying RobotIRJET Journal
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET Journal
 
Iaetsd autonomous pick and place rover for long distance
Iaetsd autonomous  pick and place rover for long distanceIaetsd autonomous  pick and place rover for long distance
Iaetsd autonomous pick and place rover for long distanceIaetsd Iaetsd
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robotIRJET Journal
 
Robots for surveillance in military applications
Robots for surveillance in military applicationsRobots for surveillance in military applications
Robots for surveillance in military applicationsIAEME Publication
 
IRJET-Gesture Recognition Robot using Digital Image Processing
IRJET-Gesture Recognition Robot using Digital Image ProcessingIRJET-Gesture Recognition Robot using Digital Image Processing
IRJET-Gesture Recognition Robot using Digital Image ProcessingIRJET Journal
 
Spy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMSpy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMIRJET Journal
 
flying Spy robot by sanjeev
flying Spy robot by sanjeevflying Spy robot by sanjeev
flying Spy robot by sanjeevSanjeev Pandey
 
IRJET- Wireless Multifunctional Robot for Military Applications
IRJET-  	  Wireless Multifunctional Robot for Military ApplicationsIRJET-  	  Wireless Multifunctional Robot for Military Applications
IRJET- Wireless Multifunctional Robot for Military ApplicationsIRJET Journal
 

Similaire à White Line Follower Using Fire Bird V Robot (20)

I011115964
I011115964I011115964
I011115964
 
Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
 
SOCIAL DISTANCE MONITORING ROBOT
SOCIAL DISTANCE MONITORING ROBOTSOCIAL DISTANCE MONITORING ROBOT
SOCIAL DISTANCE MONITORING ROBOT
 
Paper robot
Paper robotPaper robot
Paper robot
 
IRJET - Red Herring Reconnaissance Robot
IRJET  -  	  Red Herring Reconnaissance RobotIRJET  -  	  Red Herring Reconnaissance Robot
IRJET - Red Herring Reconnaissance Robot
 
117_SIRJ_HMS
117_SIRJ_HMS117_SIRJ_HMS
117_SIRJ_HMS
 
IRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying RobotIRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying Robot
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
 
Iaetsd autonomous pick and place rover for long distance
Iaetsd autonomous  pick and place rover for long distanceIaetsd autonomous  pick and place rover for long distance
Iaetsd autonomous pick and place rover for long distance
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robot
 
Robots for surveillance in military applications
Robots for surveillance in military applicationsRobots for surveillance in military applications
Robots for surveillance in military applications
 
IRJET-Gesture Recognition Robot using Digital Image Processing
IRJET-Gesture Recognition Robot using Digital Image ProcessingIRJET-Gesture Recognition Robot using Digital Image Processing
IRJET-Gesture Recognition Robot using Digital Image Processing
 
Spook Robi
Spook RobiSpook Robi
Spook Robi
 
B044020609
B044020609B044020609
B044020609
 
Spy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMSpy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSM
 
flying Spy robot by sanjeev
flying Spy robot by sanjeevflying Spy robot by sanjeev
flying Spy robot by sanjeev
 
A046030106
A046030106A046030106
A046030106
 
IRJET- Wireless Multifunctional Robot for Military Applications
IRJET-  	  Wireless Multifunctional Robot for Military ApplicationsIRJET-  	  Wireless Multifunctional Robot for Military Applications
IRJET- Wireless Multifunctional Robot for Military Applications
 

Plus de IJSRD

#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication#IJSRD #Research Paper Publication
#IJSRD #Research Paper PublicationIJSRD
 
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...IJSRD
 
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...IJSRD
 
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEWPreclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEWIJSRD
 
Prevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV ProtocolPrevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV ProtocolIJSRD
 
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...IJSRD
 
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelEvaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelIJSRD
 
Filter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osnFilter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osnIJSRD
 
Keystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management SystemKeystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management SystemIJSRD
 
Diagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural NetworksDiagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural NetworksIJSRD
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningIJSRD
 
A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISIJSRD
 
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...IJSRD
 
Product Quality Analysis based on online Reviews
Product Quality Analysis based on online ReviewsProduct Quality Analysis based on online Reviews
Product Quality Analysis based on online ReviewsIJSRD
 
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy NumbersSolving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy NumbersIJSRD
 
Study of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data MiningStudy of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data MiningIJSRD
 
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...IJSRD
 
Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...IJSRD
 
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a RotavatorReview Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a RotavatorIJSRD
 
A Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots PredictionA Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots PredictionIJSRD
 

Plus de IJSRD (20)

#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication
 
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
 
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
 
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEWPreclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
 
Prevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV ProtocolPrevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV Protocol
 
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
 
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelEvaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
 
Filter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osnFilter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osn
 
Keystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management SystemKeystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management System
 
Diagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural NetworksDiagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural Networks
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion Mining
 
A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFIS
 
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
 
Product Quality Analysis based on online Reviews
Product Quality Analysis based on online ReviewsProduct Quality Analysis based on online Reviews
Product Quality Analysis based on online Reviews
 
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy NumbersSolving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
 
Study of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data MiningStudy of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data Mining
 
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
 
Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...
 
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a RotavatorReview Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
 
A Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots PredictionA Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots Prediction
 

Dernier

Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptxJonalynLegaspi2
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 

Dernier (20)

Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 

White Line Follower Using Fire Bird V Robot

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 224 White Line Follower using Fire Bird V Robot RM.Nachammai1 N.Mrujool Kansara2 G.Lavanya3 R.Gopalakrishnan4 1,2,3 Student 4 Assistant Professor 1,2,3,4 Department of Instrumentation and Control Engineering 1,2,3,4 Saranathan College of Engineering, Panjapur, Tiruchirapalli Tamilnadu Abstract— Robotic technology has the origin from the year 1954 and has very vast application in the field like energy, health, agriculture, education, research, motion and space etc. The disadvantage of any autonomous robot is that, it is very difficult to maintain stability of its traverse condition. In this paper, we have introduced and achieved maximum stability for the traverse condition through white line following technique. Here we are using the Fire Bird V robotic technology as our robotic medium, which has the Atmega2560 as its microcontroller and where it uses Studio 4 as its controller‟s software platform. The control dynamic to the robot is sent via the software platform which is embedded „C‟ language and the traverse condition is maintained. This robot runs at step down voltage value of 9V AC supply and has also uses lithium 9v battery as a stand by back up. Key words: IR Sensor, Proximity Sensor, Position Encoder, White Line Sensor, Photo Transistor, Buzzer, LED I. INTRODUCTION Robot is derived from an Old Church Slavonic word “robota” which means “forced labor”. So robots were designed to help the human in order to reduce our work pressure. The first programmable robot was designed by George Devol in the year 1954. Here we use a Fire Bird V robot which is a microcontroller based robot used for any kind of robotic application. This was designed by IIT-Bombay along with MHRD. This is based upon a principal of „Open Source Philosophy‟ in its software and hardware design therefore it would be compatible with any other software like Keil, Matlab, Scilab and LabVIEW. By using this robot we could make use of complex applications to run on it. It has the name Fire Bird V robot because it is the 5th in it series. It uses 2 atmega controller where it acts as a master and a slave controller. The basic components in this robot is that it has IR sensors, proximity sensors, white line sensors, SHARP IR sensors, buzzers, LCD and LED along with Ni- MH battery. The two Atmega controllers are the master control is the Atmega 2560 and the slave control is the Atmega 8 controller. Fig. 1: The Basic Structure of Fire Bird V Robot II. NEED FOR ROBOTICS In simple words this can be given as follows:  Robots are employed in places where human can‟t be involved directly.  E.g. Deep mining, welding, cutting and drilling areas.  It can be used in jobs where it is stressful, boring or labour intensive for humans.  It can be used in places where human doesn‟t want to do the kind of job like cleaning of under -ground drainage system. III. ROBOTIC LAWS The law of robotics was well defined by the scientist Issac Asimov. The robotic laws are stated as follows:  A robot may not injure a human being or through inaction allow a human being to come to any harm.  A robot must obey the orders given to it by human beings except where such orders would not conflict the first law.  A robot must protect its own existence as long as such protection does not conflict with the first or second law. IV. APPLICATION Robots include all branches of engineering since each part of the robot has various branches of engineering involved in designing. These branches constitute of electrical, electronics, mechanical, computer science, instrumentation along with the physics and mathematics. Therefore robots have a wider application range. Some of the application areas are  General purpose autonomous robots  Industrial robots  Educational robots  Military robots  Healthcare robots  Research robots  Entertainment
  • 2. White Line Follower using Fire Bird V Robot (IJSRD/Vol. 3/Issue 10/2015/053) All rights reserved by www.ijsrd.com 225 V. BLOCK DIAGRAM Fig. 2: Basic Block Diagram of Atmega 2560 based Robot VI. DESIGN OF THE SYSTEM The basic block diagram of Atmega 2560 based robot is shown above. The various components involved in designing of the white line follower robot consist of the following  Power management  Sensing  Actuation(locomotion)  Communication  Intelligence(microcontroller)  Other peripherals A. Power Management: Fire Bird v robot uses a nickel metal hydride (Ni-MH) battery with a 9.6V rechargeable pack. The battery voltage can vary between 12V (fully charged) and 8V (discharged) condition. B. Sensors: Sensor is an object which is used to sense an event or changes in the area. Sensors are basically a transducer and they give the output in electrical or optical terms. In this robot the following sensors are being used. The sensors include  Sharp IR sensors  Analog IR Proximity sensors  White line sensors  Position encoder  Infrared TSOP sensor(photo transistor)  Servo mounted sensor pod  Accelerometer  Gyroscope  Ultrasonic sensor  Motion sensor C. Actuators: Actuator is a type of motor that is responsible for controlling a mechanism. Here the actuators are used for moving the robot. The following are being used in it. This includes  Two 60rpm geared motor  Servo motor D. Communication: Communication between the robot and the system can be done through two modes. Here the robot could talk or communicate with other robot or PC. They are  Wired communication  Wireless communication In wired communication the data transfer takes place with the help of cables. The commonly used cables are USB, RS-232 cables and USB to serial communication cables etc. In wireless communication the data transfer takes place with the help of other devices which acts as an intermediate device through protocols. These devices include Zigbee based on IEEE 802.15.4protocols, Wi-Fi communication, Bluetooth communication and infrared remote mode. E. Intelligence: The language used for programming is „embedded C‟ which is similar to C program. Here the microcontroller or microprocessor acts as the brain of the robot. Here the ATMEL manufactured AVR architecture based Atmega 2560 controller acts as the master controller while the Atmega 8 controller acts as the slave controller. F. Other Peripherals: The other peripherals consist of the indicating or displaying devices. These displays are used to indicate the final value or indicate if any error is present by displaying or by giving sound. The devices used for indicating are  16 x 2 alpha numeric LCD  LED  Buzzer VII. WORKING OF THE SYSTEM Here as the name indicates white line sensor are being used for tracking the white line on the surface. They are used for sensing the location of the system there by tracking could be done. The sensing of the line is done by a red LED which is used to illuminate the path of white line and a phototransistor is used for sensing the line. This LED and photo transistor forms the major part of white line sensor. Here the path of the robot is found whether it is going in the right path or not is found out by using a simple mechanism. When the robot tracks the white line more amount of light gets illuminated in the path and therefore the leakage current is also high. If the path is not tracked properly the leakage current value is decreased since the amount of light illuminated is also less. Fig. 3: A Schematic Diagram of White Line Sensor Module in Main Board
  • 3. White Line Follower using Fire Bird V Robot (IJSRD/Vol. 3/Issue 10/2015/053) All rights reserved by www.ijsrd.com 226 VIII. ADVANTAGE OF USING RED LED The main advantage of using red LED is that  It is near to the infra red region  It could be easily seen with eyes and used for easier calibration  All phototransistor and photo diodes are sensitive to infra red but not to red light IX. CODING The coding used for designing the tracking of the surface is done through embedded c program. The following coding is being used for sensing the white line #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #include <math.h> #include "lcd.c" void port_init(); void timer5_init(); void velocity(unsigned char, unsigned char); void motors_delay(); unsigned char ADC_Conversion(unsigned char); unsigned char ADC_Value; unsigned char flag = 0; unsigned char Left_white_line = 0; unsigned char Center_white_line = 0; unsigned char Right_white_line = 0; void lcd_port_config (void) { DDRC = DDRC | 0xF7; PORTC = PORTC & 0x80; } void adc_pin_config (void) { DDRF = 0x00; PORTF = 0x00; DDRK = 0x00; PORTK = 0x00; } void motion_pin_config (void) { DDRA = DDRA | 0x0F; PORTA = PORTA & 0xF0; DDRL = DDRL | 0x18; PORTL = PORTL | 0x18; } void port_init() { lcd_port_config(); adc_pin_config(); motion_pin_config(); } void timer5_init() { TCCR5B = 0x00; TCNT5H = 0xFF; TCNT5L = 0x01; OCR5AH = 0x00; OCR5AL = 0xFF; OCR5BH = 0x00; OCR5BL = 0xFF; OCR5CH = 0x00; OCR5CL = 0xFF; TCCR5A = 0xA9; TCCR5B = 0x0B; } void adc_init() { ADCSRA = 0x00; ADCSRB = 0x00; ADMUX = 0x20; ACSR = 0x80; ADCSRA = 0x86; } unsigned char ADC_Conversion(unsigned char Ch) { unsigned char a; if(Ch>7) { ADCSRB = 0x08; } Ch = Ch & 0x07; ADMUX= 0x20| Ch; ADCSRA = ADCSRA | 0x40; while((ADCSRA&0x10)==0); a=ADCH; ADCSRA = ADCSRA|0x10; ADCSRB = 0x00; return a; } void print_sensor(char row, char coloumn,unsigned char channel) { ADC_Value = ADC_Conversion(channel); lcd_print(row, coloumn, ADC_Value, 3); } void velocity (unsigned char left_motor, unsigned char right_motor) { OCR5AL = (unsigned char)left_motor; OCR5BL = (unsigned char)right_motor; } void motion_set (unsigned char Direction) { unsigned char PortARestore = 0; Direction &= 0x0F; PortARestore = PORTA; PortARestore &= 0xF0; PortARestore |= Direction; PORTA = PortARestore; } void forward (void) { motion_set (0x06); } void stop (void) { motion_set (0x00); } void init_devices (void) { cli(); port_init();
  • 4. White Line Follower using Fire Bird V Robot (IJSRD/Vol. 3/Issue 10/2015/053) All rights reserved by www.ijsrd.com 227 adc_init(); timer5_init(); sei(); } int main() { init_devices(); lcd_set_4bit(); lcd_init(); while(1) { Left_white_line = ADC_Conversion(3); Center_white_line = ADC_Conversion(2); Right_white_line = ADC_Conversion(1); flag=0; print_sensor(1,1,3); print_sensor(1,5,2); print_sensor(1,9,1); if(Center_white_line<0x28) { flag=1; forward(); velocity(150,150); } if((Left_white_line>0x28) && (flag==0)) { flag=1; forward(); velocity(130,50); } if((Right_white_line>0x28) && (flag==0)) { flag=1; forward(); velocity(50,130); } if(Center_white_line>0x28&& Left_white_line>0x28&& Right_white_line>0x28) { forward(); velocity(0,0); } } } By using this code the sensing could be done and red LED illuminates the path and the sensor tracks or senses the line position and the robot moves accordingly. X. SIMULATION The coding of the white line program was compiled in the AVR studio 4 and it is checked for errors and warnings. When the program has build with no errors then the default header file is being created and then it is being burnt into the controller using AVR Bootloader. Then when the program is being run the following output is obtained and it is tabulated below. The output is obtained for a distance of few meters and the corresponding voltage is being obtained. The corresponding graph is being obtained when we draw a graph between distances versus voltage. XI. TABULATION The table below is the output of the white line follower robot. When the robot runs for a particular distance the corresponding values are being read by the sensors due to leakage current and it is displayed in terms of voltage. Distance Sensor 1 Sensor 2 Sensor 3 10 120 010 111 20 119 009 009 30 124 011 013 40 130 095 028 50 126 036 022 60 128 009 036 70 134 010 076 80 135 010 010 90 062 011 120 100 077 010 110 Table 1: Output of the White Line Follower Robot Fig. 4: Graph of Distance Vs Voltage In the Fig.4 distance is X-axis and voltage is Y- axis. The values of the three white line sensors is being ploted in three different colours. Red line indicates sensor 1 output, green line indicates sensor 2 output and blue line indicates sensor 3 output. XII. CONCLUSION Thus the maximum stability for the traverse condition through white line following technique is achieved. As the robot path condition is controlled by three white line sensors with maximum proximity, the path alignment is achieved .Here the robot completes the task assigned in both low speed and top speed condition, which is done with the help of perfect coding. Whenever the robot is deviated from its original track it gets resolved quickly by sensing the leakage current and it returns to its original path. REFERENCES [1] Fire Bird V ATMEGA 2560 Hardware Manual, IIT Bombay [2] M. S. Islam & M. A. Rahman, “Design and Fabrication of Line Follower Robot”, Asian Journal of Applied Science and Engineering, Volume 2, No 2 (2013) ISSN 2305-915X [3] Ramshetty K Sure, Savita Patil, “ANDROID BASED AUTONOMOUS COLOURED LINE FOLLOWER ROBOT”, IJRET: International Journal of Research in Engineering and Technology EISSN: 2319-1163 | PISSN: 2321-7308
  • 5. White Line Follower using Fire Bird V Robot (IJSRD/Vol. 3/Issue 10/2015/053) All rights reserved by www.ijsrd.com 228 [4] M.Z.A RASHID, H.N.M Shah, M.S.M Aras, M.N.Kamaruddin, A.M. Kassim, H.I.Jaaafar,” METAL LINE DETECTION: A NEW SENSORY SYSTEM FOR LINE FOLLOWING MOBILE ROBOT”, Journal of Theoretical and Applied Information Technology. ISSN: 1992-8645 [5] Mr. Pankaj Ande, Mr. Azeem Dafedar, Prof. Rahul Bhandari,” Solar Operated Photovoltaic Line Follower Robot”, International Journal of Scientific & Engineering Research, Volume 5, Issue 10, October- 2014 ISSN 2229-5518 [6] Deepak Punetha, Neeraj Kumar, Vartika Mehta, “Development and Applications of Line Following Robot Based Health Care Management System”, International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 8 [7] Inian Roy. A, Karthick raja. B, Chakkaravarthy. G, Arun Prakash. C, “LINE FOLLOWING ROBOT BASED ON VISION TECHNIQUES”, International Journal of Advanced Technology in Engineering and Science www.ijates.com Volume No.03, Special Issue No. 02, February 2015