SlideShare a Scribd company logo
International Journal of Computational Engineering Research||Vol, 03||Issue, 9||
||Issn 2250-3005 || ||September||2013|| Page 108
Automated Transportation Mechanism and Obstacle Detection
Vinita Mathur1
, Dr. Rajesh Kumar2
, Mr. Aniruddhu Gautam2
1,
M.Tech Student of AKG Engineering College, Ghaziabad
2,
Faculty AKG Engineering College, Ghaziabad
I. INTRODUCTION
Now a day’s industries are highly automated for various applications. Automated guided vehicles are
now widely used in many industries due to the high level of performance and reliability. All guided vehicles
feature some kind of obstacle avoidance. The functions of guided vehicles is to carrier a material and deliver
products from one manufacturing point to another; where rail, conveyer and gantry systems are not a suitable
option. Designing autonomous vehicle requires the integration of many sensors and actuators according to their
task. Obstacle detection is primary requirement for any autonomous vehicle. The vehicle acquires the
information from the outside environment and process it according to the sensor mounted over it. Various types
of sensors are use for the obstacle detection which is ultrasonic sensors, laser sensor, bump sensors, infrared
sensors and soon can be used. Among these entire sensor infra red sensor is most suitable because of its low cost
and ranging capability. The guidance systems consist of infra red sensor for obstacle detection, range
determination and avoidance the unit is highly resistant to ambient light and nearly impervious to variations in
the surface reflectivity of the detected object. It can detect the obstacle within the range of 10 to 80 cm. These
systems consist of infra red sensor and micro-controller the sensor is mounted on the vehicle to acquire the
information from its surrounding. The infra red sensor is most suitable because of its low cost and ranging
capability. The performance measurements indicated by the zigbee software using visual basic which provide
the wireless communication for the long distance. Background theories and techniques of Electronic control
Technology and analyzed in this paper using both hardware and software consideration.
II. SYSTEM DESCRIPTION
This vehicle is designed to detect the obstacle and avoiding collision base on the distance measurement
information obtained from the infra red sensors. Hardware circuit of Automated Transportation mechanism and
Obstacle Detection consist of two parts transmission of data though transmitter circuit which consist of zigbee
transmitter and a receiver circuit which called as zigbee receiver which receives the data entry though the
programmer. Receiver circuit also consists of an IR Sensor which is connected to the microcontroller for
obstacle detection.The transmitter circuit is consist of an zigbee transmitter and power regulator LM317 for
3.3V and db 9 connector though pin no. 13 & 14 of the IC in which 5V supply is provides to data is enter though
the programmer. Circuit diagram of transmitter is shown in fig 1. Here the data is received by the zigbee
receiver which is controlled though the microcontroller IC AT89S52 which control the movements of the
motors and up-down movements of the rack and pinion though the relay IC ULN 2003 which is connected to the
six motor and the six coil the ULN2003 send the signal according to which the motor movement are decided.
Here, an obstacle detection IR (Infrared sensor) sensor is also used for the detection of obstacle during the
ABSTRACT:
The automotive sector is widely recognized as one of the industries with greatest importance and
can assume in the development of a country economy this master's thesis is about the implementation and
evaluation of Automated Transportation mechanism and Obstacle Detection. By using a real time visual
basic concept. A concept of automated transportation by a cooperative which enable robots to process a
complicated or heavy duties task and over the large abstraction in the environment a method
transportation utilizing forklift mechanism for lifting process and moving process. The path is store in
memory by the programmer, the motion of the vehicle is controlled by stepper motor and controlling of
the machine is done by micro- controller. Autonomous robotic vehicle guidance has been developed for
industrial difficult.
KEYWORDS: Automated guided vehicles; IR sensors; zigbee transmitter; zigbee receiver
microcontroller.
Automated Transportation Mechanism…
||Issn 2250-3005 || ||September||2013|| Page 109
loading and unloading of the material which is connected to the pin no. 5 of microcontroller. As shown in block
Diagram of the system shown below
Fig 1 Block dig of Automated guided vehicle and obstacle detection
III. BASIC DESIGN AND ITS REQUIREMENTS
A) The microcontroller
The AT89C52 is a low-power, high-performance CMOS 8-bit microcomputer with 8K bytes of Flash
programmable and erasable read only memory (PEROM). The device is manufactured using Atmel’s high-
density nonvolatile memory technology and is compatible with the industry-standard 80C51 and 80C52
instruction set and pin out. The on-chip Flash allows the program memory to be reprogrammed in-system or by
a conventional nonvolatile memory programmer. By combining a versatile 8-bit CPU with Flash on a
monolithic chip, the Atmel AT89C52 is a powerful microcomputer which provides a highly-flexible and cost-
effective solution to many embedded control applications. The AT89C52 provides the following standard
features: 8K bytes of Flash, 256 bytes of RAM, 32 I/O lines, three 16-bit timer/counters, a six-vector two-level
interrupt architecture, a full-duplex serial port, on-chip oscillator, and clock circuitry.
B) IR sensor
The digital IR sensor consists of an IR transmitter, IR receiver, and an Op-Amp. Once powered, IR
LED continuously keeps emitting IR light. Hence the IR LED acts as transmitter and the photodiode acts as
receiver. As soon as the IR radiation is reflected back by a surface, it is absorbed by the receiver (photodiode).A
standard op-amp operating in open loop configuration (without any feedback) can be used as a comparator.
When the non-inverting input voltage (V1) is higher than the inverting input voltage (V2), the high gain of the
op-amp causes it to output the most positive voltage, i.e. the output of the op-amp will be high (1). When the no
invertinginput voltage (V1) drops below the inverting input voltage (V2), the op-amp outputs the most negative
voltage, i.e. the output of the op-amp will be low (0).
C) Design and calculation of motor:
#1 #2 #3
Voltage, V V 1.5 3 6
No-load speed, ω rpm 13,400 5,400 4,700
Stall torque, Ts N-m 0.0003 0.0016 0.007
No-load current, I A 0.02 0.016 0.01
Terminal resistance, R Ω 5 9.5 10
Torque constant, Kt N-m/A 0.001 0.005 0.012
Length mm 17 21 31
Diameter mm 8 16 23
Automated Transportation Mechanism…
||Issn 2250-3005 || ||September||2013|| Page 110
IV. MOTOR CALCULATION
D) Voltage Regulator
Voltage regulator is used as voltage regulator in this line follower. This is applied to maintain constant
output voltage. Generally it consists of 3 terminals one input one output terminals and another one is ground
terminal. The output terminal is then connected to the power supply pin of the microcontroller. It looks like a
transistor but it is actually an integrated circuit with 3 legs. It can take a higher, crappy DC voltage and turn it
into a nice, smooth 5 volts DC.
Voltage regulator.
Fig 2 Transmitter and Receiver circuit
IV. CONSIDERATION OF RULES FOR OBSTACLE AVOIDING
1) Path predetermining state
The system must be pre limited for going straight distance, turning left or right and returning back
straight to the starting point for no obstacles condition.
2) Obstacle is detected at the left
Stop for a while one or both sensors are detected. The system must turn to right and check if there is
any obstacle or not in this turning state. It must return to left and go straight at normal position.
3) Obstacle is detected at the right
The system must be stop for a whether one or both right sensor are detected. It must turn to left and
check if there is any obstacle or not in this turning state. And then it will return to right and go straight at normal
position.
V. V SOFTWARE IMPLEMENTATION
The focus of network applications under the IEEE 802.15.4 / ZigBee standard include the features of
low power consumption, needed for only two major modes (Tx/Rx or Sleep), high density of nodes per network,
low costs and simple implementation.
These features are enabled by the following characteristics
[1] 2.4GHz and 868/915 MHz dual PHY modes.
[2] This represents three license-free bands: 2.4-2.4835 GHz, 868-870 MHz and 902-928 MHz The number of channels
allotted to each frequency band is fixed at 16 channels in the 2.45 GHz band, 10 channels in the 915 MHz band, and 1 channel in
the 868 MHz band
[3] · Maximum data rates allowed for each of these frequency bands are fixed as 250 kbps @2.4 GHz, 40 kbps @ 915 MHz, and 20
kbps @868 MHz.
[4] Allocated 16 bit short or 64 bit extended addresses.
[5] Allocation of guaranteed time slots (GTSs)
[6] Carrier sense multiple access with collision avoidance (CSMA-CA) channel
[7] Access Yields high throughput and low latency for low duty cycle devices like sensors and controls.
[8] Fully “hand-shake” acknowledged protocol for transfer reliability.
[9] Low power consumption with battery life ranging from months to years.
[10] Energy detection (ED).
[11] Link quality indication (LQI).
[12] Multiple topologies : star, peer-to-peer, mesh topologies
Automated Transportation Mechanism…
||Issn 2250-3005 || ||September||2013|| Page 111
C51 COMPILER V6.03, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN
.MAIN.OBJCOMPILER INVOKED BY: C:KeilC51BINC51.EXE .MAIN.C DEBUG OBJECTEXTEND
Stmt level source
1 #include"reg52.h"
2
3
4 #define F 1
5 #define B 2
6 #define L 3
7 #define R 4
8 #define S 5
9 #define U 6
10 #define D 7
11
12 sbit motor1_coil1=P1^0;
13 sbit motor1_coil2=P1^1;
14 sbit motor2_coil1=P1^2;
15 sbit motor2_coil2=P1^3;
16
17 sbit arm_coil1=P2^1;
18 sbit arm_coil2=P2^2;
19
20
21 sbit obstacle=P1^4;
22 sbit led=P2^0;
23 unsigned char alarm1=0;
24 unsigned char alarm2=0;
25 unsigned char alarm3=0;
26
27 void forward ();
28 void reverse ();
29 void left ();
30 void right ();
31 void stop ();
VI. CONCLUSION
A complete and reliable sensing system for obstacle detection can benefit a lot from the combined use
of sensors. Any one particular type of technology may have difficulties to meet all necessary requirements in
order to detect an obstacle in various lighting or weather condition. The path is store in memory by the
programmer, the motion of the vehicle is controlled by stepper motor and controlling of the machine is done by
micro- controller. Autonomous robotic vehicle guidance has been developed for industrial difficult. The
guidance systems consist of infra red sensor for obstacle detection, range determination and avoidance. It can
detect the obstacle within the range of 10 to 80 cm. These systems consist of infra red sensor and micro-
controller the sensor is mounted on the vehicle to acquire the information from its surrounding. The infra red
sensor is most suitable because of its low cost and ranging capability. The performance measurements
indicated that the visual basic was fast but also had a slightly larger jitter.
REFERENCES
[1] Aziz, A.R.A., Designing and Constructing an Automatic Steering Vehicle (AGV), in Dept of Electrical Engineering. 2004,
University Tenaga National: Malaysia. p. 50.
[2] Wai Phyo Aung, Software Implementation of Obstacle Detection and Avoidance System for Wheeled Mobile Robot.2008
[3] Ross, K. 2004. Analog and Digital Sensors
[4] Mehran pakdaman, Design and Implementation of line follower Robot.2009,Tabari Institute of Babol.
[5] A.Kahe “AT89S52 Architecture,”nas publication,2008.
[6] M.Mashaghi,robotic guide,Kanone Oloum Publication,2008
[7] Wikipedia, Mobile robots.
[8] Cao Quoc Huy, line follower, University UPG din Ploiesti, nr 39 Bld Bucuresti, Ploiesti.

