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)
 
ECD PROJEXT.pptx
ECD PROJEXT.pptxECD PROJEXT.pptx
ECD PROJEXT.pptx
 
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
 

Recently uploaded

cybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningcybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningVitsRangannavar
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 

Recently uploaded (20)

cybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningcybersecurity notes for mca students for learning
cybersecurity notes for mca students for learning
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 

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.