IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic Arm

IRJET Journal
IRJET JournalFast Track Publications

https://www.irjet.net/archives/V6/i4/IRJET-V6I4162.pdf

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
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 737
Mechanical Design and Fabrication of Hand Motion Controlled
Robotic Arm
Darshan Birari1, Harish Boddula2, Umesh Borse3, Ashutosh Chaher4, Prof. Kushal Choudhari5
1,2,3,4Student, Dept. of Mechanical Engineering, Shivajirao S. Jondhle College of Engineering, Maharashtra, India.
5Professor, Dept. of Mechanical Engineering, Shivajirao S. Jondhle College of Engineering, Maharashtra, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract – Nowadays, due to globalization and
technological improvement there is need to develop
autonomous system. Machines, humans and computers are
being integrated for diversified range of applications. Theaim
of this advancement is more robot-human synchronization
and to automate tasks in the field of remote control and
execution of tasks. Virtual environments have always been
considered as a means for more accurate and efficienthuman.
By integration of human and technology it can perform
hazardous explicit operations at safe distance with accuracy
This project proposes a cutting edge idea of imitating the
human hand movement with a virtually controlled robotic
arm, which can be utilized in human endurance situations.
Evolution of mechatronics field raised the current
technological interaction approaches with semi-automatic or
automatic machines, which are wideningspectrumofHuman-
machine applications.
Key Words: Accelerometer, 8051 microcontroller, RF
Module, Dc motor
1. INTRODUCTION
A robotic arm is utility device which can be programmed to
mimic human hand motion. Such arm is equipped with
various joints, motors and gear for mechanical movement of
the arm allowing rotational and translator motion. Which in
turn controlled by algorithm interfaced in microcontroller.
Robotic arm has been widelyusedinmanufacturingindustry
as part of automation system. Typical applications of
robotics arms in industry include welding, painting,
assembly pick and place, packaging and palletising, product
inspection, and testing.
The main characteristics of this project is the robotic arm is
being operated wirelessly and have function of grab and
release like human arm. The robotic arm is fully controlled
by a microcontroller based system, where the user has to
control the movement of robotic arm using his own hand
motions. The transmitter circuit is mounted on the hand
glove which contains accelerometer interfaced to
ATmega328 microcontroller. The output of microcontroller
is in binary which is encoded to serial data for transmission.
Here we used pair of RF Module to facilitate wireless signal
transfer between transmitter and receivercircuit. Thesignal
from the transmitter will be received and processed by the
AT89S52 (8051 microcontroller) at the receiver circuit. The
valid signal then processed by driver IC which controls the
motor unit and results in desired movement of the arm. As
the robotic arm has two degrees of freedom, the received
command indicates whether to move arm upward or
downward or to grip an object or release it.
2. LITERATURE REVIEW
In mechatronics, robotics and computer field various types
of approached are made to achieve objectiveofhandgesture
controlled robotic arm. There are different ways like using
light to sense motion, machine learningvia patterndatabase,
via various sensors etc. In research paper [1] by Navneetlal
B. Wagh, Wagh, Prof. Rahul M. Patil, Namrata S. Navale,
Eknath S. Shinde, leap motion technology is used in which
infrared light of 850nm reflects back from the movinghands
in real time and it is captured by two cameras. Then
algorithms are used to generate 3D image. This image is
further transferred to microcontrollers to process and give
valid commands for movement of arm.
In another paper [2] by Lavanya K N, Ramya Shree D,
Nischitha B R, T Asha, C Gururaj, the gestures are recognized
by different coloured fingerswhichmainlyusesred,blueand
green colours. Different gestures performedarecaptured by
camera with its positional data. This data gets converted to
binary and then by comparing them with predefined
gestures Arduino processes data and sends command to
move the arm. There is another approach in which
computers are trained for same hand gestures for large
numbers of times to create database which in turn can
recognize the hand gesture accurately by machine learning.
As in paper [3] by Kratz, Sven & Rohs, Michael & Essl, Georg.,
we can modify system algorithm and integrate gyroscope
sensors with accelerometer. It results combined data from
both the sensors which improves gesture recognition
accuracy with dimensional constraints. We can use this
module to obtain 6D data which results in 4% improvement
in gesture recognition.
In paper [4] by Mohamad, Auday & Tareq Abdulbaqi, Basil &
Jumaa, Noor, the hand recognition system has integrated
accelerometer, gyroscopeandmagnetometer.Asthesensors
have noise and errors which may lead to false recognition.
Hence the readings from all the sensors are combined using
sensor fusion algorithm which acts as the complementary
filter to provide more accurate results.
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 738
There is also work done on gesture recognition with help of
flex sensor. In the flex sensor hand motion changes the
resistance which is fed to microcontroller to getappropriate
results. There is vast scope and application in remote
gesture recognition technology hence effectivedevelopment
is needed in this field.
3. BLOCK DIAGRAM
4. WORKING
Transmitter: On transmitter end there is accelerometer
interfaced with microcontroller which is powered by 9V
battery, As soon as hand moments are sensed by
accelerometer it develops change in voltage which is
converted to binary language by ATmega328
microcontroller. Further encoder is used to convert binary
data to serial and transferred by RF module transmitter.
Receiver: On receiver end after receiving data from RF
module receiver it is converted into binary data by encoder
and transferred to AT89S52 microcontroller. The
microcontroller process the data according to interfaced
logic and it controls the two DC motors via Driver IC. Then
motor movement is utilized to move the arm.
5. MAJOR COMPONENTS
5.1 Accelerometer
In this project accelerometer is major component as it used
to sense change in dynamic and static acceleration due to
hand motion. Accelerometer canrecognizerotational motion
with respect earth surface as it have static (gravity) sensor.
As the rotational motion takes place accelerometer gives
output in terms of varied voltage which is fed to
microcontroller. In this project tilt of accelerometer along x-
axis in left direction results in grab or pick motion and in
right direction results in release motion ofarm.Similarly,tilt
of accelerometer along y-axis in upward direction results in
upward lift motion and downward direction results in
lowering of robotic arm.
5.2 ATmega328 Microcontroller
The ATmega328 microcontroller is from Atmel which is low
powered 8-bit microcontroller. It has 32 registers which are
directly connected to arithmetic logic unit. This is
microcontroller is programmed to process the data from
accelerometer.TheATmega328 microcontrollergivesoutput
according to defined dimensional constraints as in program
interfaced. As it has high processing power of 1 MIPS per
MHz at low power consumption, it reduces lag and works
efficiently.
5.3 RF Module
Radio frequency module consist transmitter and receiver
end which are connected at hand gloves and robotic arm
circuit respectively.Electromagneticwavesignal isproduced
at transmitter end and travels to certain distance to receiver
end wirelessly.
5.4 Encoder And Decoder
RF Encoder HT 12E is used, it’s operating voltage range is
2.4V to 12V. It is capable of encoding N address bits and 12N
data bits. It encodes data from outputofmicrocontrollerinto
serial and transferred wirelessly via RF module.Decoder HT
12D receives serial addressesanddata fromRFmedium. The
received data is compared with local addresses.Ifnoerror is
found then data is decoded andtransferredtooutputpinand
fed to AT89S52 microcontroller.
5.5 AT89S52 Microcontroller
The AT89S52 is from8051familyofAtmel microcontrolleris
a low-power, CMOS 8-bit microcontroller with8K bytesof in
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 739
programmable Flash memory. This microcontroller is
utilized to take decision of start/stop of DC motors and also
whether clockwise or anticlockwise. This microcontroller is
powered by 12V Dc input. it processes input according to
interfaced program code and gives output to Driver IC.
5.6 Driver IC:
Here we are using L293D driver ic which contains two
inbuilt H-bridge driver circuits. It has capability to drivetwo
DC motor simultaneously in both anti-clockwise and
clockwise direction. It is interfaced between AT89S52
microcontroller and two Dc motors. It provides andcontrols
on demand need of voltage to DC motors.
5.7 DC Motors:
Dc motors are used to convert the electrical energy to
rotational mechanical energy. There ispairofDCmotors are
used to facilitate motion of grab and release and up-down
motion of arm. Change in input voltage changes the speed,
torque as well as start and stop motion of motor which is
controlled by Driver IC and microcontroller.
5.8 Battery/Power supply
A 9V battery is used to power the microcontrollerandcircuit
at transmitter end. At receiver end as power demand is high
due to Dc motors, 12V volt DC supply from main source is
used to power the circuit at receiver.
5.9 Robotic Arm Unit
The robotic arm has two degrees offreedomhenceequipped
with two DC motors. One is utilized for grab and release
operation and other for upward and downward motion of
the arm.
6. MODEL AND CIRCIUT
Fig -1: Transmitter
Fig -2: Receiver
Fig -3: Robotic Arm
7. CONCLUSION
Transmitter-hand glove circuit and receiver-robotic arm
circuit are set to work wirelessly by interfacing program in
microcontroller. Moment of robotic arm is precise, lag free
and work as expected. This technology can be utilized for
distant operation at hazardous places like nuclear power
plant, bomb diffusion and military purpose. It has wide
application in manufacturing industry for distant pick and
place, also we can use one transmitter to command more
than one receiver to automate the operations. After further
improvement it can be utilized to do distant medical
surgeries in remote areas and in unmanned space
applications.
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 740
8. REFERENCES
[1] Navneetlal B. Wagh, Prof. Rahul M. Patil, Namrata S.
Navale, Eknath S. Shinde. “Hand Gesture Controlled Robotic
Arm”, ijritcc -Volume: 4 Issue: 4.
[2] Lavanya K N, Ramya Shree D, Nischitha B R, T Asha, C
Gururaj. “Gesture Controlled Robot”, ICEECCOT-2017.
[3] Kratz, Sven & Rohs, Michael & Essl, Georg. (2013).
Combining acceleration and gyroscope data for motion
gesture recognition using classifiers with dimensionality
constraints. 173-178. 10.1145/2449396.2449419.
[4] Mohamad, Auday & Tareq Abdulbaqi, Basil & Jumaa,
Noor. (2017). Hand MotionControlledRobotic Armbased on
Micro-Electro-Mechanical-System Sensors: Gyroscope,
Accelerometer and Magnetometer. Communication on
Applied Electronics. 7. 10.5120/cae2017652621.
[5] Rajesh Mate,SandeepParodkar,“HandMotionControlled
Robotic Arm”, IJIIRD- Vol. 01 Special Issue 02 | 2015
[6] A. KHAJONE, SAURABH & S. W. MOHOD, DR & HARNE,
V.M. (2015). Implementation of a Wireless Gesture
Controlled Robotic Arm. International Journal of Innovative
Research in Computer and Communication Engineering. 03.
375-379. 10.15680/ijircce.2015.0301031.
[7] N.V.MaruthiSagar, D.V.R.SaiManikanta Kumar ,
N.Geethanjali. "MEMS Based GestureControlledRobotUsing
Wireless Communication", International Journal of
Engineering Trends and Technology (IJETT), V14(4),185-
188 Aug 2014. ISSN:2231-5381. www.ijettjournal.org.
published by seventh sense research group.