More Related Content

What's hot

IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET Journal
 
Smart Car
Smart CarSmart Car
Smart Car
IRJET Journal
 
"Black Box for a Car" report
"Black Box for a Car" report"Black Box for a Car" report
"Black Box for a Car" report
subrat manna
 
FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot
IJECEIAES
 
automatic railway gate control using magnetic sensors
automatic railway gate control using magnetic sensorsautomatic railway gate control using magnetic sensors
automatic railway gate control using magnetic sensors
8688830413
 
IoT: iTAS Smart Plug
IoT: iTAS Smart PlugIoT: iTAS Smart Plug
IoT: iTAS Smart Plug
Jaipal D
 
An automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankAn automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tank
eSAT Journals
 
automatic railway gate controll using ir sensor
automatic railway gate controll using ir sensorautomatic railway gate controll using ir sensor
automatic railway gate controll using ir sensor
Anurag Reddy
 
An automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanismAn automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanism
eSAT Publishing House
 
Smartplug ppt
Smartplug pptSmartplug ppt
Smartplug ppt
Agniv Mukherjee
 
Intelligent traffic control system using ardiuno
Intelligent traffic control system using ardiuno Intelligent traffic control system using ardiuno
Intelligent traffic control system using ardiuno
kannansenthilkumar
 
