SlideShare ist ein Scribd-Unternehmen logo
1 von 31
ROBOTICS ARM
BY
JOVIN RICHARD
Ichardsrobotics.blogspot.com
introducing
ROBOTICS ARM
a tour of new features
AIM OF THE PROJECT
• The main aim of our project is to build a
robotic arm that can grip or pick things
• We have implemented the robotic arm that
can be controlled by gesture commands. We
have proposed a simple algorithm for hand
gesture recognition.
What is a
ROBOTICS ARM???
ROBO ARM & DEGREE OF FREEDOM
• A robotic arm is a
robotic manipulator,
usually programmable,
with similar functions to
a human arm.
• It has about the same
number of degree of
freedom as in human
arm.
MAKING OF ROBOTICS ARM AT A GLANCE
 The movement of the human arm is sensed by accelerometer
 The accelerometer generates an analog voltage accordingly.
 The movement of fingers is sensed by flex sensors which causes a
change in the resistance
 An impedance follower is used to convert the resistance to
voltage.
 The analog voltages are then digitized using an A/D converter .
 It is then sent to the microcontroller.
 Microcontroller differentiates all data of X-axis, Y-axis & Z-axis.
 These data are used to generate PWM signal for corresponding
servo motors.
 The data from flex sensor are used to drive a motor driver
 This motor driver drives the DC motor of the gripper part
To build a gestures control robotics arm
We have technical details for every step of the way
Sensors
Module
Logical
Module
Execution
Module
SENSORS Module
Capture and Organize
HOW THE GESTURES CAN BE
CAPTURED?
Analog output
voltage
Accelerometer
& Flex Sensors
Movement of
human arm
ACCELEROMETER
• The movement of the human arm is
sensed by accelerometer.
• The accelerometer generates an
analog voltage accordingly.
• Analog voltage passes through a
lowpass filter
Mode of operation
 The 3-axis accelerometer
attached
to the right arm is used
to recognize gestures
and postures.
 The robot moves along the X,
Y and Z axes separately.
 To move
the robot in the X direction,
the user should move the
accelerometer along the X axis,
keeping it in the horizontal.
Recognition of gestures
and postures
When the arm is moved in the
positive X direction (X+) initially
the value of acceleration x a
increases because the arm begins
to move and then, when the arm
begins to slow the positive value
of x a is converted to a negative
value. This point ( a 0 x = ) marks
the point of maximum speed. The
acceleration a y remains near to
zero and z a remains near to one
because the accelerometer is held
horizontally (acceleration due to
gravity).
LOGICAL Module
Analysis, Calculate and Making decision
HUMAN TO MCU INTERFACE
• The analog
voltage is then
digitized using an
A/D converter .
• It is then sent to
the
microcontroller
where it
generates a
unique 8 bit digit
code for different
axis and different
voltages.
Analog
data enter
to ADC
MCU
8 bit
binary
data
Atmega8(L)-FEW FEATURES
The microcontroller used for the
project is Atmega8(L).
ADC7..6 (TQFP andQFN/MLF
Package Only)-In the TQFP and
QFN/MLF package, ADC7..6 serve as
analog inputs to the A/D
converter.These pins are powered
from the analog supply and serve as
10-bit ADC channels.
The ATmega8 on the board comes
pre-loaded with a bootloader
program, which can be used to burn
your project’s HEX files on the
microcontroller directly via the USB
connector without any separate
programmer.
Activating the accelerometer:
•Accelerometer
first remains at
sleep mode.
•A positive high
signal sent to SL
pin of
accelerometer
through PB4 pin of
MCU to activate
the accelerometer.
MCU TO MECHANICAL PART INTERFACE
• The 8 bit data is then
sent to be compared
with registers of Timer1.
• Content of OCR1A &
OCR1B are compared
with ICR1 and PWM
signals are generated.
EXECUTION Module
Collect data and Follow instructions
WORKING OF MECHANICAL PART
Movement
of
ROBOTICS
ARM
Motors
Motor
driver
MOTORS
• Motors are used for joint
rotation.
• The base consists of a servo
motor allowing
forward/backward
movement.
• The elbow consists of a
servo motor allowing
up/down movement of the
arm.
• The grip consists of a d.c.
motor allowing to grip a
object.
What makes a Servo
Servo motors are constructed out of basic DC
motors, by adding:
• some gear reduction
• a position sensor for the motor shaft
• an electronic circuit that controls the
motor's operation
Feed-back loop
It is a
closed servomechanism that
uses position feedback to
control its motion and final
position.
 The input to its control is
some signal, either analogue
or digital, representing the
position commanded for the
output shaft.
The motor is paired with
some type of encoder to
provide position and speed
feedback.
How do servo
motors work ?
Servos are controlled by sending an
electrical pulse of variable width, or pulse
width modulation (PWM), through the
control wire.
 There is a minimum pulse, a maximum
