SlideShare a Scribd company logo
1 of 29
DAYALBAGH EDUCATIONAL
INSTITUTE .
ITV 205 PROJECT II
PRESENTATION
PRESENTED BY: STUDENTS OF B.VOC
(TELEMATICS)
NAMES OF THE STUDENTS WITH THERE ROLL NO:
• RISHABH GAUR : 1904812
• HARIOM PARMAR : 1904799
• ASHISH KATARA :1904794
• SAKSHI YADAV : 1904813
• SHIVAM : 1904816
SIMPLE ROBOTIC ARM
PROJECT USING
ARDUINO
ROBOTIC ARM:
Robotic Arm Project Using Arduino
• Nowadays, manual labor is being reduced at big scale industries and
factories to increase efficiency and gain profit by installing robots that
can do repetitive works. A onetime installation of such a device may
cost a huge amount, but in the long run, will turn out to be more
profitable that manual labor. Out of the lot, a simple robotic arm is one
of the most commonly installed machines. We are introducing the basic
concepts of an Arduino controlled robotic arm project.
• The programmable robotic arm finds extensive applications in its use in
extreme conditions like space mission or underwater expeditions. It is
also using in nuclear power plants and in toxic atmosphere where
human surveillance is difficult.
• There are numerous types of robotic arm used in industries but going
to give you details on a basic prototype.
• This setup also looks as a Robotic Crane or we can convert it into a Crane
by doing some easy tweaks. This project will be helpful for beginners
who want to learn to develop a Simple Robot in low cost or just want to
learn working with Arduino and servo motors.
• This Arduino Robotic Arm can be controlled by four
Potentiometer attached to it, each potentiometer is used to control each
servo. You can move these servos by rotating the pots to pick some
object, with some practice you can easily pick and move the object from
one place to another. We have used low torque servos here but you can
use more powerful servos to pick heavy objects.
COMPONENTS REQUIRED
•Arduino Uno
•1000uF Capacitor (4 pieces)
•100nF Capacitor (4 pieces)
•Servo Motor (SG 90- four pieces)
•10K pot- Variable Resistor (4 pieces)
•Power Supply (5v- preferably two)
SERVO MOTOR
• Servo Motors are mainly used when there is a need for
accurate shaft movement or position. These are not
proposed for high speed applications. Servo motors are
proposed for low speed, medium torque and accurate
position application. So these motors are best for
designing robotic arm.
• Servo motors are available at different shapes and sizes.
We are going to use small servo motors, here we
use four SG90 servos. A servo motor will have mainly
there wires, one is for positive voltage another is for
ground and last one is for position setting. The RED wire
is connected to power, Black wire is connected to ground
and YELLOW wire is connected to signal.
CONSTRUCTION OF ROBOTIC
ARM
• Take a flat and stable surface, like a table or a hard card
board. Next place a servo motor in the middle and glue it
in place. This servo acts as base of arm. The degree of
the rotation is given in the picture.
• Place a small piece of cardboard on top of first servo and
then place the second servo on this piece of board and
glue it in place. The servo rotation must match the
diagram.
• Take some cardboards and cut them into 3cm x 11cm
pieces. Make sure the piece is not softened. Cut a
rectangular hole at one end (leave 0.8cm from bottom)
just enough to fit another servo and at another end fit
the servo gear tightly with screws or by glue. Then fit
the third servo in the first hole.
• Now cut another cardboard piece with lengths shown in
figure below and glue another gear at the bottom of this
piece.
• Now glue the fourth and last servo at the edge of second
piece
• With this, two pieces together looks like.
• When we attach this setup to the base it should look like,
• We just need to make the hook to grab and pick the
object like a robotic hand. For hook, cut another two
pieces of card board of lengths 1cmx7cm & 4cmx5cm.
Glue them together as shown in figure and stick final
gear at the very edge.
• Mount this piece on top and with this we have done
building our Robotic Arm. our basic robotic arm design
got completed and that's how we have built our low cost
robotic arm. Now connect the circuit in breadboard as per
circuit diagram.
CIRCUIT DIAGRAM
HOW TO OPERATE ROBOTIC
ARM:
• There are four pots provided to the user. And by rotating
these four pots, we provide variable voltage at the ADC
channels of UNO. So the digital values of Arduino are
under control of user. These digital values are mapped to
adjust the servo motor position, hence the servo position
is in control of user and by rotating these Pots user can
move the joints of Robotic arm and can pick or grab any
object.
Code:
#include <Servo.h>
Servo servo0;
Servo servo1;
Servo servo2;
Servo servo3;
int sensorvalue0;
int sensorvalue1;
int sensorvalue2;
int sensorvalue3;
void setup()
{
pinMode(A0,INPUT);
pinMode(3,OUTPUT);
servo0.attach(3);
pinMode(A1,INPUT);
pinMode(5,OUTPUT);
servo1.attach(5);
pinMode(A2,INPUT);
pinMode(6,OUTPUT);
servo2.attach(6);
pinMode(A3,INPUT);
pinMode(9,OUTPUT);
servo3.attach(9);
}
void loop()
{
sensorvalue0 = analogRead(A0);
sensorvalue0 = map(sensorvalue0, 0, 1023, 0, 180);
servo0.write(sensorvalue0);
sensorvalue1 = analogRead(A1);
sensorvalue1 = map(sensorvalue1, 0, 1023, 0, 180);
servo1.write(sensorvalue1);
sensorvalue2 = analogRead(A2);
sensorvalue2 = map(sensorvalue2, 0, 1023, 0, 180);
servo2.write(sensorvalue2);
sensorvalue3 = analogRead(A3);
sensorvalue3 = map(sensorvalue3, 0, 1023, 0, 180);
servo3.write(sensorvalue3);
}
THANK YOU SO MUCH RESPECTED SIR
AND DEAR CLASS FELLOW.
I HOPE YOU ALL GET THE ROUGHLY IDEA
ABOUT THE PROJECT WHICH WE HAVE
PRESENTED.
Rishabh gaur