Gesture based vehicle movements control and alerting system .
Gesture based vehicle movements control and alerting system .Gesture based vehicle movements control and alerting system .
Gesture based vehicle movements control and alerting system .
Vignan Munna
 
Traffic signals based on microcontroller based
Traffic signals based on microcontroller basedTraffic signals based on microcontroller based
Traffic signals based on microcontroller based
Ekalavya Group of Technologies
 
Hand gesture controlled wheel chair
Hand gesture controlled wheel chairHand gesture controlled wheel chair
Hand gesture controlled wheel chair
Ranju Varughese
 
Black Box for a Car
Black Box for a CarBlack Box for a Car
Black Box for a Car
subrat manna
 
rfid based traffic control system by using gsm
rfid based traffic control system by using gsmrfid based traffic control system by using gsm
rfid based traffic control system by using gsmramesh chatty
 
Emergency vehicle detection system using rf module and ultrasonic sensor
Emergency vehicle detection system using rf module and ultrasonic sensorEmergency vehicle detection system using rf module and ultrasonic sensor
Emergency vehicle detection system using rf module and ultrasonic sensor
IRJET Journal
 
Robotic Catching Arm using Microcontroller
Robotic Catching Arm using MicrocontrollerRobotic Catching Arm using Microcontroller
Robotic Catching Arm using Microcontroller
IRJET Journal
 