Recomendados

18 digital por
18 digital18 digital
18 digitalsm0302
348 vistas10 diapositivas
IRJET-Gesture Recognition Robot using Digital Image Processing por
IRJET-Gesture Recognition Robot using Digital Image ProcessingIRJET-Gesture Recognition Robot using Digital Image Processing
IRJET-Gesture Recognition Robot using Digital Image ProcessingIRJET Journal
41 vistas3 diapositivas
Gesture control car por
Gesture control carGesture control car
Gesture control carsaurav kumar mourya
12.3K vistas31 diapositivas
Rect-O-Back por
Rect-O-BackRect-O-Back
Rect-O-BackIJERA Editor
276 vistas4 diapositivas
IRJET- Closed Loop Speed Control of DC Motor by using PI Controller por
IRJET-  	  Closed Loop Speed Control of DC Motor by using PI ControllerIRJET-  	  Closed Loop Speed Control of DC Motor by using PI Controller
IRJET- Closed Loop Speed Control of DC Motor by using PI ControllerIRJET Journal
49 vistas4 diapositivas
IRJET - Speed Control of DC Motor by using IoT por
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
850 vistas2 diapositivas

Más contenido relacionado

La actualidad más candente

IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO por
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
108 vistas4 diapositivas
Major Project Synopsis Report on IoT based DC Motor Through a Web-site por
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
1.7K vistas29 diapositivas
Hand Motion Controlled Robotic Vehicle with Obstacle Detection por
Hand Motion Controlled Robotic Vehicle with Obstacle DetectionHand Motion Controlled Robotic Vehicle with Obstacle Detection
Hand Motion Controlled Robotic Vehicle with Obstacle DetectionIRJET Journal
86 vistas3 diapositivas
IRJET- Fire Fighting Robotic Vehicle por
IRJET- Fire Fighting Robotic VehicleIRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET Journal
36 vistas4 diapositivas
Gesture Control Robot por
Gesture Control RobotGesture Control Robot
Gesture Control Robotnikhilsaini25
17.1K vistas23 diapositivas
J5244649 por
J5244649J5244649
J5244649IOSR-JEN
276 vistas4 diapositivas