pulse, and a repetition rate.
 Servo motors can usually only turn 90
degrees in either direction for a total of 180
degree movement.
The PWM sent to the motor determines
position of the shaft, and based on the
duration of the pulse sent via the control
wire; the rotor will turn to the desired
position.
 The servo motor expects to see a pulse
every 20 milliseconds (ms) and the length of
the pulse will determine how far the motor
turns. For example, a 1.5ms pulse will make
the motor turn to the 90-degree position.
Shorter than 1.5ms moves it to 0 degrees,
and any longer than 1.5ms will turn the
servo to 180 degrees,
GRIP
 Dc motor which is driven by a motor driver
(L293D) is used for the gripper part.
The L293D is designed to provide bidirectional
drive currents of up to 600-mA at voltages from 4.5
V to 36 V.
gg The bent in fingers
is indicated by the
change in resistance
which in turn drives
the dc motor
attached to the
gripper.
 As the motor
rotates the gripper
closes in thus
grabbing the object
in between.
D.C.MOTOR
SERVO MOTOR
SERVO MOTOR
BASE
The arm is made with
balsa wood. The wood
pieces are carefully cut
according to the
measurements and then
they are put together to
form the structure of the
arm.
?But wait…
There’s More!
Why we need ROBOTICS ARM???
. The robotic arm can be designed to perform any desired task
such as welding, gripping, spinning etc.
. The space shuttle Remote Manipulator System have multi
degree of freedom robotic arms
. In various industrial or home applications
. In medical science: soft tissue manipulation, needle insertion,
suturing, and cauterization.
SOME APPLICATIONS
FUTURE SCOPE
 MECHANICAL DESIGN-more
efficient, reliable, improved power
UNIVERSAL GRIPPER-capable
of doing multiple tasks
MOBILITY & NAVIGATION-
mobile able to move under their
own power & navigation systems
SENSOR CAPABILITIES-3
accelerometers used for shoulder,
elbow & wrist movement allowing
circular & angular movements
TELE PRESENCE-communicate
information about its environment
back to a remote “safe” location
INTELLIGENCE-Capable of
making decisions about the task it
performs.
CONCLUSION
Robots help people with tasks that would be
difficult, unsafe, or boring for a real person to do
alone. To conclude, robotic arm, is probably the
most mathematically complex robotic part one
could ever build.
THANK YOU
Ichardsrobotics.blogspot.com

Weitere ähnliche Inhalte

Was ist angesagt?

Robot PowerPoint
Robot PowerPointRobot PowerPoint
Robot PowerPoint
bradschultz
 

Was ist angesagt? (20)

BASICS and INTRODUCTION of ROBOTICS
BASICS and INTRODUCTION of ROBOTICSBASICS and INTRODUCTION of ROBOTICS
BASICS and INTRODUCTION of ROBOTICS
 
Presentation of robotics
Presentation of roboticsPresentation of robotics
Presentation of robotics
 
Robotics
Robotics Robotics
Robotics
 
Robotics and Automation basic concepts
Robotics and Automation   basic conceptsRobotics and Automation   basic concepts
Robotics and Automation basic concepts
 
Obstacle avoiding Robot
Obstacle avoiding RobotObstacle avoiding Robot
Obstacle avoiding Robot
 
Project Report on Hand gesture controlled robot part 2
Project Report on Hand gesture controlled robot part 2Project Report on Hand gesture controlled robot part 2
Project Report on Hand gesture controlled robot part 2
 
The robotic arm
The robotic arm The robotic arm
The robotic arm
 
Gesture control car
Gesture control carGesture control car
Gesture control car
 
Obstacle Avoidance Robot
Obstacle Avoidance RobotObstacle Avoidance Robot
Obstacle Avoidance Robot
 
Hand Gesture controlled Robotic Arm | Android | Arduino
Hand Gesture controlled Robotic Arm  | Android | ArduinoHand Gesture controlled Robotic Arm  | Android | Arduino
Hand Gesture controlled Robotic Arm | Android | Arduino
 
Gesture control robot using by Ardiuno
Gesture control robot using by ArdiunoGesture control robot using by Ardiuno
Gesture control robot using by Ardiuno
 
GESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTGESTURE CONTROL ROBOT
GESTURE CONTROL ROBOT
 
Robotics
RoboticsRobotics
Robotics
 
Robot arm ppt
Robot arm pptRobot arm ppt
Robot arm ppt
 
Robotics
RoboticsRobotics
Robotics
 
Wireless controlled robotic arm
Wireless controlled robotic armWireless controlled robotic arm
Wireless controlled robotic arm
 
Robot PowerPoint
Robot PowerPointRobot PowerPoint
Robot PowerPoint
 
Gesture controled robot
Gesture controled robotGesture controled robot
Gesture controled robot
 