Speed and direction control of dc motor using android mobile application grv ...
Speed and direction control of dc motor using android mobile application grv ...Speed and direction control of dc motor using android mobile application grv ...
Speed and direction control of dc motor using android mobile application grv ...
chandan kumar
 
IRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking SystemIRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET Journal
 

What's hot (20)

IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
 
Smart Car
Smart CarSmart Car
Smart Car
 
"Black Box for a Car" report
"Black Box for a Car" report"Black Box for a Car" report
"Black Box for a Car" report
 
FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot
 
automatic railway gate control using magnetic sensors
automatic railway gate control using magnetic sensorsautomatic railway gate control using magnetic sensors
automatic railway gate control using magnetic sensors
 
IoT: iTAS Smart Plug
IoT: iTAS Smart PlugIoT: iTAS Smart Plug
IoT: iTAS Smart Plug
 
An automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankAn automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tank
 
automatic railway gate controll using ir sensor
automatic railway gate controll using ir sensorautomatic railway gate controll using ir sensor
automatic railway gate controll using ir sensor
 
An automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanismAn automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanism
 
Smartplug ppt
Smartplug pptSmartplug ppt
Smartplug ppt
 
Intelligent traffic control system using ardiuno
Intelligent traffic control system using ardiuno Intelligent traffic control system using ardiuno
Intelligent traffic control system using ardiuno
 
Gesture based vehicle movements control and alerting system .
Gesture based vehicle movements control and alerting system .Gesture based vehicle movements control and alerting system .
Gesture based vehicle movements control and alerting system .
 
Traffic signals based on microcontroller based
Traffic signals based on microcontroller basedTraffic signals based on microcontroller based
Traffic signals based on microcontroller based
 
Hand gesture controlled wheel chair
Hand gesture controlled wheel chairHand gesture controlled wheel chair
Hand gesture controlled wheel chair
 
Black Box for a Car
Black Box for a CarBlack Box for a Car
Black Box for a Car
 
rfid based traffic control system by using gsm
rfid based traffic control system by using gsmrfid based traffic control system by using gsm
rfid based traffic control system by using gsm
 
Emergency vehicle detection system using rf module and ultrasonic sensor
Emergency vehicle detection system using rf module and ultrasonic sensorEmergency vehicle detection system using rf module and ultrasonic sensor
Emergency vehicle detection system using rf module and ultrasonic sensor
 
Robotic Catching Arm using Microcontroller
Robotic Catching Arm using MicrocontrollerRobotic Catching Arm using Microcontroller
Robotic Catching Arm using Microcontroller
 
Speed and direction control of dc motor using android mobile application grv ...
Speed and direction control of dc motor using android mobile application grv ...Speed and direction control of dc motor using android mobile application grv ...
Speed and direction control of dc motor using android mobile application grv ...
 
IRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking SystemIRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking System
 

Viewers also liked

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Материнские платы
Материнские платыМатеринские платы
Материнские платы
Andrey_Ivanilov
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
inventy
 
El so juan carlos charly
El so juan carlos charly El so juan carlos charly
El so juan carlos charly
carlos-charly23
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Sem tam (září 2013)
Sem tam (září 2013)Sem tam (září 2013)
Sem tam (září 2013)
PvN2013
 
Tennessee during the revolution
Tennessee during the revolutionTennessee during the revolution
Tennessee during the revolution
Blake Harris
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
inventy
 
Chiara Caporizzi: la ricetta del dulce de leche
Chiara Caporizzi: la ricetta del dulce de lecheChiara Caporizzi: la ricetta del dulce de leche
Chiara Caporizzi: la ricetta del dulce de lecheChiara Caporizzi
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
inventy
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 