La actualidad más candente(20)

IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO por IRJET Journal
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
IRJET Journal108 vistas
Major Project Synopsis Report on IoT based DC Motor Through a Web-site por Utkarsh Chaubey
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
Utkarsh Chaubey1.7K vistas
Hand Motion Controlled Robotic Vehicle with Obstacle Detection por IRJET Journal
Hand Motion Controlled Robotic Vehicle with Obstacle DetectionHand Motion Controlled Robotic Vehicle with Obstacle Detection
Hand Motion Controlled Robotic Vehicle with Obstacle Detection
IRJET Journal86 vistas
IRJET- Fire Fighting Robotic Vehicle por IRJET Journal
IRJET- Fire Fighting Robotic VehicleIRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic Vehicle
IRJET Journal36 vistas
Gesture Control Robot por nikhilsaini25
Gesture Control RobotGesture Control Robot
Gesture Control Robot
nikhilsaini2517.1K vistas
J5244649 por IOSR-JEN
J5244649J5244649
J5244649
IOSR-JEN276 vistas
IRJET- Smart Security System for Vehicles por IRJET Journal
IRJET- Smart Security System for VehiclesIRJET- Smart Security System for Vehicles
IRJET- Smart Security System for Vehicles
IRJET Journal35 vistas
IRJET- Sensors implementation in AGV & IoT based data visualization over clie... por IRJET Journal
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET Journal20 vistas
IRJET- Health Monitoring System Based on GSM por IRJET Journal
IRJET-  	  Health Monitoring System Based on GSMIRJET-  	  Health Monitoring System Based on GSM
IRJET- Health Monitoring System Based on GSM
IRJET Journal23 vistas
IRJET- Development of Data Transmission using Smart Sensing Technology for St... por IRJET Journal
IRJET- Development of Data Transmission using Smart Sensing Technology for St...IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET- Development of Data Transmission using Smart Sensing Technology for St...
IRJET Journal24 vistas
The interconnecting mechanism for monitoring regular domestic condition por eSAT Publishing House
The interconnecting mechanism for monitoring regular domestic conditionThe interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic condition
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network por IRJET Journal
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor NetworkIRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET Journal9 vistas
Gesture control robot using accelerometer documentation por Rajendra Prasad
Gesture control robot using accelerometer documentationGesture control robot using accelerometer documentation
Gesture control robot using accelerometer documentation
Rajendra Prasad3K vistas
Color Sorting Robotic Arm por IRJET Journal
Color Sorting Robotic ArmColor Sorting Robotic Arm
Color Sorting Robotic Arm
IRJET Journal433 vistas
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor por IRJET Journal
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance SensorIRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
IRJET Journal35 vistas
Android Based Voice Controlled Smart Wheelchair por IRJET Journal
Android Based Voice Controlled Smart WheelchairAndroid Based Voice Controlled Smart Wheelchair
Android Based Voice Controlled Smart Wheelchair
IRJET Journal163 vistas
IRJET - Smart Yoga Instructor por IRJET Journal
IRJET - Smart Yoga InstructorIRJET - Smart Yoga Instructor
IRJET - Smart Yoga Instructor
IRJET Journal73 vistas
Mems based hand gesture controlled robot por Sriteja Rst
Mems based hand gesture controlled robotMems based hand gesture controlled robot
Mems based hand gesture controlled robot
Sriteja Rst5.3K vistas
A Review on Smart Generator Control using Android Application por IRJET Journal
A Review on Smart Generator Control using Android ApplicationA Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android Application
IRJET Journal118 vistas