MILITARY ROBOT BASED ON IOT
MILITARY ROBOT BASED ON IOTMILITARY ROBOT BASED ON IOT
MILITARY ROBOT BASED ON IOT
 
Robotics unit3 sensors
Robotics unit3 sensorsRobotics unit3 sensors
Robotics unit3 sensors
 

Ähnlich wie Robotic Arm using flex sensor and servo motor

IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 
electronics and robotics
electronics and roboticselectronics and robotics
electronics and robotics
Rajat Dhiman
 

Ähnlich wie Robotic Arm using flex sensor and servo motor (20)

Robo arm final 2 (2)
Robo arm final  2 (2)Robo arm final  2 (2)
Robo arm final 2 (2)
 
Arm
ArmArm
Arm
 
Newppt major
Newppt majorNewppt major
Newppt major
 
Pick and place mechanism
Pick and place mechanismPick and place mechanism
Pick and place mechanism
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robot
 
presentation
presentationpresentation
presentation
 
Sensors-and-Actuators-working principle and types of sensors
Sensors-and-Actuators-working principle and types of sensorsSensors-and-Actuators-working principle and types of sensors
Sensors-and-Actuators-working principle and types of sensors
 
Haptic gloves controlled robotic arm using MEMS accelerometer
Haptic gloves controlled robotic arm using MEMS accelerometerHaptic gloves controlled robotic arm using MEMS accelerometer
Haptic gloves controlled robotic arm using MEMS accelerometer
 
Hand motion based_wheelchair
Hand motion based_wheelchairHand motion based_wheelchair
Hand motion based_wheelchair
 
Geasture Control Robotic Arm
Geasture Control Robotic ArmGeasture Control Robotic Arm
Geasture Control Robotic Arm
 
Agv mobile robot
Agv mobile robotAgv mobile robot
Agv mobile robot
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Presentation of Robotics arm.pptx
Presentation of Robotics arm.pptxPresentation of Robotics arm.pptx
Presentation of Robotics arm.pptx
 
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
 
Line following robot
Line following robotLine following robot
Line following robot
 
Line Following Robot
Line Following RobotLine Following Robot
Line Following Robot
 
ArduinoBased Head GestureControlled Robot UsingWireless Communication
ArduinoBased Head GestureControlled Robot UsingWireless CommunicationArduinoBased Head GestureControlled Robot UsingWireless Communication
ArduinoBased Head GestureControlled Robot UsingWireless Communication
 
Warehouse Managing Robot
Warehouse Managing  Robot Warehouse Managing  Robot
Warehouse Managing Robot
 
electronics and robotics
electronics and roboticselectronics and robotics
electronics and robotics
 

Kürzlich hochgeladen

Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 

Kürzlich hochgeladen (20)

Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 