Viewers also liked (20)

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
11
1111
11
 
Материнские платы
Материнские платыМатеринские платы
Материнские платы
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Big
BigBig
Big
 
Fresa XPress brochure
Fresa XPress brochureFresa XPress brochure
Fresa XPress brochure
 
El so juan carlos charly
El so juan carlos charly El so juan carlos charly
El so juan carlos charly
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Sem tam (září 2013)
Sem tam (září 2013)Sem tam (září 2013)
Sem tam (září 2013)
 
Sportsmanship
SportsmanshipSportsmanship
Sportsmanship
 
Redes sociales en la educacion
Redes sociales en la educacionRedes sociales en la educacion
Redes sociales en la educacion
 
Holly path school
Holly path schoolHolly path school
Holly path school
 
Tennessee during the revolution
Tennessee during the revolutionTennessee during the revolution
Tennessee during the revolution
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Busstrategcxz y
Busstrategcxz yBusstrategcxz y
Busstrategcxz y
 
Chiara Caporizzi: la ricetta del dulce de leche
Chiara Caporizzi: la ricetta del dulce de lecheChiara Caporizzi: la ricetta del dulce de leche
Chiara Caporizzi: la ricetta del dulce de leche
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 

Similar to International Journal of Computational Engineering Research(IJCER)

Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module
Associate Professor in VSB Coimbatore
 
FINAL REPORT_B.tech
FINAL REPORT_B.techFINAL REPORT_B.tech
FINAL REPORT_B.techafzal usmani
 
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
IRJET Journal
 
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
ijiert bestjournal
 
IRJET- Automatic Railway Crack Locator
IRJET-	 Automatic Railway Crack LocatorIRJET-	 Automatic Railway Crack Locator
IRJET- Automatic Railway Crack Locator
IRJET Journal
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railway
Iaetsd Iaetsd
 
MISSILE DETECT AND DESTROY SYSTEM
MISSILE DETECT AND DESTROY SYSTEMMISSILE DETECT AND DESTROY SYSTEM
MISSILE DETECT AND DESTROY SYSTEM
IRJET Journal
 
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
rashmimabattin28
 
Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...
rashmimabattin28
 
Real time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running trainReal time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running train
eSAT Journals
 
Ijater 03 06
Ijater 03 06Ijater 03 06
Ijater 03 06nandhu458
 
vehical exdient detection and rescue system.pptx
vehical exdient detection and rescue system.pptxvehical exdient detection and rescue system.pptx
vehical exdient detection and rescue system.pptx
deveshmishra548771
 
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET Journal
 
TRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSTRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORS
Kunal Kabra
 
Railway Track Geometry Surveying System
Railway Track Geometry Surveying SystemRailway Track Geometry Surveying System
Railway Track Geometry Surveying System
IRJET Journal
 
Hand Motion Controlled Robotic Vehicle with Obstacle Detection
Hand Motion Controlled Robotic Vehicle with Obstacle DetectionHand Motion Controlled Robotic Vehicle with Obstacle Detection
Hand Motion Controlled Robotic Vehicle with Obstacle Detection
IRJET Journal
 
IRJET - Designing of Railway Signalling, Interlocking System and Control...
 IRJET -  	  Designing of Railway Signalling, Interlocking System and Control... IRJET -  	  Designing of Railway Signalling, Interlocking System and Control...
IRJET - Designing of Railway Signalling, Interlocking System and Control...
IRJET Journal
 
IRJET- Smart Digi Train
IRJET- Smart Digi TrainIRJET- Smart Digi Train
IRJET- Smart Digi Train
IRJET Journal
 
IRJET- Industrial Safety Device for Employees in Overhead Bridge Crane us...
IRJET-  	  Industrial Safety Device for Employees in Overhead Bridge Crane us...IRJET-  	  Industrial Safety Device for Employees in Overhead Bridge Crane us...
IRJET- Industrial Safety Device for Employees in Overhead Bridge Crane us...
IRJET Journal
 
Alcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSAlcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPS
IRJET Journal
 

Similar to International Journal of Computational Engineering Research(IJCER) (20)

Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module
 
FINAL REPORT_B.tech
FINAL REPORT_B.techFINAL REPORT_B.tech
FINAL REPORT_B.tech
 
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
 
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
ENERGY GENERATION FROM PIEZO ELECTRIC MATERIAL FOR AN OPEN TRAFFIC CONTROL MO...
 