More Related Content

What's hot

What's hot (20)

Welding automation ppt
Welding automation pptWelding automation ppt
Welding automation ppt
 
Electricmotors
ElectricmotorsElectricmotors
Electricmotors
 
1 why we use machines
1 why we use machines1 why we use machines
1 why we use machines
 
The Parts of the lathe machine
The Parts of the lathe machineThe Parts of the lathe machine
The Parts of the lathe machine
 
Aerator Quick Install Guide
Aerator Quick Install GuideAerator Quick Install Guide
Aerator Quick Install Guide
 
Pick & place robot ppt
Pick & place robot pptPick & place robot ppt
Pick & place robot ppt
 
Italy Origin HSD Spindle Motor 4.5KW Model AT/MT 1090-100 for Sale
Italy Origin HSD Spindle Motor 4.5KW Model AT/MT 1090-100 for SaleItaly Origin HSD Spindle Motor 4.5KW Model AT/MT 1090-100 for Sale
Italy Origin HSD Spindle Motor 4.5KW Model AT/MT 1090-100 for Sale
 
Km74 double acting saw using scotch yoke mechanism (wecompress)
Km74 double acting saw using scotch yoke mechanism (wecompress)Km74 double acting saw using scotch yoke mechanism (wecompress)
Km74 double acting saw using scotch yoke mechanism (wecompress)
 
S 3000 radial inserter
S 3000 radial inserterS 3000 radial inserter
S 3000 radial inserter
 
Machining
MachiningMachining
Machining
 
Robotic 6DOF ARM
Robotic 6DOF ARMRobotic 6DOF ARM
Robotic 6DOF ARM
 
Mechanical element of a CNC Machine
Mechanical element of a CNC MachineMechanical element of a CNC Machine
Mechanical element of a CNC Machine
 
Gearless transmission
Gearless transmissionGearless transmission
Gearless transmission
 
Advanced manufacturing and industrial robots
Advanced manufacturing and industrial robotsAdvanced manufacturing and industrial robots
Advanced manufacturing and industrial robots
 
Npm scr 75_specsheet
Npm scr 75_specsheetNpm scr 75_specsheet
Npm scr 75_specsheet
 
Air jet and Rapier loom
Air jet and Rapier loomAir jet and Rapier loom
Air jet and Rapier loom
 
Find Omni 5 Axis CNC Router
Find Omni 5 Axis CNC RouterFind Omni 5 Axis CNC Router
Find Omni 5 Axis CNC Router
 
Robot Configuration - 2
Robot Configuration - 2Robot Configuration - 2
Robot Configuration - 2
 
Robots and cars ca
Robots and cars caRobots and cars ca
Robots and cars ca
 
Parts of the lathe machine
Parts of the lathe machineParts of the lathe machine
Parts of the lathe machine
 

Similar to Rishabh gaur

Pick and place mechanism
Pick and place mechanismPick and place mechanism
Pick and place mechanismJakshil Gandhi
 
Presentation of Robotics arm.pptx
Presentation of Robotics arm.pptxPresentation of Robotics arm.pptx
Presentation of Robotics arm.pptxcQuach1
 
Exoskeleton arm ppt
Exoskeleton arm pptExoskeleton arm ppt
Exoskeleton arm pptVivekC37
 
ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)
ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)
ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)Jayan Kant Duggal
 