Similar a IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic Arm

Robotic Vehicle with Hand Motion Control Using a RF Module por
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
6 vistas14 diapositivas
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And... por
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET Journal
68 vistas3 diapositivas
IRJET- A Survey on Advanced Ration Distribution System por
IRJET-  	  A Survey on Advanced Ration Distribution SystemIRJET-  	  A Survey on Advanced Ration Distribution System
IRJET- A Survey on Advanced Ration Distribution SystemIRJET Journal
35 vistas5 diapositivas
Pick and Place Robotic Arm using Android Device por
Pick and Place Robotic Arm using Android DevicePick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android DeviceIRJET Journal
227 vistas5 diapositivas
Intelligent traffic light controller using embedded system por
Intelligent traffic light controller using embedded systemIntelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIRJET Journal
42 vistas4 diapositivas
IRJET- Smart Wireless Electronic Energy Meter por
IRJET- Smart Wireless Electronic Energy MeterIRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET Journal
112 vistas4 diapositivas

Similar a IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic Arm(20)

IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And... por IRJET Journal
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET Journal68 vistas
IRJET- A Survey on Advanced Ration Distribution System por IRJET Journal
IRJET-  	  A Survey on Advanced Ration Distribution SystemIRJET-  	  A Survey on Advanced Ration Distribution System
IRJET- A Survey on Advanced Ration Distribution System
IRJET Journal35 vistas
Pick and Place Robotic Arm using Android Device por IRJET Journal
Pick and Place Robotic Arm using Android DevicePick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android Device
IRJET Journal227 vistas
Intelligent traffic light controller using embedded system por IRJET Journal
Intelligent traffic light controller using embedded systemIntelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded system
IRJET Journal42 vistas
IRJET- Smart Wireless Electronic Energy Meter por IRJET Journal
IRJET- Smart Wireless Electronic Energy MeterIRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy Meter
IRJET Journal112 vistas
IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for... por IRJET Journal
IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for...IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for...
IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for...
IRJET Journal192 vistas
IRJET- Labour Work Monitoring System por IRJET Journal
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
IRJET Journal41 vistas
Vehicle Controlled by Hand Gesture Using Raspberry pi por IRJET Journal
Vehicle Controlled by Hand Gesture Using Raspberry piVehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry pi
IRJET Journal6 vistas
A Novel Approach for HCI using MEMS Based Device por MangaiK4
A Novel Approach for HCI using MEMS Based DeviceA Novel Approach for HCI using MEMS Based Device
A Novel Approach for HCI using MEMS Based Device
MangaiK43 vistas
Spy Robot with Wireless Camera using GSM por IRJET Journal
Spy Robot with Wireless Camera using GSMSpy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSM
IRJET Journal51 vistas
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ... por IRJET Journal
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET Journal31 vistas
IRJET- Industrial Safety Device for Employees in Overhead Bridge Crane us... por 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 Journal8 vistas
IRJET- Hampered Serving Bot por IRJET Journal
IRJET-  	  Hampered Serving BotIRJET-  	  Hampered Serving Bot
IRJET- Hampered Serving Bot
IRJET Journal24 vistas
IRJET- Automatic License Issuing System por IRJET Journal
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
IRJET Journal27 vistas
Dish Positioning By Using IR Remote por IRJET Journal
Dish Positioning By Using IR RemoteDish Positioning By Using IR Remote
Dish Positioning By Using IR Remote
IRJET Journal28 vistas
IRJET- Drug Dispensing Robot in Medical Shops por IRJET Journal
IRJET- Drug Dispensing Robot in Medical ShopsIRJET- Drug Dispensing Robot in Medical Shops
IRJET- Drug Dispensing Robot in Medical Shops
IRJET Journal43 vistas
IRJET- Review Paper on Hand Based Gesture Recognition Technologies por IRJET Journal
IRJET- Review Paper on Hand Based Gesture Recognition TechnologiesIRJET- Review Paper on Hand Based Gesture Recognition Technologies
IRJET- Review Paper on Hand Based Gesture Recognition Technologies
IRJET Journal20 vistas

