SlideShare une entreprise Scribd logo
1  sur  37
introducing
ROBOTICS ARM
a tour of new features
Presentedby
AGNIBHA MUKHOPADHYAY
DEBOLEENA MONDAL
GODHULI BISWAS
PRITAM BANERJEE
SUBHANKAR JANA
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).
For our project a ±1.5g, ±6g three-axis low g micro machined
accelerometer (MMA7361L) has been used
 The MMA7361L is a low power, low profile capacitive
micro machined accelerometer featuring signal conditioning
, a 1-pole low pass filter, temperature compensation,
self-test, 0g-Detect which detects linear free fall,
and g-Select which allows for the selection between 2 sensitivities.
 Zero-g offset and sensitivity are factory set
and require no external devices.
•The MMA7361L includes a Sleep Mode
that makes it ideal for handheld battery powered electronics.
GRIPPING MECHANISM
For gripping mechanism, flex sensors are used on two fingers i.e forefinger and
thumb.
 Flex sensors are sensors that change in resistance depending on the amount of
bend on the sensors.
They convert the change in bend to electrical resistance-the more the bend, the
more the resistance value
Inside the flex sensor are carbon resistive elements within a thin
flexible substrate.
 More carbon means less resistance.
When the substrate is bent the sensor produces a resistance
output relative to the bend radius-the smaller the radius, the higher
the resistance value
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.
HOW DOES THE CIRCUIT WORK ?
•The Port B of the microcontroller
is set for the output. Reference
voltage is at AVcc.
•The ADC converts an analog input
voltage to a 8-bit digital value
through successive approximation..
•The ADC is enabled by setting the
ADC Enable bit, ADEN in ADCSRA.
•The ADC generates a 10-bit result
which is presented in the ADC Data
Registers, ADCH and ADCL.
•A single conversion is started by
writing a logical one to the ADC
Start Conversion bit, ADSC. This bit
stays high as long as the conversion
is in progress and will be cleared by
hardware when the conversion is
completed.
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.
Initializing PWM for driving motors: •The Timer/Counter (TCNT1),
Output Compare Registers
(OCR1A/B), and Input Capture
Register(ICR1) are all 16-bit
registers.
•The double buffered Output
Compare Registers (OCR1A/B)
are compared with the
Timer/Counter value at all time.
The result of the compare can
be used by the waveform
generator to generate a PWM or
variable frequency output on
the Output Compare Pin
(OC1A/B).
•The 16bit timer/counter1
(TCNT1) is set for fast PWM
mode. The time period is set at
20ms. The Timer/Counter can
be clocked internally, via the
prescalar. Prescalar value is set
at 64 division factor
•For output PB1 and PB2 are
selected
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.
ACKNOWLEDGEMENT
Our deepest thanks to our mentor, Mrs Antara
Mukherjee, for helping us out and guiding us
with her valuable suggestions and support.
Robo arm final  2 (2)

Contenu connexe

Tendances

Robotic Arm Presentation
Robotic Arm PresentationRobotic Arm Presentation
Robotic Arm Presentation
Mason Hargrave
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial robotics
jjenishmech
 
Chapter 2 Comp & classification of robot automation
Chapter 2 Comp & classification of robot automationChapter 2 Comp & classification of robot automation
Chapter 2 Comp & classification of robot automation
Afiq Sajuri
 

Tendances (20)

Industrial robotics
Industrial roboticsIndustrial robotics
Industrial robotics
 
The robotic arm
The robotic arm The robotic arm
The robotic arm
 
Sem2 robotics ppt
Sem2 robotics pptSem2 robotics ppt
Sem2 robotics ppt
 
Gesture control car
Gesture control carGesture control car
Gesture control car
 
Robotic Arm Presentation
Robotic Arm PresentationRobotic Arm Presentation
Robotic Arm Presentation
 
Gesture Controlled Car_Project report
Gesture Controlled Car_Project reportGesture Controlled Car_Project report
Gesture Controlled Car_Project report
 
Industrial robots
Industrial robotsIndustrial robots
Industrial robots
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial robotics
 
Robotics Endeffectors
Robotics EndeffectorsRobotics Endeffectors
Robotics Endeffectors
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial robotics
 
Introduction to robotics
Introduction to roboticsIntroduction to robotics
Introduction to robotics
 
Pick and place
Pick and placePick and place
Pick and place
 
Robotics arm configurations
Robotics arm configurationsRobotics arm configurations
Robotics arm configurations
 