How does a servo motor work?
How does a servo motor work?How does a servo motor work?
How does a servo motor work?rashid baloch
 
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
 
ECET 3640 Group 2 Project Report
ECET 3640 Group 2 Project ReportECET 3640 Group 2 Project Report
ECET 3640 Group 2 Project ReportLogan Isler
 
WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT KrishGupta94
 
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...silveroak engineering collage
 
8 LEGGED ROBOT (1).pptx
8 LEGGED ROBOT (1).pptx8 LEGGED ROBOT (1).pptx
8 LEGGED ROBOT (1).pptxZuberAhmedV
 
8 LEGGED ROBOT (1).pptx
8 LEGGED ROBOT (1).pptx8 LEGGED ROBOT (1).pptx
8 LEGGED ROBOT (1).pptxZuberAhmedV
 
Pick and Place Robotic Arm 1
Pick and Place Robotic Arm 1Pick and Place Robotic Arm 1
Pick and Place Robotic Arm 1Dixit Patel
 
Physical prototyping lab6-motors
Physical prototyping lab6-motorsPhysical prototyping lab6-motors
Physical prototyping lab6-motorsTony Olsson.
 

Similar to Rishabh gaur (20)

Pick and place mechanism
Pick and place mechanismPick and place mechanism
Pick and place mechanism
 
Newppt major
Newppt majorNewppt major
Newppt major
 
Presentation of Robotics arm.pptx
Presentation of Robotics arm.pptxPresentation of Robotics arm.pptx
Presentation of Robotics arm.pptx
 
Exoskeleton arm ppt
Exoskeleton arm pptExoskeleton arm ppt
Exoskeleton arm ppt
 
ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)
ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)
ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)
 
Robotic Hand
Robotic HandRobotic Hand
Robotic Hand
 
How does a servo motor work?
How does a servo motor work?How does a servo motor work?
How does a servo motor work?
 
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
 
ECET 3640 Group 2 Project Report
ECET 3640 Group 2 Project ReportECET 3640 Group 2 Project Report
ECET 3640 Group 2 Project Report
 
Pdpm,mayank awasthi,jabalpur,i it kanpur, servo motor,keil code
Pdpm,mayank awasthi,jabalpur,i it kanpur, servo motor,keil codePdpm,mayank awasthi,jabalpur,i it kanpur, servo motor,keil code
Pdpm,mayank awasthi,jabalpur,i it kanpur, servo motor,keil code
 
NexusBot Assembly and Control Manual v0.1 (English)
NexusBot Assembly and Control Manual v0.1 (English)NexusBot Assembly and Control Manual v0.1 (English)
NexusBot Assembly and Control Manual v0.1 (English)
 
WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT
 
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...
 
8 LEGGED ROBOT (1).pptx
8 LEGGED ROBOT (1).pptx8 LEGGED ROBOT (1).pptx
8 LEGGED ROBOT (1).pptx
 
8 LEGGED ROBOT (1).pptx
8 LEGGED ROBOT (1).pptx8 LEGGED ROBOT (1).pptx
8 LEGGED ROBOT (1).pptx
 
Pick and Place Robotic Arm 1
Pick and Place Robotic Arm 1Pick and Place Robotic Arm 1
Pick and Place Robotic Arm 1
 
Robowar
RobowarRobowar
Robowar
 
Physical prototyping lab6-motors
Physical prototyping lab6-motorsPhysical prototyping lab6-motors
Physical prototyping lab6-motors
 
Nexus bot assembly manual
Nexus bot assembly manualNexus bot assembly manual
Nexus bot assembly manual
 
Prestentation
PrestentationPrestentation
Prestentation
 

Recently uploaded

%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareJim McKeeth
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...masabamasaba
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...chiefasafspells
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...masabamasaba
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benonimasabamasaba
 

Recently uploaded (20)

%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 