Más de IRJET Journal

SOIL STABILIZATION USING WASTE FIBER MATERIAL por
SOIL STABILIZATION USING WASTE FIBER MATERIALSOIL STABILIZATION USING WASTE FIBER MATERIAL
SOIL STABILIZATION USING WASTE FIBER MATERIALIRJET Journal
20 vistas7 diapositivas
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles... por
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...IRJET Journal
8 vistas7 diapositivas
Identification, Discrimination and Classification of Cotton Crop by Using Mul... por
Identification, Discrimination and Classification of Cotton Crop by Using Mul...Identification, Discrimination and Classification of Cotton Crop by Using Mul...
Identification, Discrimination and Classification of Cotton Crop by Using Mul...IRJET Journal
7 vistas5 diapositivas
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula... por
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...IRJET Journal
13 vistas11 diapositivas
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR... por
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...IRJET Journal
14 vistas6 diapositivas
Performance Analysis of Aerodynamic Design for Wind Turbine Blade por
Performance Analysis of Aerodynamic Design for Wind Turbine BladePerformance Analysis of Aerodynamic Design for Wind Turbine Blade
Performance Analysis of Aerodynamic Design for Wind Turbine BladeIRJET Journal
7 vistas5 diapositivas

Más de IRJET Journal(20)

SOIL STABILIZATION USING WASTE FIBER MATERIAL por IRJET Journal
SOIL STABILIZATION USING WASTE FIBER MATERIALSOIL STABILIZATION USING WASTE FIBER MATERIAL
SOIL STABILIZATION USING WASTE FIBER MATERIAL
IRJET Journal20 vistas
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles... por IRJET Journal
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...
IRJET Journal8 vistas
Identification, Discrimination and Classification of Cotton Crop by Using Mul... por IRJET Journal
Identification, Discrimination and Classification of Cotton Crop by Using Mul...Identification, Discrimination and Classification of Cotton Crop by Using Mul...
Identification, Discrimination and Classification of Cotton Crop by Using Mul...
IRJET Journal7 vistas
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula... por IRJET Journal
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...
IRJET Journal13 vistas
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR... por IRJET Journal
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
IRJET Journal14 vistas
Performance Analysis of Aerodynamic Design for Wind Turbine Blade por IRJET Journal
Performance Analysis of Aerodynamic Design for Wind Turbine BladePerformance Analysis of Aerodynamic Design for Wind Turbine Blade
Performance Analysis of Aerodynamic Design for Wind Turbine Blade
IRJET Journal7 vistas
Heart Failure Prediction using Different Machine Learning Techniques por IRJET Journal
Heart Failure Prediction using Different Machine Learning TechniquesHeart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning Techniques
IRJET Journal7 vistas
Experimental Investigation of Solar Hot Case Based on Photovoltaic Panel por IRJET Journal
Experimental Investigation of Solar Hot Case Based on Photovoltaic PanelExperimental Investigation of Solar Hot Case Based on Photovoltaic Panel
Experimental Investigation of Solar Hot Case Based on Photovoltaic Panel
IRJET Journal3 vistas
Metro Development and Pedestrian Concerns por IRJET Journal
Metro Development and Pedestrian ConcernsMetro Development and Pedestrian Concerns
Metro Development and Pedestrian Concerns
IRJET Journal2 vistas
Mapping the Crashworthiness Domains: Investigations Based on Scientometric An... por IRJET Journal
Mapping the Crashworthiness Domains: Investigations Based on Scientometric An...Mapping the Crashworthiness Domains: Investigations Based on Scientometric An...
Mapping the Crashworthiness Domains: Investigations Based on Scientometric An...
IRJET Journal3 vistas
Data Analytics and Artificial Intelligence in Healthcare Industry por IRJET Journal
Data Analytics and Artificial Intelligence in Healthcare IndustryData Analytics and Artificial Intelligence in Healthcare Industry
Data Analytics and Artificial Intelligence in Healthcare Industry
IRJET Journal3 vistas
DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC... por IRJET Journal
DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC...DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC...
DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC...
IRJET Journal44 vistas
Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur... por IRJET Journal
Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur...Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur...
Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur...
IRJET Journal10 vistas
Development of Effective Tomato Package for Post-Harvest Preservation por IRJET Journal
Development of Effective Tomato Package for Post-Harvest PreservationDevelopment of Effective Tomato Package for Post-Harvest Preservation
Development of Effective Tomato Package for Post-Harvest Preservation
IRJET Journal4 vistas
“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION” por IRJET Journal
“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION”“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION”
“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION”
IRJET Journal5 vistas
Understanding the Nature of Consciousness with AI por IRJET Journal
Understanding the Nature of Consciousness with AIUnderstanding the Nature of Consciousness with AI
Understanding the Nature of Consciousness with AI
IRJET Journal12 vistas
Augmented Reality App for Location based Exploration at JNTUK Kakinada por IRJET Journal
Augmented Reality App for Location based Exploration at JNTUK KakinadaAugmented Reality App for Location based Exploration at JNTUK Kakinada
Augmented Reality App for Location based Exploration at JNTUK Kakinada
IRJET Journal6 vistas
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba... por IRJET Journal
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
IRJET Journal18 vistas
Enhancing Real Time Communication and Efficiency With Websocket por IRJET Journal
Enhancing Real Time Communication and Efficiency With WebsocketEnhancing Real Time Communication and Efficiency With Websocket
Enhancing Real Time Communication and Efficiency With Websocket
IRJET Journal4 vistas
Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ... por IRJET Journal
Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ...Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ...
Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ...
IRJET Journal4 vistas