IRJET- Automatic Railway Crack Locator
IRJET-	 Automatic Railway Crack LocatorIRJET-	 Automatic Railway Crack Locator
IRJET- Automatic Railway Crack Locator
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railway
 
MISSILE DETECT AND DESTROY SYSTEM
MISSILE DETECT AND DESTROY SYSTEMMISSILE DETECT AND DESTROY SYSTEM
MISSILE DETECT AND DESTROY SYSTEM
 
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
 
Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...
 
Real time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running trainReal time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running train
 
Ijater 03 06
Ijater 03 06Ijater 03 06
Ijater 03 06
 
vehical exdient detection and rescue system.pptx
vehical exdient detection and rescue system.pptxvehical exdient detection and rescue system.pptx
vehical exdient detection and rescue system.pptx
 
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
 
TRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSTRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORS
 
Railway Track Geometry Surveying System
Railway Track Geometry Surveying SystemRailway Track Geometry Surveying System
Railway Track Geometry Surveying System
 
Hand Motion Controlled Robotic Vehicle with Obstacle Detection
Hand Motion Controlled Robotic Vehicle with Obstacle DetectionHand Motion Controlled Robotic Vehicle with Obstacle Detection
Hand Motion Controlled Robotic Vehicle with Obstacle Detection
 
IRJET - Designing of Railway Signalling, Interlocking System and Control...
 IRJET -  	  Designing of Railway Signalling, Interlocking System and Control... IRJET -  	  Designing of Railway Signalling, Interlocking System and Control...
IRJET - Designing of Railway Signalling, Interlocking System and Control...
 
IRJET- Smart Digi Train
IRJET- Smart Digi TrainIRJET- Smart Digi Train
IRJET- Smart Digi Train
 
IRJET- Industrial Safety Device for Employees in Overhead Bridge Crane us...
IRJET-  	  Industrial Safety Device for Employees in Overhead Bridge Crane us...IRJET-  	  Industrial Safety Device for Employees in Overhead Bridge Crane us...
IRJET- Industrial Safety Device for Employees in Overhead Bridge Crane us...
 
Alcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSAlcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPS
 

Recently uploaded

FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 