humanoid robot
humanoid robothumanoid robot
humanoid robot
 
Pick and place robot ppt
Pick and place robot pptPick and place robot ppt
Pick and place robot ppt
 
Chapter 2 Comp & classification of robot automation
Chapter 2 Comp & classification of robot automationChapter 2 Comp & classification of robot automation
Chapter 2 Comp & classification of robot automation
 
An introduction to robotics classification, kinematics and hardware
An introduction to robotics classification, kinematics and hardwareAn introduction to robotics classification, kinematics and hardware
An introduction to robotics classification, kinematics and hardware
 
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
 
Robotic Hand
Robotic HandRobotic Hand
Robotic Hand
 
Wireless Pick & Place Robot
Wireless Pick & Place RobotWireless Pick & Place Robot
Wireless Pick & Place Robot
 

En vedette

pick-and-place-robot
pick-and-place-robotpick-and-place-robot
pick-and-place-robot
Suchit Moon
 

En vedette (20)

Servo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project ReportServo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project Report
 
Robot Arm
Robot ArmRobot Arm
Robot Arm
 
pick-and-place-robot
pick-and-place-robotpick-and-place-robot
pick-and-place-robot
 
Robotic arm
Robotic armRobotic arm
Robotic arm
 
Robotics project ppt
Robotics project pptRobotics project ppt
Robotics project ppt
 
Robotic hand
Robotic handRobotic hand
Robotic hand
 
Tushar ppt
Tushar pptTushar ppt
Tushar ppt
 
wireless pick and place robotic arm
wireless pick and place robotic armwireless pick and place robotic arm
wireless pick and place robotic arm
 
Robotic Arm using flex sensor and servo motor
Robotic Arm using flex sensor and servo motorRobotic Arm using flex sensor and servo motor
Robotic Arm using flex sensor and servo motor
 
Robot Configuration - 2
Robot Configuration - 2Robot Configuration - 2
Robot Configuration - 2
 
Pick and place Line following robot report
Pick and place Line following robot reportPick and place Line following robot report
Pick and place Line following robot report
 
RF Based Pick And Place Robotic Arm
RF Based Pick And Place Robotic ArmRF Based Pick And Place Robotic Arm
RF Based Pick And Place Robotic Arm
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial robotics
 
robotics ppt
robotics ppt robotics ppt
robotics ppt
 
A 4-Axis Robot Arm
A 4-Axis Robot ArmA 4-Axis Robot Arm
A 4-Axis Robot Arm
 
Brain tech 2015
Brain tech 2015Brain tech 2015
Brain tech 2015
 
Artificial intelligence Robotics arm & robotics eye
Artificial intelligence Robotics arm & robotics eyeArtificial intelligence Robotics arm & robotics eye
Artificial intelligence Robotics arm & robotics eye
 
Object-retrieving Autonomous Robotic Arm
Object-retrieving Autonomous Robotic ArmObject-retrieving Autonomous Robotic Arm
Object-retrieving Autonomous Robotic Arm
 
Robot arm control through human hand motion
Robot arm control through human hand motionRobot arm control through human hand motion
Robot arm control through human hand motion
 
Pneumobot-Pneumatic Pick and Place Robot
Pneumobot-Pneumatic Pick and Place RobotPneumobot-Pneumatic Pick and Place Robot
Pneumobot-Pneumatic Pick and Place Robot
 

Similaire à Robo arm final 2 (2)

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
 

Similaire à Robo arm final 2 (2) (20)

Newppt major
Newppt majorNewppt major
Newppt major
 
Arm
ArmArm
Arm
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robot
 
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
 
Gesture controled robot
Gesture controled robotGesture controled robot
Gesture controled robot
 
Tachometer using AT89S52 microcontroller with motor control
Tachometer using AT89S52 microcontroller with motor controlTachometer using AT89S52 microcontroller with motor control
Tachometer using AT89S52 microcontroller with motor control
 
Warehouse Managing Robot
Warehouse Managing  Robot Warehouse Managing  Robot
Warehouse Managing Robot
 
Hand motion based_wheelchair
Hand motion based_wheelchairHand motion based_wheelchair
Hand motion based_wheelchair
 
Automated ppt
Automated pptAutomated ppt
Automated ppt
 
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
 
INTELIGENT RAILWAY SYSTEM
INTELIGENT RAILWAY SYSTEMINTELIGENT RAILWAY SYSTEM
INTELIGENT RAILWAY SYSTEM
 
