SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 620
Crane Control by using Hand Gestures
Onkar Kuchekar1, Rushikesh Jagadale2, Nikhil Khochare3, Mr. K.D. Salunkhe4
1,2,3BE in Electronics and Telecommunication Engg. SGI, Kolhapur(Atigre), Maharashtra, India.
4Assistant Professor Mr. K.D. Salunkhe, Dept. of Electronics and Telecommunication Engg. SGI, Kolhapur(Atigre),
Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - In this project, we are designing a system which
will respond to our hand gesture. This project mainly consists
of a microcontroller programmed in embedded ‘C’ language
and the MATLAB. The camera is installed on a personal
computer and the computer is serially interfaced with the
microcontroller
Key Words: PIC 16F877A, Camera, Zigbee, Motors
1. INTRODUCTION
There are millions of cranes throughout the world that
perform important, challenging, and dangerous
manipulation tasks. Crane operators usually require
extensive training to develop the skills needed to move
payloads without inducinglargeswings.Giventhevariability
of the manipulation tasks, the changing nature of the
workspace, the difficulty of sensing the payload motion, and
the need for close human supervision, automating crane
motion is impractical, except in tightly controlled situations.
Human operators have difficulty driving cranes quickly,
accurately, and safely because ofthesluggishresponseofthe
massive structure and large payload swings. Manipulation
issue is additionally augmented by non-intuitive crane-
control interfaces that include buttons and levers. A new
type of crane-control interface allows operators to drive a
crane by using his hand gestures. Hence we introduce a new
way of controlling a crane system, minimizing the risk of
human hazards.
1.1 Literature survey
Cranes type one among the foremost equipment’s in
industries of all kind – from domestic industries to armed
service yards to warehouses. In most of those places the
productivity of the activities depends on however with
efficiency Grus is managed. More over these cranes being
used for 24 hours a day, even a short down time greatly
affects the operations of the plant.Ingeneraltheseareaunita
number of the issues that usage of a crane poses.
1.2 Existing systems
 A microprocessor based remote pendant
 Antisway Control
 Crane Control
 PLC based crane automation nd monitoring
2. BLOCK DIAGRAM
Fig.1 Transmitter block diagram
Fig.2 Receiver Block Diagram
2.1 LCD Display: LCD is employed in a very project to
examine the output of the applying. We have used 16x2 LCD
which indicates 16 columns and 2 rows. So, we will write
sixteen characters in every line. So,total32characterswecan
display on 16x2 LCD.LCD may employed in a project to see
the output of various modules interfaced with the
microcontroller. Thus alphanumeric display plays an
important role in a very project to check the output and to
rectify the system module wise just in case of system failure
so as to rectify the matter.[8]
2.2 DC MOTOR: DC motors areaunitwonttophysicallydrive
the applying as per the need provided in code. The dc motor
works on 12v.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 621
To drive a dc motor, we'd likea dc motor driverreferredtoas
L293D. This dc motor driver is capable of driving two dc
motors at a time. In order to protect the dc motorfromaback
EMF generated by the dc motor while changing the direction
of rotation, the dc motor driver have an internal protection
suit. We can additionally offer therearvoltageprotectionsuit
by connecting four diode configurations across every dc
motor.[9]
2.3 PIC 16F877A:
 10 bit inbuilt adc 8 channels (an0 – an7)
 40 pin i/o (a0-a5,b0-b7,d0-d7,c0-c7, e0-e2)
 Reset pin no. 1 (active low)
 Crystal pins at 13 -14 pin
 1 serial half duplex port (rc7 (rx.) –rc6 (tx.))
 Interrupts (rb0 (int0)- rb1 (int1))
 Inbuilt i2c bus (rc3 (scl) – rc4(sda))
 Inbuilt spi bus (ss,sdi,sck,cs)
 Operating voltage range-2.0v to 5.5v
 High sink/source current-25ma [5]
2.4 ZigBee Module
Fig.4 Zigbee Module
Zigbee is honor IEEE 802.15.4-based specification for a
collection of high-level communication protocols
accustomed end up personal house networks with little or
no, low-power digital radios, like for home automation,
medical device information assortment,andalternativelow-
power low-bandwidthdesires,designedforlittlescalecomes
which require wireless affiliation. Hence, Zigbee could be a
low-power, low rate, and shut proximity (i.e., personal area)
wireless unintended network.[4]
We are using zigbee to communicate betweencomputerand
PIC microcontroller.[4]
 Low battery consumption. ...
 Low cost.
 Low data rate. ...
 Easy to implement.
 Supports up to 65,000 nodes connected in