Rishabh gaur

  • 2. ITV 205 PROJECT II PRESENTATION
  • 3. PRESENTED BY: STUDENTS OF B.VOC (TELEMATICS) NAMES OF THE STUDENTS WITH THERE ROLL NO: • RISHABH GAUR : 1904812 • HARIOM PARMAR : 1904799 • ASHISH KATARA :1904794 • SAKSHI YADAV : 1904813 • SHIVAM : 1904816
  • 6. Robotic Arm Project Using Arduino • Nowadays, manual labor is being reduced at big scale industries and factories to increase efficiency and gain profit by installing robots that can do repetitive works. A onetime installation of such a device may cost a huge amount, but in the long run, will turn out to be more profitable that manual labor. Out of the lot, a simple robotic arm is one of the most commonly installed machines. We are introducing the basic concepts of an Arduino controlled robotic arm project. • The programmable robotic arm finds extensive applications in its use in extreme conditions like space mission or underwater expeditions. It is also using in nuclear power plants and in toxic atmosphere where human surveillance is difficult. • There are numerous types of robotic arm used in industries but going to give you details on a basic prototype.
  • 7. • This setup also looks as a Robotic Crane or we can convert it into a Crane by doing some easy tweaks. This project will be helpful for beginners who want to learn to develop a Simple Robot in low cost or just want to learn working with Arduino and servo motors. • This Arduino Robotic Arm can be controlled by four Potentiometer attached to it, each potentiometer is used to control each servo. You can move these servos by rotating the pots to pick some object, with some practice you can easily pick and move the object from one place to another. We have used low torque servos here but you can use more powerful servos to pick heavy objects.
  • 8. COMPONENTS REQUIRED •Arduino Uno •1000uF Capacitor (4 pieces) •100nF Capacitor (4 pieces) •Servo Motor (SG 90- four pieces) •10K pot- Variable Resistor (4 pieces) •Power Supply (5v- preferably two)
  • 9.
  • 10.
  • 11.
  • 12. SERVO MOTOR • Servo Motors are mainly used when there is a need for accurate shaft movement or position. These are not proposed for high speed applications. Servo motors are proposed for low speed, medium torque and accurate position application. So these motors are best for designing robotic arm. • Servo motors are available at different shapes and sizes. We are going to use small servo motors, here we use four SG90 servos. A servo motor will have mainly there wires, one is for positive voltage another is for ground and last one is for position setting. The RED wire is connected to power, Black wire is connected to ground and YELLOW wire is connected to signal.
  • 13. CONSTRUCTION OF ROBOTIC ARM • Take a flat and stable surface, like a table or a hard card board. Next place a servo motor in the middle and glue it in place. This servo acts as base of arm. The degree of the rotation is given in the picture.
  • 14. • Place a small piece of cardboard on top of first servo and then place the second servo on this piece of board and glue it in place. The servo rotation must match the diagram.
  • 15. • Take some cardboards and cut them into 3cm x 11cm pieces. Make sure the piece is not softened. Cut a rectangular hole at one end (leave 0.8cm from bottom) just enough to fit another servo and at another end fit the servo gear tightly with screws or by glue. Then fit the third servo in the first hole.
  • 16. • Now cut another cardboard piece with lengths shown in figure below and glue another gear at the bottom of this piece.
  • 17. • Now glue the fourth and last servo at the edge of second piece
  • 18. • With this, two pieces together looks like.
  • 19. • When we attach this setup to the base it should look like,
  • 20. • We just need to make the hook to grab and pick the object like a robotic hand. For hook, cut another two pieces of card board of lengths 1cmx7cm & 4cmx5cm. Glue them together as shown in figure and stick final gear at the very edge.
  • 21. • Mount this piece on top and with this we have done building our Robotic Arm. our basic robotic arm design got completed and that's how we have built our low cost robotic arm. Now connect the circuit in breadboard as per circuit diagram.
  • 23. HOW TO OPERATE ROBOTIC ARM: • There are four pots provided to the user. And by rotating these four pots, we provide variable voltage at the ADC channels of UNO. So the digital values of Arduino are under control of user. These digital values are mapped to adjust the servo motor position, hence the servo position is in control of user and by rotating these Pots user can move the joints of Robotic arm and can pick or grab any object.
  • 25. #include <Servo.h> Servo servo0; Servo servo1; Servo servo2; Servo servo3; int sensorvalue0; int sensorvalue1; int sensorvalue2; int sensorvalue3; void setup() { pinMode(A0,INPUT); pinMode(3,OUTPUT); servo0.attach(3);
  • 27. void loop() { sensorvalue0 = analogRead(A0); sensorvalue0 = map(sensorvalue0, 0, 1023, 0, 180); servo0.write(sensorvalue0); sensorvalue1 = analogRead(A1); sensorvalue1 = map(sensorvalue1, 0, 1023, 0, 180); servo1.write(sensorvalue1); sensorvalue2 = analogRead(A2); sensorvalue2 = map(sensorvalue2, 0, 1023, 0, 180); servo2.write(sensorvalue2); sensorvalue3 = analogRead(A3); sensorvalue3 = map(sensorvalue3, 0, 1023, 0, 180); servo3.write(sensorvalue3); }
  • 28. THANK YOU SO MUCH RESPECTED SIR AND DEAR CLASS FELLOW. I HOPE YOU ALL GET THE ROUGHLY IDEA ABOUT THE PROJECT WHICH WE HAVE PRESENTED.