Presentation of Robotics arm.pptx
Presentation of Robotics arm.pptxPresentation of Robotics arm.pptx
Presentation of Robotics arm.pptx
 
Pick and place mechanism
Pick and place mechanismPick and place mechanism
Pick and place mechanism
 
Obstacle observing
Obstacle observingObstacle observing
Obstacle observing
 
Industrial training report of embedded system and robotics
Industrial training report of embedded system and roboticsIndustrial training report of embedded system and robotics
Industrial training report of embedded system and robotics
 
Microcontroller based four step linear stroke positioning system
Microcontroller based four step linear stroke positioning systemMicrocontroller based four step linear stroke positioning system
Microcontroller based four step linear stroke positioning system
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robot
 
GESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTGESTURE CONTROL ROBOT
GESTURE CONTROL ROBOT
 
Interfacing with Atmega 16
Interfacing with Atmega 16Interfacing with Atmega 16
Interfacing with Atmega 16
 
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)
 

Dernier

Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 

Dernier (20)

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
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 

Robo arm final 2 (2)

  • 2. Presentedby AGNIBHA MUKHOPADHYAY DEBOLEENA MONDAL GODHULI BISWAS PRITAM BANERJEE SUBHANKAR JANA
  • 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. For our project a ±1.5g, ±6g three-axis low g micro machined accelerometer (MMA7361L) has been used  The MMA7361L is a low power, low profile capacitive micro machined accelerometer featuring signal conditioning , a 1-pole low pass filter, temperature compensation, self-test, 0g-Detect which detects linear free fall, and g-Select which allows for the selection between 2 sensitivities.  Zero-g offset and sensitivity are factory set and require no external devices. •The MMA7361L includes a Sleep Mode that makes it ideal for handheld battery powered electronics.
  • 14. GRIPPING MECHANISM For gripping mechanism, flex sensors are used on two fingers i.e forefinger and thumb.  Flex sensors are sensors that change in resistance depending on the amount of bend on the sensors. They convert the change in bend to electrical resistance-the more the bend, the more the resistance value
  • 15. Inside the flex sensor are carbon resistive elements within a thin flexible substrate.  More carbon means less resistance. When the substrate is bent the sensor produces a resistance output relative to the bend radius-the smaller the radius, the higher the resistance value
  • 16. LOGICAL Module Analysis, Calculate and Making decision
  • 17. 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
  • 18. 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.
  • 19. HOW DOES THE CIRCUIT WORK ? •The Port B of the microcontroller is set for the output. Reference voltage is at AVcc. •The ADC converts an analog input voltage to a 8-bit digital value through successive approximation.. •The ADC is enabled by setting the ADC Enable bit, ADEN in ADCSRA. •The ADC generates a 10-bit result which is presented in the ADC Data Registers, ADCH and ADCL. •A single conversion is started by writing a logical one to the ADC Start Conversion bit, ADSC. This bit stays high as long as the conversion is in progress and will be cleared by hardware when the conversion is completed.
  • 20. 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.
  • 21. Initializing PWM for driving motors: •The Timer/Counter (TCNT1), Output Compare Registers (OCR1A/B), and Input Capture Register(ICR1) are all 16-bit registers. •The double buffered Output Compare Registers (OCR1A/B) are compared with the Timer/Counter value at all time. The result of the compare can be used by the waveform generator to generate a PWM or variable frequency output on the Output Compare Pin (OC1A/B). •The 16bit timer/counter1 (TCNT1) is set for fast PWM mode. The time period is set at 20ms. The Timer/Counter can be clocked internally, via the prescalar. Prescalar value is set at 64 division factor •For output PB1 and PB2 are selected
  • 22. 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.
  • 23. EXECUTION Module Collect data and Follow instructions
  • 24. WORKING OF MECHANICAL PART Movement of ROBOTICS ARM Motors Motor driver
  • 25. 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.
  • 26. 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
  • 27. 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.
  • 28. 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,
  • 29. 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.
  • 30. 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.
  • 31. 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.
  • 32. ?But wait… There’s More! Why we need ROBOTICS ARM???
  • 33. . 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
  • 34. 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.
  • 35. 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.
  • 36. ACKNOWLEDGEMENT Our deepest thanks to our mentor, Mrs Antara Mukherjee, for helping us out and guiding us with her valuable suggestions and support.

Notes de l'éditeur

  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.