a network.
 ZigBee can automatically establish its network.
 ZigBee uses small packets compared
with WiFi and Bluetooth.
3.0 CIRCUIT DIAGRAM:
Fig.3 Circuit Diagram
4.0 OUTPUT:
In conventional systemsmostlyRemote pendantmechanism
is used to move the cranes, though it is possible to move the
crane with human hand gestures remotely by wireless
technology.PIC microcontroller is provided with the
different hand gestures to move the crane.
Figure below shows different hand gestures for different
movements.
Forward Movement:
Fig.4 Forward Movement of Crane
Pick Movement:
Fig.5 Pick Movement of Crane
Place Movement:
Fig.6 Pace Movement of Crane
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 622
5.0 FUTURE SCOPE:
A significant disadvantage of existing gesture-capturing
devices is that most of them limit the user‘s freedom of
movement. This results from the need to grasp a sensor
component, from wires attached to sensors or from limited
sensor range. Progress in component miniaturization and
telemetry will help to solve this problem. Static posture
recognition has made great progress and allows reasonably
high recognition rates, provided the user performs a
standard procedure such as pointing at a target area or
assuming a standard posture prior to issuing a command.
This is not yet true for dynamic gesture recognition and
software techniques are still developing in this field. The
main difficulty is segmentation, i.e., detecting gesture
beginning and end points. Aids such as hand speed and
tension are currently being investigated. General interface
problems such as immersion are still not solved in a
comprehensive fashion.
6.0 CONCLUSION:
A novel interface and control systems have been developed
that allows operators to drive a crane by moving a hand-
gesture and transmitting through RF tag. And it also greatly
reduces design and implementation complexities. The
intuitive hand-motion interface is an improvement over
traditional interfacessuchasa push-buttonpendentbecause
it removes the cognitive process required to translate the
desired manipulation pathintoa sequenceofbutton presses.
This system takes microcontroller PIC16f877A and Zigbee
module to achieve wireless sending and receiving, thus the
overall process of detection, handling, sendingandreceiving
of operating instructions can be completed.
7.0 REFERENCE:
[1] Hand Motion Based Crane Control Using Wireless
Communication by Sangameshwar.Ch and Bt. Vedanth. In
International Journal of Engineering Research&Technology
[2] Hand Gestures Remote Controlled Robotic Arm by
Shamsheer Verma in Advance in Electronic and Electric
Engineering.
[3] RF Transceiver Based Hand-Motion Crane Control
Systems by Mercy Lurthu S, K.Seetha Lakshmi in
International Journal of Engineering Trends and Technology.
[4] https://en.wikipedia.org/wiki/Zigbee
[5]https://www.microchip.com/wwwproducts/en/PIC16F8
77
[6] Crane Control by Hand Gesture Using Flex Sensor by
Janarthanan.S, Nalandha.P, Jegadeeswari.G in Journal of
Applied Science and Computations
[7]Hand gesture controlled applications for heavy lifts and
cranes by Shivam shinde and Dr.S.D. Lokhande in
International Journal Of Engineering, Education And
Technology
[8]https://www.engineersgarage.com/electronic-
components/16x2-lcd-module-datasheet
[9] https://en.wikipedia.org/wiki/DC_motor
8.0 BIOGRAPHIES
Onkar J. Kuchekar.
Student at Sanjay Ghodawat
Institute, Atigre.
Rushikesh B. Jagadale
Student at Sanjay Ghodawat
Institute, Atigre.
Nikhil D. Khochare
Student at Sanjay Ghodawat
Institute, Atigre.
Mr.K.D. Salunkhe
Asst. Professor at
Sanjay Ghodawat
Institute, Atigre.
2nd
Author
Photo
th
Author
P hoto
3rd
Photo
1’st
Author
Photo

More Related Content

What's hot

Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteUtkarsh Chaubey
 
IRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET Journal
 
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...IRJET Journal
 
IRJET - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoTIRJET 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
 