Robotic Arm using flex sensor and servo motor

  • 3. AIM OF THE PROJECT • The main aim of our project is to build a robotic arm that can grip or pick things • We have implemented the robotic arm that can be controlled by gesture commands. We have proposed a simple algorithm for hand gesture recognition.
  • 5. ROBO ARM & DEGREE OF FREEDOM • A robotic arm is a robotic manipulator, usually programmable, with similar functions to a human arm. • It has about the same number of degree of freedom as in human arm.
  • 6. MAKING OF ROBOTICS ARM AT A GLANCE  The movement of the human arm is sensed by accelerometer  The accelerometer generates an analog voltage accordingly.  The movement of fingers is sensed by flex sensors which causes a change in the resistance  An impedance follower is used to convert the resistance to voltage.  The analog voltages are then digitized using an A/D converter .  It is then sent to the microcontroller.  Microcontroller differentiates all data of X-axis, Y-axis & Z-axis.  These data are used to generate PWM signal for corresponding servo motors.  The data from flex sensor are used to drive a motor driver  This motor driver drives the DC motor of the gripper part
  • 7. To build a gestures control robotics arm We have technical details for every step of the way Sensors Module Logical Module Execution Module
  • 9. HOW THE GESTURES CAN BE CAPTURED? Analog output voltage Accelerometer & Flex Sensors Movement of human arm
  • 10. ACCELEROMETER • The movement of the human arm is sensed by accelerometer. • The accelerometer generates an analog voltage accordingly. • Analog voltage passes through a lowpass filter
  • 11. Mode of operation  The 3-axis accelerometer attached to the right arm is used to recognize gestures and postures.  The robot moves along the X, Y and Z axes separately.  To move the robot in the X direction, the user should move the accelerometer along the X axis, keeping it in the horizontal.
  • 12. Recognition of gestures and postures When the arm is moved in the positive X direction (X+) initially the value of acceleration x a increases because the arm begins to move and then, when the arm begins to slow the positive value of x a is converted to a negative value. This point ( a 0 x = ) marks the point of maximum speed. The acceleration a y remains near to zero and z a remains near to one because the accelerometer is held horizontally (acceleration due to gravity).
  • 13. LOGICAL Module Analysis, Calculate and Making decision
  • 14. HUMAN TO MCU INTERFACE • The analog voltage is then digitized using an A/D converter . • It is then sent to the microcontroller where it generates a unique 8 bit digit code for different axis and different voltages. Analog data enter to ADC MCU 8 bit binary data
  • 15. Atmega8(L)-FEW FEATURES The microcontroller used for the project is Atmega8(L). ADC7..6 (TQFP andQFN/MLF Package Only)-In the TQFP and QFN/MLF package, ADC7..6 serve as analog inputs to the A/D converter.These pins are powered from the analog supply and serve as 10-bit ADC channels. The ATmega8 on the board comes pre-loaded with a bootloader program, which can be used to burn your project’s HEX files on the microcontroller directly via the USB connector without any separate programmer.
  • 16. Activating the accelerometer: •Accelerometer first remains at sleep mode. •A positive high signal sent to SL pin of accelerometer through PB4 pin of MCU to activate the accelerometer.
  • 17. MCU TO MECHANICAL PART INTERFACE • The 8 bit data is then sent to be compared with registers of Timer1. • Content of OCR1A & OCR1B are compared with ICR1 and PWM signals are generated.
  • 18. EXECUTION Module Collect data and Follow instructions
  • 19. WORKING OF MECHANICAL PART Movement of ROBOTICS ARM Motors Motor driver
  • 20. MOTORS • Motors are used for joint rotation. • The base consists of a servo motor allowing forward/backward movement. • The elbow consists of a servo motor allowing up/down movement of the arm. • The grip consists of a d.c. motor allowing to grip a object.
  • 21. What makes a Servo Servo motors are constructed out of basic DC motors, by adding: • some gear reduction • a position sensor for the motor shaft • an electronic circuit that controls the motor's operation
  • 22. Feed-back loop It is a closed servomechanism that uses position feedback to control its motion and final position.  The input to its control is some signal, either analogue or digital, representing the position commanded for the output shaft. The motor is paired with some type of encoder to provide position and speed feedback.
  • 23. How do servo motors work ? Servos are controlled by sending an electrical pulse of variable width, or pulse width modulation (PWM), through the control wire.  There is a minimum pulse, a maximum pulse, and a repetition rate.  Servo motors can usually only turn 90 degrees in either direction for a total of 180 degree movement. The PWM sent to the motor determines position of the shaft, and based on the duration of the pulse sent via the control wire; the rotor will turn to the desired position.  The servo motor expects to see a pulse every 20 milliseconds (ms) and the length of the pulse will determine how far the motor turns. For example, a 1.5ms pulse will make the motor turn to the 90-degree position. Shorter than 1.5ms moves it to 0 degrees, and any longer than 1.5ms will turn the servo to 180 degrees,
  • 24. GRIP  Dc motor which is driven by a motor driver (L293D) is used for the gripper part. The L293D is designed to provide bidirectional drive currents of up to 600-mA at voltages from 4.5 V to 36 V.
  • 25. gg The bent in fingers is indicated by the change in resistance which in turn drives the dc motor attached to the gripper.  As the motor rotates the gripper closes in thus grabbing the object in between.
  • 26. D.C.MOTOR SERVO MOTOR SERVO MOTOR BASE The arm is made with balsa wood. The wood pieces are carefully cut according to the measurements and then they are put together to form the structure of the arm.
  • 27. ?But wait… There’s More! Why we need ROBOTICS ARM???
  • 28. . The robotic arm can be designed to perform any desired task such as welding, gripping, spinning etc. . The space shuttle Remote Manipulator System have multi degree of freedom robotic arms . In various industrial or home applications . In medical science: soft tissue manipulation, needle insertion, suturing, and cauterization. SOME APPLICATIONS
  • 29. FUTURE SCOPE  MECHANICAL DESIGN-more efficient, reliable, improved power UNIVERSAL GRIPPER-capable of doing multiple tasks MOBILITY & NAVIGATION- mobile able to move under their own power & navigation systems SENSOR CAPABILITIES-3 accelerometers used for shoulder, elbow & wrist movement allowing circular & angular movements TELE PRESENCE-communicate information about its environment back to a remote “safe” location INTELLIGENCE-Capable of making decisions about the task it performs.
  • 30. CONCLUSION Robots help people with tasks that would be difficult, unsafe, or boring for a real person to do alone. To conclude, robotic arm, is probably the most mathematically complex robotic part one could ever build.

Hinweis der Redaktion

  1. This presentation demonstrates the new capabilities of PowerPoint and it is best viewed in Slide Show. These slides are designed to give you great ideas for the presentations you’ll create in PowerPoint 2010! For more sample templates, click the File tab, and then on the New tab, click Sample Templates.