International Journal of Computational Engineering Research(IJCER)

  • 1. International Journal of Computational Engineering Research||Vol, 03||Issue, 9|| ||Issn 2250-3005 || ||September||2013|| Page 108 Automated Transportation Mechanism and Obstacle Detection Vinita Mathur1 , Dr. Rajesh Kumar2 , Mr. Aniruddhu Gautam2 1, M.Tech Student of AKG Engineering College, Ghaziabad 2, Faculty AKG Engineering College, Ghaziabad I. INTRODUCTION Now a day’s industries are highly automated for various applications. Automated guided vehicles are now widely used in many industries due to the high level of performance and reliability. All guided vehicles feature some kind of obstacle avoidance. The functions of guided vehicles is to carrier a material and deliver products from one manufacturing point to another; where rail, conveyer and gantry systems are not a suitable option. Designing autonomous vehicle requires the integration of many sensors and actuators according to their task. Obstacle detection is primary requirement for any autonomous vehicle. The vehicle acquires the information from the outside environment and process it according to the sensor mounted over it. Various types of sensors are use for the obstacle detection which is ultrasonic sensors, laser sensor, bump sensors, infrared sensors and soon can be used. Among these entire sensor infra red sensor is most suitable because of its low cost and ranging capability. The guidance systems consist of infra red sensor for obstacle detection, range determination and avoidance the unit is highly resistant to ambient light and nearly impervious to variations in the surface reflectivity of the detected object. It can detect the obstacle within the range of 10 to 80 cm. These systems consist of infra red sensor and micro-controller the sensor is mounted on the vehicle to acquire the information from its surrounding. The infra red sensor is most suitable because of its low cost and ranging capability. The performance measurements indicated by the zigbee software using visual basic which provide the wireless communication for the long distance. Background theories and techniques of Electronic control Technology and analyzed in this paper using both hardware and software consideration. II. SYSTEM DESCRIPTION This vehicle is designed to detect the obstacle and avoiding collision base on the distance measurement information obtained from the infra red sensors. Hardware circuit of Automated Transportation mechanism and Obstacle Detection consist of two parts transmission of data though transmitter circuit which consist of zigbee transmitter and a receiver circuit which called as zigbee receiver which receives the data entry though the programmer. Receiver circuit also consists of an IR Sensor which is connected to the microcontroller for obstacle detection.The transmitter circuit is consist of an zigbee transmitter and power regulator LM317 for 3.3V and db 9 connector though pin no. 13 & 14 of the IC in which 5V supply is provides to data is enter though the programmer. Circuit diagram of transmitter is shown in fig 1. Here the data is received by the zigbee receiver which is controlled though the microcontroller IC AT89S52 which control the movements of the motors and up-down movements of the rack and pinion though the relay IC ULN 2003 which is connected to the six motor and the six coil the ULN2003 send the signal according to which the motor movement are decided. Here, an obstacle detection IR (Infrared sensor) sensor is also used for the detection of obstacle during the ABSTRACT: The automotive sector is widely recognized as one of the industries with greatest importance and can assume in the development of a country economy this master's thesis is about the implementation and evaluation of Automated Transportation mechanism and Obstacle Detection. By using a real time visual basic concept. A concept of automated transportation by a cooperative which enable robots to process a complicated or heavy duties task and over the large abstraction in the environment a method transportation utilizing forklift mechanism for lifting process and moving process. The path is store in memory by the programmer, the motion of the vehicle is controlled by stepper motor and controlling of the machine is done by micro- controller. Autonomous robotic vehicle guidance has been developed for industrial difficult. KEYWORDS: Automated guided vehicles; IR sensors; zigbee transmitter; zigbee receiver microcontroller.
  • 2. Automated Transportation Mechanism… ||Issn 2250-3005 || ||September||2013|| Page 109 loading and unloading of the material which is connected to the pin no. 5 of microcontroller. As shown in block Diagram of the system shown below Fig 1 Block dig of Automated guided vehicle and obstacle detection III. BASIC DESIGN AND ITS REQUIREMENTS A) The microcontroller The AT89C52 is a low-power, high-performance CMOS 8-bit microcomputer with 8K bytes of Flash programmable and erasable read only memory (PEROM). The device is manufactured using Atmel’s high- density nonvolatile memory technology and is compatible with the industry-standard 80C51 and 80C52 instruction set and pin out. The on-chip Flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory programmer. By combining a versatile 8-bit CPU with Flash on a monolithic chip, the Atmel AT89C52 is a powerful microcomputer which provides a highly-flexible and cost- effective solution to many embedded control applications. The AT89C52 provides the following standard features: 8K bytes of Flash, 256 bytes of RAM, 32 I/O lines, three 16-bit timer/counters, a six-vector two-level interrupt architecture, a full-duplex serial port, on-chip oscillator, and clock circuitry. B) IR sensor The digital IR sensor consists of an IR transmitter, IR receiver, and an Op-Amp. Once powered, IR LED continuously keeps emitting IR light. Hence the IR LED acts as transmitter and the photodiode acts as receiver. As soon as the IR radiation is reflected back by a surface, it is absorbed by the receiver (photodiode).A standard op-amp operating in open loop configuration (without any feedback) can be used as a comparator. When the non-inverting input voltage (V1) is higher than the inverting input voltage (V2), the high gain of the op-amp causes it to output the most positive voltage, i.e. the output of the op-amp will be high (1). When the no invertinginput voltage (V1) drops below the inverting input voltage (V2), the op-amp outputs the most negative voltage, i.e. the output of the op-amp will be low (0). C) Design and calculation of motor: #1 #2 #3 Voltage, V V 1.5 3 6 No-load speed, ω rpm 13,400 5,400 4,700 Stall torque, Ts N-m 0.0003 0.0016 0.007 No-load current, I A 0.02 0.016 0.01 Terminal resistance, R Ω 5 9.5 10 Torque constant, Kt N-m/A 0.001 0.005 0.012 Length mm 17 21 31 Diameter mm 8 16 23
  • 3. Automated Transportation Mechanism… ||Issn 2250-3005 || ||September||2013|| Page 110 IV. MOTOR CALCULATION D) Voltage Regulator Voltage regulator is used as voltage regulator in this line follower. This is applied to maintain constant output voltage. Generally it consists of 3 terminals one input one output terminals and another one is ground terminal. The output terminal is then connected to the power supply pin of the microcontroller. It looks like a transistor but it is actually an integrated circuit with 3 legs. It can take a higher, crappy DC voltage and turn it into a nice, smooth 5 volts DC. Voltage regulator. Fig 2 Transmitter and Receiver circuit IV. CONSIDERATION OF RULES FOR OBSTACLE AVOIDING 1) Path predetermining state The system must be pre limited for going straight distance, turning left or right and returning back straight to the starting point for no obstacles condition. 2) Obstacle is detected at the left Stop for a while one or both sensors are detected. The system must turn to right and check if there is any obstacle or not in this turning state. It must return to left and go straight at normal position. 3) Obstacle is detected at the right The system must be stop for a whether one or both right sensor are detected. It must turn to left and check if there is any obstacle or not in this turning state. And then it will return to right and go straight at normal position. V. V SOFTWARE IMPLEMENTATION The focus of network applications under the IEEE 802.15.4 / ZigBee standard include the features of low power consumption, needed for only two major modes (Tx/Rx or Sleep), high density of nodes per network, low costs and simple implementation. These features are enabled by the following characteristics [1] 2.4GHz and 868/915 MHz dual PHY modes. [2] This represents three license-free bands: 2.4-2.4835 GHz, 868-870 MHz and 902-928 MHz The number of channels allotted to each frequency band is fixed at 16 channels in the 2.45 GHz band, 10 channels in the 915 MHz band, and 1 channel in the 868 MHz band [3] · Maximum data rates allowed for each of these frequency bands are fixed as 250 kbps @2.4 GHz, 40 kbps @ 915 MHz, and 20 kbps @868 MHz. [4] Allocated 16 bit short or 64 bit extended addresses. [5] Allocation of guaranteed time slots (GTSs) [6] Carrier sense multiple access with collision avoidance (CSMA-CA) channel [7] Access Yields high throughput and low latency for low duty cycle devices like sensors and controls. [8] Fully “hand-shake” acknowledged protocol for transfer reliability. [9] Low power consumption with battery life ranging from months to years. [10] Energy detection (ED). [11] Link quality indication (LQI). [12] Multiple topologies : star, peer-to-peer, mesh topologies
  • 4. Automated Transportation Mechanism… ||Issn 2250-3005 || ||September||2013|| Page 111 C51 COMPILER V6.03, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN .MAIN.OBJCOMPILER INVOKED BY: C:KeilC51BINC51.EXE .MAIN.C DEBUG OBJECTEXTEND Stmt level source 1 #include"reg52.h" 2 3 4 #define F 1 5 #define B 2 6 #define L 3 7 #define R 4 8 #define S 5 9 #define U 6 10 #define D 7 11 12 sbit motor1_coil1=P1^0; 13 sbit motor1_coil2=P1^1; 14 sbit motor2_coil1=P1^2; 15 sbit motor2_coil2=P1^3; 16 17 sbit arm_coil1=P2^1; 18 sbit arm_coil2=P2^2; 19 20 21 sbit obstacle=P1^4; 22 sbit led=P2^0; 23 unsigned char alarm1=0; 24 unsigned char alarm2=0; 25 unsigned char alarm3=0; 26 27 void forward (); 28 void reverse (); 29 void left (); 30 void right (); 31 void stop (); VI. CONCLUSION A complete and reliable sensing system for obstacle detection can benefit a lot from the combined use of sensors. Any one particular type of technology may have difficulties to meet all necessary requirements in order to detect an obstacle in various lighting or weather condition. The path is store in memory by the programmer, the motion of the vehicle is controlled by stepper motor and controlling of the machine is done by micro- controller. Autonomous robotic vehicle guidance has been developed for industrial difficult. The guidance systems consist of infra red sensor for obstacle detection, range determination and avoidance. It can detect the obstacle within the range of 10 to 80 cm. These systems consist of infra red sensor and micro- controller the sensor is mounted on the vehicle to acquire the information from its surrounding. The infra red sensor is most suitable because of its low cost and ranging capability. The performance measurements indicated that the visual basic was fast but also had a slightly larger jitter. REFERENCES [1] Aziz, A.R.A., Designing and Constructing an Automatic Steering Vehicle (AGV), in Dept of Electrical Engineering. 2004, University Tenaga National: Malaysia. p. 50. [2] Wai Phyo Aung, Software Implementation of Obstacle Detection and Avoidance System for Wheeled Mobile Robot.2008 [3] Ross, K. 2004. Analog and Digital Sensors [4] Mehran pakdaman, Design and Implementation of line follower Robot.2009,Tabari Institute of Babol. [5] A.Kahe “AT89S52 Architecture,”nas publication,2008. [6] M.Mashaghi,robotic guide,Kanone Oloum Publication,2008 [7] Wikipedia, Mobile robots. [8] Cao Quoc Huy, line follower, University UPG din Ploiesti, nr 39 Bld Bucuresti, Ploiesti.