IRJET- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance SystemIRJET Journal
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET Journal
 
Wireless gesture Controlled Robot
Wireless gesture Controlled RobotWireless gesture Controlled Robot
Wireless gesture Controlled RobotVIBEK MAURYA
 
Microcontroller Based Robotic Arm Control
Microcontroller Based Robotic Arm ControlMicrocontroller Based Robotic Arm Control
Microcontroller Based Robotic Arm ControlNazmul Hossain Rakib
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic carIRJET Journal
 
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
 
Implementing intelligent traffic control system for congestion control, ambula...
Implementing intelligent traffic control system for congestion control, ambula...Implementing intelligent traffic control system for congestion control, ambula...
Implementing intelligent traffic control system for congestion control, ambula...LeMeniz Infotech
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET Journal
 
IRJET- Design of 1 Bit ALU using Various Full Adder Circuits
IRJET-  	  Design of 1 Bit ALU using Various Full Adder CircuitsIRJET-  	  Design of 1 Bit ALU using Various Full Adder Circuits
IRJET- Design of 1 Bit ALU using Various Full Adder CircuitsIRJET Journal
 
IRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower RobotIRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower RobotIRJET Journal
 
IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry PiIoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry PiSinthana Sambandam
 
accelerometer based gesture controlled robotic arm
accelerometer based gesture controlled robotic arm accelerometer based gesture controlled robotic arm
accelerometer based gesture controlled robotic arm Padmakar Mangrule
 
Smart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUSmart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUIRJET Journal
 
Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)Muhammad Ahkam Khan
 

What's hot (20)

Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
 
IRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control System
 
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
 
Binder1
Binder1Binder1
Binder1
 
IRJET - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoT
 
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- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance System
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
 
Wireless gesture Controlled Robot
Wireless gesture Controlled RobotWireless gesture Controlled Robot
Wireless gesture Controlled Robot
 
Microcontroller Based Robotic Arm Control
Microcontroller Based Robotic Arm ControlMicrocontroller Based Robotic Arm Control
Microcontroller Based Robotic Arm Control
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
 
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
 
Implementing intelligent traffic control system for congestion control, ambula...
Implementing intelligent traffic control system for congestion control, ambula...Implementing intelligent traffic control system for congestion control, ambula...
Implementing intelligent traffic control system for congestion control, ambula...
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
 
IRJET- Design of 1 Bit ALU using Various Full Adder Circuits
IRJET-  	  Design of 1 Bit ALU using Various Full Adder CircuitsIRJET-  	  Design of 1 Bit ALU using Various Full Adder Circuits
IRJET- Design of 1 Bit ALU using Various Full Adder Circuits
 
IRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower RobotIRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower Robot
 
IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry PiIoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
 
accelerometer based gesture controlled robotic arm
accelerometer based gesture controlled robotic arm accelerometer based gesture controlled robotic arm
accelerometer based gesture controlled robotic arm
 
Smart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUSmart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCU
 
Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)
 

Similar to Hand Gesture Crane Control

IRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal RobotIRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal RobotIRJET Journal
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET Journal
 
CAN Bus Integration for Enhanced Industrial Control and Safety
CAN Bus Integration for Enhanced Industrial Control and SafetyCAN Bus Integration for Enhanced Industrial Control and Safety
CAN Bus Integration for Enhanced Industrial Control and SafetyIRJET Journal
 
Induction Motor Protection Using PLC
Induction Motor Protection Using PLCInduction Motor Protection Using PLC
Induction Motor Protection Using PLCvivatechijri
 
IRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using MicrocontrollerIRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using MicrocontrollerIRJET 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
 
Pick and Place Robotic Arm utilizing Microcontroller and Wireless Communication
Pick and Place Robotic Arm utilizing Microcontroller and Wireless CommunicationPick and Place Robotic Arm utilizing Microcontroller and Wireless Communication
Pick and Place Robotic Arm utilizing Microcontroller and Wireless CommunicationIRJET Journal
 
IRJET- A Vehicle to Vehicle Communication System
IRJET-  	  A Vehicle to Vehicle Communication SystemIRJET-  	  A Vehicle to Vehicle Communication System
IRJET- A Vehicle to Vehicle Communication SystemIRJET Journal
 
IRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET Journal
 
IRJET - IoT based Motor Monitoring System
IRJET -  	  IoT based Motor Monitoring SystemIRJET -  	  IoT based Motor Monitoring System
IRJET - IoT based Motor Monitoring SystemIRJET Journal
 
IRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee CommunicationIRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee CommunicationIRJET Journal
 
Software control systems for smart antenna
Software control systems for smart antennaSoftware control systems for smart antenna
Software control systems for smart antennaeSAT Journals
 
Internet of Things (Iot) Based Robotic Arm
Internet of Things (Iot) Based Robotic ArmInternet of Things (Iot) Based Robotic Arm
Internet of Things (Iot) Based Robotic ArmIRJET Journal
 
Cellular Based Automated Industrial Control and Monitoring System
Cellular Based Automated Industrial Control and Monitoring SystemCellular Based Automated Industrial Control and Monitoring System
Cellular Based Automated Industrial Control and Monitoring Systemaciijournal
 
IRJET- AC Motor Fault Analyser by Characteristic Analysis
IRJET-  	  AC Motor Fault Analyser by Characteristic AnalysisIRJET-  	  AC Motor Fault Analyser by Characteristic Analysis
IRJET- AC Motor Fault Analyser by Characteristic AnalysisIRJET Journal
 
Robotic Catching Arm using Microcontroller
Robotic Catching Arm using MicrocontrollerRobotic Catching Arm using Microcontroller
Robotic Catching Arm using MicrocontrollerIRJET Journal
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTIRJET Journal
 
IRJET- IoT Based Swachch Bharat Abhiyan
IRJET-	 IoT Based Swachch Bharat AbhiyanIRJET-	 IoT Based Swachch Bharat Abhiyan
IRJET- IoT Based Swachch Bharat AbhiyanIRJET Journal
 

Similar to Hand Gesture Crane Control (20)

IRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal RobotIRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal Robot
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
 
CAN Bus Integration for Enhanced Industrial Control and Safety
CAN Bus Integration for Enhanced Industrial Control and SafetyCAN Bus Integration for Enhanced Industrial Control and Safety
CAN Bus Integration for Enhanced Industrial Control and Safety
 
Induction Motor Protection Using PLC
Induction Motor Protection Using PLCInduction Motor Protection Using PLC
Induction Motor Protection Using PLC
 
IRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using MicrocontrollerIRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using Microcontroller
 
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...
 
Pick and Place Robotic Arm utilizing Microcontroller and Wireless Communication
Pick and Place Robotic Arm utilizing Microcontroller and Wireless CommunicationPick and Place Robotic Arm utilizing Microcontroller and Wireless Communication
Pick and Place Robotic Arm utilizing Microcontroller and Wireless Communication
 
IRJET- A Vehicle to Vehicle Communication System
IRJET-  	  A Vehicle to Vehicle Communication SystemIRJET-  	  A Vehicle to Vehicle Communication System
IRJET- A Vehicle to Vehicle Communication System
 
E1103024045
E1103024045E1103024045
E1103024045
 
IRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment System
 
SMART LATHE MACHINE
SMART LATHE MACHINESMART LATHE MACHINE
SMART LATHE MACHINE
 
IRJET - IoT based Motor Monitoring System
IRJET -  	  IoT based Motor Monitoring SystemIRJET -  	  IoT based Motor Monitoring System
IRJET - IoT based Motor Monitoring System
 
IRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee CommunicationIRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee Communication
 
Software control systems for smart antenna
Software control systems for smart antennaSoftware control systems for smart antenna
Software control systems for smart antenna
 
Internet of Things (Iot) Based Robotic Arm
Internet of Things (Iot) Based Robotic ArmInternet of Things (Iot) Based Robotic Arm
Internet of Things (Iot) Based Robotic Arm
 
Cellular Based Automated Industrial Control and Monitoring System
Cellular Based Automated Industrial Control and Monitoring SystemCellular Based Automated Industrial Control and Monitoring System
Cellular Based Automated Industrial Control and Monitoring System
 
IRJET- AC Motor Fault Analyser by Characteristic Analysis
IRJET-  	  AC Motor Fault Analyser by Characteristic AnalysisIRJET-  	  AC Motor Fault Analyser by Characteristic Analysis
IRJET- AC Motor Fault Analyser by Characteristic Analysis
 