Último

Taking out the Trash (And the Recyclables]: RFID and the Handling of Municipa... por
Taking out the Trash (And the Recyclables]: RFID and the Handling of Municipa...Taking out the Trash (And the Recyclables]: RFID and the Handling of Municipa...
Taking out the Trash (And the Recyclables]: RFID and the Handling of Municipa...ijseajournal
5 vistas13 diapositivas
Machine learning in drug supply chain management during disease outbreaks: a ... por
Machine learning in drug supply chain management during disease outbreaks: a ...Machine learning in drug supply chain management during disease outbreaks: a ...
Machine learning in drug supply chain management during disease outbreaks: a ...IJECEIAES
12 vistas17 diapositivas
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,... por
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...AakashShakya12
66 vistas115 diapositivas
Final Year Presentation por
Final Year PresentationFinal Year Presentation
Final Year PresentationComsat Universal Islamabad Wah Campus
6 vistas29 diapositivas
Investor Presentation por
Investor PresentationInvestor Presentation
Investor Presentationeser sevinç
24 vistas26 diapositivas
DevOps-ITverse-2023-IIT-DU.pptx por
DevOps-ITverse-2023-IIT-DU.pptxDevOps-ITverse-2023-IIT-DU.pptx
DevOps-ITverse-2023-IIT-DU.pptxAnowar Hossain
9 vistas45 diapositivas

Último(20)

Taking out the Trash (And the Recyclables]: RFID and the Handling of Municipa... por ijseajournal
Taking out the Trash (And the Recyclables]: RFID and the Handling of Municipa...Taking out the Trash (And the Recyclables]: RFID and the Handling of Municipa...
Taking out the Trash (And the Recyclables]: RFID and the Handling of Municipa...
ijseajournal5 vistas
Machine learning in drug supply chain management during disease outbreaks: a ... por IJECEIAES
Machine learning in drug supply chain management during disease outbreaks: a ...Machine learning in drug supply chain management during disease outbreaks: a ...
Machine learning in drug supply chain management during disease outbreaks: a ...
IJECEIAES12 vistas
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,... por AakashShakya12
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...
AakashShakya1266 vistas
zincalume water storage tank design.pdf por 3D LABS
zincalume water storage tank design.pdfzincalume water storage tank design.pdf
zincalume water storage tank design.pdf
3D LABS5 vistas
NEW SUPPLIERS SUPPLIES (copie).pdf por georgesradjou
NEW SUPPLIERS SUPPLIES (copie).pdfNEW SUPPLIERS SUPPLIES (copie).pdf
NEW SUPPLIERS SUPPLIES (copie).pdf
georgesradjou15 vistas
DevOps to DevSecOps: Enhancing Software Security Throughout The Development L... por Anowar Hossain
DevOps to DevSecOps: Enhancing Software Security Throughout The Development L...DevOps to DevSecOps: Enhancing Software Security Throughout The Development L...
DevOps to DevSecOps: Enhancing Software Security Throughout The Development L...
Anowar Hossain12 vistas
Machine Element II Course outline.pdf por odatadese1
Machine Element II Course outline.pdfMachine Element II Course outline.pdf
Machine Element II Course outline.pdf
odatadese18 vistas
MSA Website Slideshow (16).pdf por msaucla
MSA Website Slideshow (16).pdfMSA Website Slideshow (16).pdf
MSA Website Slideshow (16).pdf
msaucla64 vistas
What is Whirling Hygrometer.pdf por IIT KHARAGPUR
What is Whirling Hygrometer.pdfWhat is Whirling Hygrometer.pdf
What is Whirling Hygrometer.pdf
IIT KHARAGPUR 11 vistas
Investigation of Physicochemical Changes of Soft Clay around Deep Geopolymer ... por AltinKaradagli
Investigation of Physicochemical Changes of Soft Clay around Deep Geopolymer ...Investigation of Physicochemical Changes of Soft Clay around Deep Geopolymer ...
Investigation of Physicochemical Changes of Soft Clay around Deep Geopolymer ...
AltinKaradagli9 vistas
Dynamics of Hard-Magnetic Soft Materials por Shivendra Nandan
Dynamics of Hard-Magnetic Soft MaterialsDynamics of Hard-Magnetic Soft Materials
Dynamics of Hard-Magnetic Soft Materials
Shivendra Nandan15 vistas

IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic Arm

  • 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 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 737 Mechanical Design and Fabrication of Hand Motion Controlled Robotic Arm Darshan Birari1, Harish Boddula2, Umesh Borse3, Ashutosh Chaher4, Prof. Kushal Choudhari5 1,2,3,4Student, Dept. of Mechanical Engineering, Shivajirao S. Jondhle College of Engineering, Maharashtra, India. 5Professor, Dept. of Mechanical Engineering, Shivajirao S. Jondhle College of Engineering, Maharashtra, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract – Nowadays, due to globalization and technological improvement there is need to develop autonomous system. Machines, humans and computers are being integrated for diversified range of applications. Theaim of this advancement is more robot-human synchronization and to automate tasks in the field of remote control and execution of tasks. Virtual environments have always been considered as a means for more accurate and efficienthuman. By integration of human and technology it can perform hazardous explicit operations at safe distance with accuracy This project proposes a cutting edge idea of imitating the human hand movement with a virtually controlled robotic arm, which can be utilized in human endurance situations. Evolution of mechatronics field raised the current technological interaction approaches with semi-automatic or automatic machines, which are wideningspectrumofHuman- machine applications. Key Words: Accelerometer, 8051 microcontroller, RF Module, Dc motor 1. INTRODUCTION A robotic arm is utility device which can be programmed to mimic human hand motion. Such arm is equipped with various joints, motors and gear for mechanical movement of the arm allowing rotational and translator motion. Which in turn controlled by algorithm interfaced in microcontroller. Robotic arm has been widelyusedinmanufacturingindustry as part of automation system. Typical applications of robotics arms in industry include welding, painting, assembly pick and place, packaging and palletising, product inspection, and testing. The main characteristics of this project is the robotic arm is being operated wirelessly and have function of grab and release like human arm. The robotic arm is fully controlled by a microcontroller based system, where the user has to control the movement of robotic arm using his own hand motions. The transmitter circuit is mounted on the hand glove which contains accelerometer interfaced to ATmega328 microcontroller. The output of microcontroller is in binary which is encoded to serial data for transmission. Here we used pair of RF Module to facilitate wireless signal transfer between transmitter and receivercircuit. Thesignal from the transmitter will be received and processed by the AT89S52 (8051 microcontroller) at the receiver circuit. The valid signal then processed by driver IC which controls the motor unit and results in desired movement of the arm. As the robotic arm has two degrees of freedom, the received command indicates whether to move arm upward or downward or to grip an object or release it. 2. LITERATURE REVIEW In mechatronics, robotics and computer field various types of approached are made to achieve objectiveofhandgesture controlled robotic arm. There are different ways like using light to sense motion, machine learningvia patterndatabase, via various sensors etc. In research paper [1] by Navneetlal B. Wagh, Wagh, Prof. Rahul M. Patil, Namrata S. Navale, Eknath S. Shinde, leap motion technology is used in which infrared light of 850nm reflects back from the movinghands in real time and it is captured by two cameras. Then algorithms are used to generate 3D image. This image is further transferred to microcontrollers to process and give valid commands for movement of arm. In another paper [2] by Lavanya K N, Ramya Shree D, Nischitha B R, T Asha, C Gururaj, the gestures are recognized by different coloured fingerswhichmainlyusesred,blueand green colours. Different gestures performedarecaptured by camera with its positional data. This data gets converted to binary and then by comparing them with predefined gestures Arduino processes data and sends command to move the arm. There is another approach in which computers are trained for same hand gestures for large numbers of times to create database which in turn can recognize the hand gesture accurately by machine learning. As in paper [3] by Kratz, Sven & Rohs, Michael & Essl, Georg., we can modify system algorithm and integrate gyroscope sensors with accelerometer. It results combined data from both the sensors which improves gesture recognition accuracy with dimensional constraints. We can use this module to obtain 6D data which results in 4% improvement in gesture recognition. In paper [4] by Mohamad, Auday & Tareq Abdulbaqi, Basil & Jumaa, Noor, the hand recognition system has integrated accelerometer, gyroscopeandmagnetometer.Asthesensors have noise and errors which may lead to false recognition. Hence the readings from all the sensors are combined using sensor fusion algorithm which acts as the complementary filter to provide more accurate results.
  • 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 738 There is also work done on gesture recognition with help of flex sensor. In the flex sensor hand motion changes the resistance which is fed to microcontroller to getappropriate results. There is vast scope and application in remote gesture recognition technology hence effectivedevelopment is needed in this field. 3. BLOCK DIAGRAM 4. WORKING Transmitter: On transmitter end there is accelerometer interfaced with microcontroller which is powered by 9V battery, As soon as hand moments are sensed by accelerometer it develops change in voltage which is converted to binary language by ATmega328 microcontroller. Further encoder is used to convert binary data to serial and transferred by RF module transmitter. Receiver: On receiver end after receiving data from RF module receiver it is converted into binary data by encoder and transferred to AT89S52 microcontroller. The microcontroller process the data according to interfaced logic and it controls the two DC motors via Driver IC. Then motor movement is utilized to move the arm. 5. MAJOR COMPONENTS 5.1 Accelerometer In this project accelerometer is major component as it used to sense change in dynamic and static acceleration due to hand motion. Accelerometer canrecognizerotational motion with respect earth surface as it have static (gravity) sensor. As the rotational motion takes place accelerometer gives output in terms of varied voltage which is fed to microcontroller. In this project tilt of accelerometer along x- axis in left direction results in grab or pick motion and in right direction results in release motion ofarm.Similarly,tilt of accelerometer along y-axis in upward direction results in upward lift motion and downward direction results in lowering of robotic arm. 5.2 ATmega328 Microcontroller The ATmega328 microcontroller is from Atmel which is low powered 8-bit microcontroller. It has 32 registers which are directly connected to arithmetic logic unit. This is microcontroller is programmed to process the data from accelerometer.TheATmega328 microcontrollergivesoutput according to defined dimensional constraints as in program interfaced. As it has high processing power of 1 MIPS per MHz at low power consumption, it reduces lag and works efficiently. 5.3 RF Module Radio frequency module consist transmitter and receiver end which are connected at hand gloves and robotic arm circuit respectively.Electromagneticwavesignal isproduced at transmitter end and travels to certain distance to receiver end wirelessly. 5.4 Encoder And Decoder RF Encoder HT 12E is used, it’s operating voltage range is 2.4V to 12V. It is capable of encoding N address bits and 12N data bits. It encodes data from outputofmicrocontrollerinto serial and transferred wirelessly via RF module.Decoder HT 12D receives serial addressesanddata fromRFmedium. The received data is compared with local addresses.Ifnoerror is found then data is decoded andtransferredtooutputpinand fed to AT89S52 microcontroller. 5.5 AT89S52 Microcontroller The AT89S52 is from8051familyofAtmel microcontrolleris a low-power, CMOS 8-bit microcontroller with8K bytesof in
  • 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 739 programmable Flash memory. This microcontroller is utilized to take decision of start/stop of DC motors and also whether clockwise or anticlockwise. This microcontroller is powered by 12V Dc input. it processes input according to interfaced program code and gives output to Driver IC. 5.6 Driver IC: Here we are using L293D driver ic which contains two inbuilt H-bridge driver circuits. It has capability to drivetwo DC motor simultaneously in both anti-clockwise and clockwise direction. It is interfaced between AT89S52 microcontroller and two Dc motors. It provides andcontrols on demand need of voltage to DC motors. 5.7 DC Motors: Dc motors are used to convert the electrical energy to rotational mechanical energy. There ispairofDCmotors are used to facilitate motion of grab and release and up-down motion of arm. Change in input voltage changes the speed, torque as well as start and stop motion of motor which is controlled by Driver IC and microcontroller. 5.8 Battery/Power supply A 9V battery is used to power the microcontrollerandcircuit at transmitter end. At receiver end as power demand is high due to Dc motors, 12V volt DC supply from main source is used to power the circuit at receiver. 5.9 Robotic Arm Unit The robotic arm has two degrees offreedomhenceequipped with two DC motors. One is utilized for grab and release operation and other for upward and downward motion of the arm. 6. MODEL AND CIRCIUT Fig -1: Transmitter Fig -2: Receiver Fig -3: Robotic Arm 7. CONCLUSION Transmitter-hand glove circuit and receiver-robotic arm circuit are set to work wirelessly by interfacing program in microcontroller. Moment of robotic arm is precise, lag free and work as expected. This technology can be utilized for distant operation at hazardous places like nuclear power plant, bomb diffusion and military purpose. It has wide application in manufacturing industry for distant pick and place, also we can use one transmitter to command more than one receiver to automate the operations. After further improvement it can be utilized to do distant medical surgeries in remote areas and in unmanned space applications.
  • 4. 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 740 8. REFERENCES [1] Navneetlal B. Wagh, Prof. Rahul M. Patil, Namrata S. Navale, Eknath S. Shinde. “Hand Gesture Controlled Robotic Arm”, ijritcc -Volume: 4 Issue: 4. [2] Lavanya K N, Ramya Shree D, Nischitha B R, T Asha, C Gururaj. “Gesture Controlled Robot”, ICEECCOT-2017. [3] Kratz, Sven & Rohs, Michael & Essl, Georg. (2013). Combining acceleration and gyroscope data for motion gesture recognition using classifiers with dimensionality constraints. 173-178. 10.1145/2449396.2449419. [4] Mohamad, Auday & Tareq Abdulbaqi, Basil & Jumaa, Noor. (2017). Hand MotionControlledRobotic Armbased on Micro-Electro-Mechanical-System Sensors: Gyroscope, Accelerometer and Magnetometer. Communication on Applied Electronics. 7. 10.5120/cae2017652621. [5] Rajesh Mate,SandeepParodkar,“HandMotionControlled Robotic Arm”, IJIIRD- Vol. 01 Special Issue 02 | 2015 [6] A. KHAJONE, SAURABH & S. W. MOHOD, DR & HARNE, V.M. (2015). Implementation of a Wireless Gesture Controlled Robotic Arm. International Journal of Innovative Research in Computer and Communication Engineering. 03. 375-379. 10.15680/ijircce.2015.0301031. [7] N.V.MaruthiSagar, D.V.R.SaiManikanta Kumar , N.Geethanjali. "MEMS Based GestureControlledRobotUsing Wireless Communication", International Journal of Engineering Trends and Technology (IJETT), V14(4),185- 188 Aug 2014. ISSN:2231-5381. www.ijettjournal.org. published by seventh sense research group.