Robotic Catching Arm using Microcontroller
Robotic Catching Arm using MicrocontrollerRobotic Catching Arm using Microcontroller
Robotic Catching Arm using Microcontroller
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOT
 
IRJET- IoT Based Swachch Bharat Abhiyan
IRJET-	 IoT Based Swachch Bharat AbhiyanIRJET-	 IoT Based Swachch Bharat Abhiyan
IRJET- IoT Based Swachch Bharat Abhiyan
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 

Hand Gesture Crane Control

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 620 Crane Control by using Hand Gestures Onkar Kuchekar1, Rushikesh Jagadale2, Nikhil Khochare3, Mr. K.D. Salunkhe4 1,2,3BE in Electronics and Telecommunication Engg. SGI, Kolhapur(Atigre), Maharashtra, India. 4Assistant Professor Mr. K.D. Salunkhe, Dept. of Electronics and Telecommunication Engg. SGI, Kolhapur(Atigre), Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - In this project, we are designing a system which will respond to our hand gesture. This project mainly consists of a microcontroller programmed in embedded ‘C’ language and the MATLAB. The camera is installed on a personal computer and the computer is serially interfaced with the microcontroller Key Words: PIC 16F877A, Camera, Zigbee, Motors 1. INTRODUCTION There are millions of cranes throughout the world that perform important, challenging, and dangerous manipulation tasks. Crane operators usually require extensive training to develop the skills needed to move payloads without inducinglargeswings.Giventhevariability of the manipulation tasks, the changing nature of the workspace, the difficulty of sensing the payload motion, and the need for close human supervision, automating crane motion is impractical, except in tightly controlled situations. Human operators have difficulty driving cranes quickly, accurately, and safely because ofthesluggishresponseofthe massive structure and large payload swings. Manipulation issue is additionally augmented by non-intuitive crane- control interfaces that include buttons and levers. A new type of crane-control interface allows operators to drive a crane by using his hand gestures. Hence we introduce a new way of controlling a crane system, minimizing the risk of human hazards. 1.1 Literature survey Cranes type one among the foremost equipment’s in industries of all kind – from domestic industries to armed service yards to warehouses. In most of those places the productivity of the activities depends on however with efficiency Grus is managed. More over these cranes being used for 24 hours a day, even a short down time greatly affects the operations of the plant.Ingeneraltheseareaunita number of the issues that usage of a crane poses. 1.2 Existing systems  A microprocessor based remote pendant  Antisway Control  Crane Control  PLC based crane automation nd monitoring 2. BLOCK DIAGRAM Fig.1 Transmitter block diagram Fig.2 Receiver Block Diagram 2.1 LCD Display: LCD is employed in a very project to examine the output of the applying. We have used 16x2 LCD which indicates 16 columns and 2 rows. So, we will write sixteen characters in every line. So,total32characterswecan display on 16x2 LCD.LCD may employed in a project to see the output of various modules interfaced with the microcontroller. Thus alphanumeric display plays an important role in a very project to check the output and to rectify the system module wise just in case of system failure so as to rectify the matter.[8] 2.2 DC MOTOR: DC motors areaunitwonttophysicallydrive the applying as per the need provided in code. The dc motor works on 12v.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 621 To drive a dc motor, we'd likea dc motor driverreferredtoas L293D. This dc motor driver is capable of driving two dc motors at a time. In order to protect the dc motorfromaback EMF generated by the dc motor while changing the direction of rotation, the dc motor driver have an internal protection suit. We can additionally offer therearvoltageprotectionsuit by connecting four diode configurations across every dc motor.[9] 2.3 PIC 16F877A:  10 bit inbuilt adc 8 channels (an0 – an7)  40 pin i/o (a0-a5,b0-b7,d0-d7,c0-c7, e0-e2)  Reset pin no. 1 (active low)  Crystal pins at 13 -14 pin  1 serial half duplex port (rc7 (rx.) –rc6 (tx.))  Interrupts (rb0 (int0)- rb1 (int1))  Inbuilt i2c bus (rc3 (scl) – rc4(sda))  Inbuilt spi bus (ss,sdi,sck,cs)  Operating voltage range-2.0v to 5.5v  High sink/source current-25ma [5] 2.4 ZigBee Module Fig.4 Zigbee Module Zigbee is honor IEEE 802.15.4-based specification for a collection of high-level communication protocols accustomed end up personal house networks with little or no, low-power digital radios, like for home automation, medical device information assortment,andalternativelow- power low-bandwidthdesires,designedforlittlescalecomes which require wireless affiliation. Hence, Zigbee could be a low-power, low rate, and shut proximity (i.e., personal area) wireless unintended network.[4] We are using zigbee to communicate betweencomputerand PIC microcontroller.[4]  Low battery consumption. ...  Low cost.  Low data rate. ...  Easy to implement.  Supports up to 65,000 nodes connected in a network.  ZigBee can automatically establish its network.  ZigBee uses small packets compared with WiFi and Bluetooth. 3.0 CIRCUIT DIAGRAM: Fig.3 Circuit Diagram 4.0 OUTPUT: In conventional systemsmostlyRemote pendantmechanism is used to move the cranes, though it is possible to move the crane with human hand gestures remotely by wireless technology.PIC microcontroller is provided with the different hand gestures to move the crane. Figure below shows different hand gestures for different movements. Forward Movement: Fig.4 Forward Movement of Crane Pick Movement: Fig.5 Pick Movement of Crane Place Movement: Fig.6 Pace Movement of Crane
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 622 5.0 FUTURE SCOPE: A significant disadvantage of existing gesture-capturing devices is that most of them limit the user‘s freedom of movement. This results from the need to grasp a sensor component, from wires attached to sensors or from limited sensor range. Progress in component miniaturization and telemetry will help to solve this problem. Static posture recognition has made great progress and allows reasonably high recognition rates, provided the user performs a standard procedure such as pointing at a target area or assuming a standard posture prior to issuing a command. This is not yet true for dynamic gesture recognition and software techniques are still developing in this field. The main difficulty is segmentation, i.e., detecting gesture beginning and end points. Aids such as hand speed and tension are currently being investigated. General interface problems such as immersion are still not solved in a comprehensive fashion. 6.0 CONCLUSION: A novel interface and control systems have been developed that allows operators to drive a crane by moving a hand- gesture and transmitting through RF tag. And it also greatly reduces design and implementation complexities. The intuitive hand-motion interface is an improvement over traditional interfacessuchasa push-buttonpendentbecause it removes the cognitive process required to translate the desired manipulation pathintoa sequenceofbutton presses. This system takes microcontroller PIC16f877A and Zigbee module to achieve wireless sending and receiving, thus the overall process of detection, handling, sendingandreceiving of operating instructions can be completed. 7.0 REFERENCE: [1] Hand Motion Based Crane Control Using Wireless Communication by Sangameshwar.Ch and Bt. Vedanth. In International Journal of Engineering Research&Technology [2] Hand Gestures Remote Controlled Robotic Arm by Shamsheer Verma in Advance in Electronic and Electric Engineering. [3] RF Transceiver Based Hand-Motion Crane Control Systems by Mercy Lurthu S, K.Seetha Lakshmi in International Journal of Engineering Trends and Technology. [4] https://en.wikipedia.org/wiki/Zigbee [5]https://www.microchip.com/wwwproducts/en/PIC16F8 77 [6] Crane Control by Hand Gesture Using Flex Sensor by Janarthanan.S, Nalandha.P, Jegadeeswari.G in Journal of Applied Science and Computations [7]Hand gesture controlled applications for heavy lifts and cranes by Shivam shinde and Dr.S.D. Lokhande in International Journal Of Engineering, Education And Technology [8]https://www.engineersgarage.com/electronic- components/16x2-lcd-module-datasheet [9] https://en.wikipedia.org/wiki/DC_motor 8.0 BIOGRAPHIES Onkar J. Kuchekar. Student at Sanjay Ghodawat Institute, Atigre. Rushikesh B. Jagadale Student at Sanjay Ghodawat Institute, Atigre. Nikhil D. Khochare Student at Sanjay Ghodawat Institute, Atigre. Mr.K.D. Salunkhe Asst. Professor at Sanjay Ghodawat Institute, Atigre. 2nd Author Photo th Author P hoto 3rd Photo 1’st Author Photo