SlideShare una empresa de Scribd logo
1 de 34
WIRELESSLY ACTUATED SNAKE
      PROTOTYPE (WASP)




             Presented By,

             George Rahul Paul
             Meenu Saji
             Titto Thomas
             Tony Mohan Varghese
             Vidya Sekhar
Snake Robots: What & Why ?
•   Snake Robot -Multiple actuated joints implying multiple degrees of
    freedom.
•   superior ability to flex, reach, and approach a huge volume in its
    workspace with infinite number of configurations.
•   Hyper redundant robots.
•   Advantages of Serpentine Motion:
    •   Stability, Terrainability, Traction
    •   Redundancy, Modular structure.
•   Applications
    •   Rescue and Military Operation
    •   Exploration, Inspection
    •   Medical
    •   Hazardous Environment
In Scope




•To create a control       • Generate angles for   •Parameter Sensing      •Proof of Concept /
 signal format for          all servos using                                Design
                                                   •Signal Processing of
 communication              algorithms              environmental data     •To Demonstrate
•Generate signals as       •To Pass them in                                 Horizontal
                                                   •Video of the scene
 per user’s instructions    proper format to                                Movement
•ZigBee                     motors                                         • Basic vertical
 Communication                                                              movement

WIRELESS                   ON FIELD                ENVIRONMENTAL           PROTOTYPE I
CONTROL                    MOVEMENT                ANALYSIS
Functional Description

                • Control of Robot
                • Reception and Display of sensor parameters & Video
       PC       • Provide a user interface for controlling the motion


                • Link between Modules on PC and Robot side
     Wireless
                • Highly secure one-to-one communication


                • Sensors for environmental sensing
                • Motion execution using motors.
      Snake
      Robot     • Onboard microcontroller for master control.
Block Diagram


                 SENSORS
                           WIRELESS      WIRELESS
                           CAMERA        CAMERA
                                         RECEIVER

 SERVO          MAIN       TRANSMITTER   RECEIVER
 MOTOR        CONTROLLER


                                                     PC
                                         GUI IN
                 BATTERY
                                          VB

    SNAKE ROBOT ON FIELD                            PC SIDE
Block Diagram of Mechanical Subsystem

Mechanical Subsystem
Development Process
                              Link Structure in
                                    WASP




         Orthogonal Joint –
                                                  WASP Mechanical
         by DOWLING
                                                     Structure
Mechanical specification

           SPECIFICATIONS                             DETAILS

            Material Used              Light weight, Low cost Aluminum alloy
           Number of links                               8

           Size of link(mm)                         130x62x77

          Weight of link(Kg)                           0.28

      Motion Range of joint(deg)                     [-90,+90]

              Actuators              Servo motor, (Vigor – 6Kg cm Stall Torque)

               Sensors             Temperature Sensor ( LM35 ) Light sensor (LDR)
MOTION CONTROL

  MOTION
CONTROL UNIT      PWM         SERVO MOTOR
   (MCU)




         Block Diagram – Motion Subsystem


                          Motion Subsystem
PWM SIGNAL    SERVO ANGLE




Positions of
Servo with
respect to
PWM width
Motion Subsystem




    •   Head is controlled to trace a desired path
    •   Head performs a new set of actions at a time,
        previous set of actions is propagated to next
        link
    •   Speed at which one link performs the previously
        executed actions of head must be modulated.
OBSERVER BASED CONTROL SCHEME
Mappings for Control :
                         =C(*-)=(1/s)K(s)(*-)
                         (s)=C(s)( *-)
                         *= sin(+(i-1))+ 
CIRCUIT SUBSYSTEM
Circuit subsystem includes following selection processes:

•Microcontroller Selection
•Wireless interface Selection
•Sensor Selection
MICROCONTROLLER SELECTION
 Various Alternatives
 • Separate Servo Controllers
 • PIC with PWM Modules


DSPIC33FJ256GP710 was chosen owing to the following specialties:
•Multiple PWM modules to control 16 servo motors with single chip
•High speed data processing
•ADC module for sensor data
•Simpler Circuit and Less cost of production
DSPIC33FJ256GP710
Operating voltage : 3.3V
Digital I/O Pins :    85 programmable pins
Core Size :           16bit
Clock Speed :         10MHz
PWM channels :        8
16 bit timer :        9
Operating Temperature : -40˚C to 85˚C
External interrupts : 5
On-chip 2.5v voltage regulator
Low power consumption
SERVO MOTOR SELECTION
VIGOR VTS- 08A was selected owing to following reasons
•Fairly high stall torque of 6kg-cm
•Compatible Operating voltage range: 4.8V-6V

16 servo motors are used to implement serpentine motion
•8 for vertical motion
•8 for horizontal motion
7414 IC
Output from PWM port is incompatible for input to servo motor.
7414 IC is hence used
•Converts output from a PWM port voltage level to 5v
•Operating Voltage: 5V
•Three 7414IC used for 16 servo motors
WIRELESS INTERFACE SELECTION
Various alternatives :
•IR Transmitters and Receivers
•xBee
•Bluetooth
•Wi-Fi
•Cell Phone
xBee was chosen owing to following reasons
•Very Low Power requirement
•Wider Range
• Ease of use
• High baud rate
•Fast response
SENSOR SELECTION
Temperature Sensor Selected- LM35
•Calibrated directly in ° Celsius (Centigrade)
• Rated for full −55° to +150°C range
• Operates from 4 to 30 volts
Light Sensor Selected- LDR
•Resistance variation with incident light intensity
•Compact and low cost
• LDR used in voltage divider configuration




•If R1 is the photoresistor, V increases with
light intensity.
•If R2 is the
photoresistor, V decreases with light
intensity.
• (Vm)3.3                   • (Vs)4.8-
  V/                          6V/ 1.0A –
  (Im)250                     1.2A(Is)
  mA         dsPIC    Servo



             Zigbee   Sensors
                                • LM35 : 4V-
• (Vz)2.8V                        20V/10mA(It)
  – 3.4V/                       • LDR :
  45mA(Iz)                        (Vl)5V/150m
                                  A(I L)




             POWER SUBSYSTEM
Total current requirement of power subsystem : ( Im+Iz+IL+It+Is )=
4560mA
Maximum voltage of power subsystem : 5V
Maximum input to 7805 ( to get 5V) : 7.4V
Total Power Consumption = 7.4V * 4560mAH=33750mW
Average lifetime of the battery ( Full charge) = 30 minutes
Total Power required = 33750 * 0.5h = 16.872 Wh
--If battery of 7.4V taken ,
Then its current rating should be = 16.872Wh / 7.4V = 2- 2.25 Ah


POWER MODEL OF SNAKE ROBOT
Li-Po

        Lead Acid        NiMH

      Li-ion     Ni-Cd   Alkaline
           BATTERY SELECTION
LiPo Battery – 7.4V/2200mAh selected
BATTERY
MONITORING
SYSTEM
ON-BOARD POWER SUPPLY CIRCUITRY
SOFTWARE SUBSYSTEM
• UI software with coded commands that tells the
  robot what tasks to perform and control its
  actions.
• low level control realization.
• Visual Basic platform.
• Identifies the COM Port to which xBee is
  connected and it does the low level controlling
  needed for snake motion.
• Then by clicking the connect button connect to
  the particular communication port selected.
• Individual control buttons : STOP, FORWARD,
  RIGHT and LEFT, PAUSE
Flow chart of communication
VB FLOWCHART
- Using VB platform

 FRONT END GUI – A screen shot
Final Specifications:
   Weight : 2.5Kg
   Length : 1m
   Speed : 0.25m/s
   On battery lifetime : 15min
   Battery charging time : 3Hr
   Range : Indoor - 20m, Outdoor – 70m


Result and Conclusion
•   Various Gaits : Additional work in steering and gait transitions is necessary for more
    general locomotion.
•   Mechanism : an easier-to-disassemble joint structure with a rapid mechanical and
    electric connection, light weight materials such as polymers etc.
•   Power: Power efficient working system with long term battery life.
•   Sensing: use of sensors in achieving an autonomous locomotion and terrain
    adaptability.
•   Electronics: SMT miniaturization of circuits
•   Learning: Learning the environment , introducing a memory and adaptability.



              FUTURE SCOPES
Lateral Undulation – A video
Thank You

Más contenido relacionado

La actualidad más candente

Catalog biến tần Frenic ACE Fuji Electric mới nhất
Catalog biến tần Frenic ACE Fuji Electric mới nhấtCatalog biến tần Frenic ACE Fuji Electric mới nhất
Catalog biến tần Frenic ACE Fuji Electric mới nhấtCTY TNHH HẠO PHƯƠNG
 
Increasing Safety Bomb Disposal missions
Increasing Safety Bomb Disposal missions  Increasing Safety Bomb Disposal missions
Increasing Safety Bomb Disposal missions charan gotte
 
Catalog Biến tần Frenic ACE Mini (Fuji Electric) - Beeteco.com
Catalog Biến tần Frenic ACE Mini (Fuji Electric) - Beeteco.comCatalog Biến tần Frenic ACE Mini (Fuji Electric) - Beeteco.com
Catalog Biến tần Frenic ACE Mini (Fuji Electric) - Beeteco.comBeeteco
 
Catalog Biến tần Frenic5000 vg7s 405c Fuji​-Beeteco.com
Catalog Biến tần Frenic5000 vg7s 405c Fuji​-Beeteco.comCatalog Biến tần Frenic5000 vg7s 405c Fuji​-Beeteco.com
Catalog Biến tần Frenic5000 vg7s 405c Fuji​-Beeteco.comBeeteco
 
Galil dmc40x0 catalog
Galil dmc40x0 catalogGalil dmc40x0 catalog
Galil dmc40x0 catalogElectromate
 
Catalog Biến tần Frenic Mini New (Fuji Electric)- Beeteco.com
Catalog Biến tần Frenic Mini New (Fuji Electric)- Beeteco.comCatalog Biến tần Frenic Mini New (Fuji Electric)- Beeteco.com
Catalog Biến tần Frenic Mini New (Fuji Electric)- Beeteco.comBeeteco
 
MACBAT IV – EVC Electronic Volume Corrector - Kriti Trade Impex
MACBAT IV – EVC Electronic Volume Corrector - Kriti Trade ImpexMACBAT IV – EVC Electronic Volume Corrector - Kriti Trade Impex
MACBAT IV – EVC Electronic Volume Corrector - Kriti Trade Impexkimpex01
 
Tolomatic smart actuator series icr basic & plus brochure
Tolomatic smart actuator series   icr basic & plus brochureTolomatic smart actuator series   icr basic & plus brochure
Tolomatic smart actuator series icr basic & plus brochureElectromate
 
Vlt micro drive fc51
Vlt micro drive fc51Vlt micro drive fc51
Vlt micro drive fc51Toàn Huỳnh
 
Ls catalog thiet bi dien g empr-dmpr_dienhathe.vn
Ls catalog thiet bi dien g empr-dmpr_dienhathe.vnLs catalog thiet bi dien g empr-dmpr_dienhathe.vn
Ls catalog thiet bi dien g empr-dmpr_dienhathe.vnDien Ha The
 
2FindMe Features
2FindMe Features2FindMe Features
2FindMe Featureshakimamir
 
Galil legacy catalog
Galil legacy catalogGalil legacy catalog
Galil legacy catalogElectromate
 
Advanced motion controls dzcante 020l080
Advanced motion controls dzcante 020l080Advanced motion controls dzcante 020l080
Advanced motion controls dzcante 020l080Electromate
 
QuickSilver Controls QCI-DS032 QCI-N2-MX
QuickSilver Controls QCI-DS032 QCI-N2-MXQuickSilver Controls QCI-DS032 QCI-N2-MX
QuickSilver Controls QCI-DS032 QCI-N2-MXElectromate
 
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLESANDEEP GHOSH
 

La actualidad más candente (20)

Catalog biến tần Frenic ACE Fuji Electric mới nhất
Catalog biến tần Frenic ACE Fuji Electric mới nhấtCatalog biến tần Frenic ACE Fuji Electric mới nhất
Catalog biến tần Frenic ACE Fuji Electric mới nhất
 
Increasing Safety Bomb Disposal missions
Increasing Safety Bomb Disposal missions  Increasing Safety Bomb Disposal missions
Increasing Safety Bomb Disposal missions
 
Catalog Biến tần Frenic ACE Mini (Fuji Electric) - Beeteco.com
Catalog Biến tần Frenic ACE Mini (Fuji Electric) - Beeteco.comCatalog Biến tần Frenic ACE Mini (Fuji Electric) - Beeteco.com
Catalog Biến tần Frenic ACE Mini (Fuji Electric) - Beeteco.com
 
Catalog Biến tần Frenic5000 vg7s 405c Fuji​-Beeteco.com
Catalog Biến tần Frenic5000 vg7s 405c Fuji​-Beeteco.comCatalog Biến tần Frenic5000 vg7s 405c Fuji​-Beeteco.com
Catalog Biến tần Frenic5000 vg7s 405c Fuji​-Beeteco.com
 
9530 datasheet
9530 datasheet9530 datasheet
9530 datasheet
 
Galil dmc40x0 catalog
Galil dmc40x0 catalogGalil dmc40x0 catalog
Galil dmc40x0 catalog
 
Brochure - Lenze i500 inverters
Brochure - Lenze i500 invertersBrochure - Lenze i500 inverters
Brochure - Lenze i500 inverters
 
Catalog Biến tần Frenic Mini New (Fuji Electric)- Beeteco.com
Catalog Biến tần Frenic Mini New (Fuji Electric)- Beeteco.comCatalog Biến tần Frenic Mini New (Fuji Electric)- Beeteco.com
Catalog Biến tần Frenic Mini New (Fuji Electric)- Beeteco.com
 
MACBAT IV – EVC Electronic Volume Corrector - Kriti Trade Impex
MACBAT IV – EVC Electronic Volume Corrector - Kriti Trade ImpexMACBAT IV – EVC Electronic Volume Corrector - Kriti Trade Impex
MACBAT IV – EVC Electronic Volume Corrector - Kriti Trade Impex
 
Tolomatic smart actuator series icr basic & plus brochure
Tolomatic smart actuator series   icr basic & plus brochureTolomatic smart actuator series   icr basic & plus brochure
Tolomatic smart actuator series icr basic & plus brochure
 
Robotics Project
Robotics ProjectRobotics Project
Robotics Project
 
Vlt micro drive fc51
Vlt micro drive fc51Vlt micro drive fc51
Vlt micro drive fc51
 
Ls catalog thiet bi dien g empr-dmpr_dienhathe.vn
Ls catalog thiet bi dien g empr-dmpr_dienhathe.vnLs catalog thiet bi dien g empr-dmpr_dienhathe.vn
Ls catalog thiet bi dien g empr-dmpr_dienhathe.vn
 
2FindMe Features
2FindMe Features2FindMe Features
2FindMe Features
 
Galil legacy catalog
Galil legacy catalogGalil legacy catalog
Galil legacy catalog
 
Advanced motion controls dzcante 020l080
Advanced motion controls dzcante 020l080Advanced motion controls dzcante 020l080
Advanced motion controls dzcante 020l080
 
QuickSilver Controls QCI-DS032 QCI-N2-MX
QuickSilver Controls QCI-DS032 QCI-N2-MXQuickSilver Controls QCI-DS032 QCI-N2-MX
QuickSilver Controls QCI-DS032 QCI-N2-MX
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
Mobile Devices - Product presentation 2012
Mobile Devices - Product presentation 2012Mobile Devices - Product presentation 2012
Mobile Devices - Product presentation 2012
 
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE
 

Destacado

Biomorph snake robot
Biomorph snake robotBiomorph snake robot
Biomorph snake robotAnthony Hsiao
 
Neurogrid : A Mixed-Analog-Digital Multichip System for Large-Scale Neural Si...
Neurogrid : A Mixed-Analog-Digital Multichip System for Large-Scale Neural Si...Neurogrid : A Mixed-Analog-Digital Multichip System for Large-Scale Neural Si...
Neurogrid : A Mixed-Analog-Digital Multichip System for Large-Scale Neural Si...IIT Bombay
 
visible light follower robot by nagaraju.m
visible light follower robot by nagaraju.mvisible light follower robot by nagaraju.m
visible light follower robot by nagaraju.mNagaraju Medara
 
Pccoe basic mobile_robot
Pccoe basic mobile_robotPccoe basic mobile_robot
Pccoe basic mobile_robotAjendra Joshi
 
Report - Light Sensing Robot
Report - Light Sensing RobotReport - Light Sensing Robot
Report - Light Sensing RobotDivay Khatri
 
light follower robot
light follower robotlight follower robot
light follower robotanuragyadav94
 
Line follower robot
Line follower robotLine follower robot
Line follower robotPriya Hada
 
Line following robot - Mini project
Line following robot - Mini projectLine following robot - Mini project
Line following robot - Mini projectAmit Upadhye
 
Robot PowerPoint
Robot PowerPointRobot PowerPoint
Robot PowerPointbradschultz
 
ROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONSROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONSAnmol Seth
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of RoboticsAmeya Gandhi
 

Destacado (17)

Snakeppt1 copy
Snakeppt1   copySnakeppt1   copy
Snakeppt1 copy
 
Biomorph snake robot
Biomorph snake robotBiomorph snake robot
Biomorph snake robot
 
Neurogrid : A Mixed-Analog-Digital Multichip System for Large-Scale Neural Si...
Neurogrid : A Mixed-Analog-Digital Multichip System for Large-Scale Neural Si...Neurogrid : A Mixed-Analog-Digital Multichip System for Large-Scale Neural Si...
Neurogrid : A Mixed-Analog-Digital Multichip System for Large-Scale Neural Si...
 
visible light follower robot by nagaraju.m
visible light follower robot by nagaraju.mvisible light follower robot by nagaraju.m
visible light follower robot by nagaraju.m
 
Pccoe basic mobile_robot
Pccoe basic mobile_robotPccoe basic mobile_robot
Pccoe basic mobile_robot
 
Snakebot
SnakebotSnakebot
Snakebot
 
Report - Light Sensing Robot
Report - Light Sensing RobotReport - Light Sensing Robot
Report - Light Sensing Robot
 
light follower robot
light follower robotlight follower robot
light follower robot
 
Snake Robot
Snake RobotSnake Robot
Snake Robot
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 
Line following robot - Mini project
Line following robot - Mini projectLine following robot - Mini project
Line following robot - Mini project
 
Snakes
SnakesSnakes
Snakes
 
Robot PowerPoint
Robot PowerPointRobot PowerPoint
Robot PowerPoint
 
ROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONSROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONS
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of Robotics
 
robotics ppt
robotics ppt robotics ppt
robotics ppt
 
Robotics project ppt
Robotics project pptRobotics project ppt
Robotics project ppt
 

Similar a Wirelessly Actuated Snake Prototype

Wireless Pick and Place Surveillance Robot
Wireless Pick and Place Surveillance RobotWireless Pick and Place Surveillance Robot
Wireless Pick and Place Surveillance RobotZeenat Saba Khan
 
Tu robot controltu_robot_control.pdf
Tu robot controltu_robot_control.pdf Tu robot controltu_robot_control.pdf
Tu robot controltu_robot_control.pdf Ahmed Raad
 
Steper Motor Control Through Wireless
Steper Motor Control Through WirelessSteper Motor Control Through Wireless
Steper Motor Control Through WirelessPawan Bahuguna
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robotRahuldey1991
 
3 phase energy meter on Zigbee1
3 phase energy meter on Zigbee13 phase energy meter on Zigbee1
3 phase energy meter on Zigbee1Sumit Vyas
 
TRANSMISSION LINE ROBOT.pptx
TRANSMISSION LINE ROBOT.pptxTRANSMISSION LINE ROBOT.pptx
TRANSMISSION LINE ROBOT.pptxmeghaprojects2
 
Design & Fabrication of a Ground Survellance Robot
Design & Fabrication of a Ground Survellance RobotDesign & Fabrication of a Ground Survellance Robot
Design & Fabrication of a Ground Survellance RobotIEEEP Karachi
 
Industrial Networks: the Choices for Real Time Motion Control
Industrial Networks: the Choices for Real Time Motion ControlIndustrial Networks: the Choices for Real Time Motion Control
Industrial Networks: the Choices for Real Time Motion ControlDesign World
 
WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT KrishGupta94
 
robotics-fair
robotics-fairrobotics-fair
robotics-fairsngceyi
 
NVIS - SNGCE MBA - 01/11/12
NVIS - SNGCE MBA - 01/11/12NVIS - SNGCE MBA - 01/11/12
NVIS - SNGCE MBA - 01/11/12sngceyi
 
Real-time Ethernet for Machine Control
Real-time Ethernet for Machine ControlReal-time Ethernet for Machine Control
Real-time Ethernet for Machine ControlDesign World
 

Similar a Wirelessly Actuated Snake Prototype (20)

Wireless Pick and Place Surveillance Robot
Wireless Pick and Place Surveillance RobotWireless Pick and Place Surveillance Robot
Wireless Pick and Place Surveillance Robot
 
PTP Overview
PTP OverviewPTP Overview
PTP Overview
 
Tu robot controltu_robot_control.pdf
Tu robot controltu_robot_control.pdf Tu robot controltu_robot_control.pdf
Tu robot controltu_robot_control.pdf
 
Sun SPOTs by Ritter
Sun SPOTs by RitterSun SPOTs by Ritter
Sun SPOTs by Ritter
 
Steper Motor Control Through Wireless
Steper Motor Control Through WirelessSteper Motor Control Through Wireless
Steper Motor Control Through Wireless
 
(11 16) rajiv g
(11 16) rajiv g(11 16) rajiv g
(11 16) rajiv g
 
EMBEDDED SYSTEMS
EMBEDDED SYSTEMSEMBEDDED SYSTEMS
EMBEDDED SYSTEMS
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robot
 
3 phase energy meter on Zigbee1
3 phase energy meter on Zigbee13 phase energy meter on Zigbee1
3 phase energy meter on Zigbee1
 
TRANSMISSION LINE ROBOT.pptx
TRANSMISSION LINE ROBOT.pptxTRANSMISSION LINE ROBOT.pptx
TRANSMISSION LINE ROBOT.pptx
 
Design & Fabrication of a Ground Survellance Robot
Design & Fabrication of a Ground Survellance RobotDesign & Fabrication of a Ground Survellance Robot
Design & Fabrication of a Ground Survellance Robot
 
Industrial Networks: the Choices for Real Time Motion Control
Industrial Networks: the Choices for Real Time Motion ControlIndustrial Networks: the Choices for Real Time Motion Control
Industrial Networks: the Choices for Real Time Motion Control
 
WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT
 
robotics-fair
robotics-fairrobotics-fair
robotics-fair
 
R obotics fair
R obotics fairR obotics fair
R obotics fair
 
NVIS - SNGCE MBA - 01/11/12
NVIS - SNGCE MBA - 01/11/12NVIS - SNGCE MBA - 01/11/12
NVIS - SNGCE MBA - 01/11/12
 
Custom servo solutions
Custom servo solutionsCustom servo solutions
Custom servo solutions
 
ROBOTIC ARM
ROBOTIC ARMROBOTIC ARM
ROBOTIC ARM
 
Real-time Ethernet for Machine Control
Real-time Ethernet for Machine ControlReal-time Ethernet for Machine Control
Real-time Ethernet for Machine Control
 
final ppt
final pptfinal ppt
final ppt
 

Más de IIT Bombay

Más de IIT Bombay (6)

SpinFET
SpinFETSpinFET
SpinFET
 
OFET sensors
OFET sensorsOFET sensors
OFET sensors
 
Cloud robotics
Cloud roboticsCloud robotics
Cloud robotics
 
Cloud robotics
Cloud roboticsCloud robotics
Cloud robotics
 
Proddec - CEC
Proddec - CECProddec - CEC
Proddec - CEC
 
Zig bee
Zig beeZig bee
Zig bee
 

Último

Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 

Último (20)

Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 

Wirelessly Actuated Snake Prototype

  • 1. WIRELESSLY ACTUATED SNAKE PROTOTYPE (WASP) Presented By, George Rahul Paul Meenu Saji Titto Thomas Tony Mohan Varghese Vidya Sekhar
  • 2. Snake Robots: What & Why ? • Snake Robot -Multiple actuated joints implying multiple degrees of freedom. • superior ability to flex, reach, and approach a huge volume in its workspace with infinite number of configurations. • Hyper redundant robots. • Advantages of Serpentine Motion: • Stability, Terrainability, Traction • Redundancy, Modular structure. • Applications • Rescue and Military Operation • Exploration, Inspection • Medical • Hazardous Environment
  • 3. In Scope •To create a control • Generate angles for •Parameter Sensing •Proof of Concept / signal format for all servos using Design •Signal Processing of communication algorithms environmental data •To Demonstrate •Generate signals as •To Pass them in Horizontal •Video of the scene per user’s instructions proper format to Movement •ZigBee motors • Basic vertical Communication movement WIRELESS ON FIELD ENVIRONMENTAL PROTOTYPE I CONTROL MOVEMENT ANALYSIS
  • 4. Functional Description • Control of Robot • Reception and Display of sensor parameters & Video PC • Provide a user interface for controlling the motion • Link between Modules on PC and Robot side Wireless • Highly secure one-to-one communication • Sensors for environmental sensing • Motion execution using motors. Snake Robot • Onboard microcontroller for master control.
  • 5. Block Diagram SENSORS WIRELESS WIRELESS CAMERA CAMERA RECEIVER SERVO MAIN TRANSMITTER RECEIVER MOTOR CONTROLLER PC GUI IN BATTERY VB SNAKE ROBOT ON FIELD PC SIDE
  • 6. Block Diagram of Mechanical Subsystem Mechanical Subsystem
  • 7. Development Process Link Structure in WASP Orthogonal Joint – WASP Mechanical by DOWLING Structure
  • 8. Mechanical specification SPECIFICATIONS DETAILS Material Used Light weight, Low cost Aluminum alloy Number of links 8 Size of link(mm) 130x62x77 Weight of link(Kg) 0.28 Motion Range of joint(deg) [-90,+90] Actuators Servo motor, (Vigor – 6Kg cm Stall Torque) Sensors Temperature Sensor ( LM35 ) Light sensor (LDR)
  • 9. MOTION CONTROL MOTION CONTROL UNIT PWM SERVO MOTOR (MCU) Block Diagram – Motion Subsystem Motion Subsystem
  • 10. PWM SIGNAL SERVO ANGLE Positions of Servo with respect to PWM width
  • 11. Motion Subsystem • Head is controlled to trace a desired path • Head performs a new set of actions at a time, previous set of actions is propagated to next link • Speed at which one link performs the previously executed actions of head must be modulated.
  • 12. OBSERVER BASED CONTROL SCHEME Mappings for Control : =C(*-)=(1/s)K(s)(*-) (s)=C(s)( *-) *= sin(+(i-1))+ 
  • 13. CIRCUIT SUBSYSTEM Circuit subsystem includes following selection processes: •Microcontroller Selection •Wireless interface Selection •Sensor Selection
  • 14. MICROCONTROLLER SELECTION Various Alternatives • Separate Servo Controllers • PIC with PWM Modules DSPIC33FJ256GP710 was chosen owing to the following specialties: •Multiple PWM modules to control 16 servo motors with single chip •High speed data processing •ADC module for sensor data •Simpler Circuit and Less cost of production
  • 15. DSPIC33FJ256GP710 Operating voltage : 3.3V Digital I/O Pins : 85 programmable pins Core Size : 16bit Clock Speed : 10MHz PWM channels : 8 16 bit timer : 9 Operating Temperature : -40˚C to 85˚C External interrupts : 5 On-chip 2.5v voltage regulator Low power consumption
  • 16.
  • 17. SERVO MOTOR SELECTION VIGOR VTS- 08A was selected owing to following reasons •Fairly high stall torque of 6kg-cm •Compatible Operating voltage range: 4.8V-6V 16 servo motors are used to implement serpentine motion •8 for vertical motion •8 for horizontal motion
  • 18. 7414 IC Output from PWM port is incompatible for input to servo motor. 7414 IC is hence used •Converts output from a PWM port voltage level to 5v •Operating Voltage: 5V •Three 7414IC used for 16 servo motors
  • 19. WIRELESS INTERFACE SELECTION Various alternatives : •IR Transmitters and Receivers •xBee •Bluetooth •Wi-Fi •Cell Phone xBee was chosen owing to following reasons •Very Low Power requirement •Wider Range • Ease of use • High baud rate •Fast response
  • 20. SENSOR SELECTION Temperature Sensor Selected- LM35 •Calibrated directly in ° Celsius (Centigrade) • Rated for full −55° to +150°C range • Operates from 4 to 30 volts
  • 21. Light Sensor Selected- LDR •Resistance variation with incident light intensity •Compact and low cost • LDR used in voltage divider configuration •If R1 is the photoresistor, V increases with light intensity. •If R2 is the photoresistor, V decreases with light intensity.
  • 22. • (Vm)3.3 • (Vs)4.8- V/ 6V/ 1.0A – (Im)250 1.2A(Is) mA dsPIC Servo Zigbee Sensors • LM35 : 4V- • (Vz)2.8V 20V/10mA(It) – 3.4V/ • LDR : 45mA(Iz) (Vl)5V/150m A(I L) POWER SUBSYSTEM
  • 23. Total current requirement of power subsystem : ( Im+Iz+IL+It+Is )= 4560mA Maximum voltage of power subsystem : 5V Maximum input to 7805 ( to get 5V) : 7.4V Total Power Consumption = 7.4V * 4560mAH=33750mW Average lifetime of the battery ( Full charge) = 30 minutes Total Power required = 33750 * 0.5h = 16.872 Wh --If battery of 7.4V taken , Then its current rating should be = 16.872Wh / 7.4V = 2- 2.25 Ah POWER MODEL OF SNAKE ROBOT
  • 24. Li-Po Lead Acid NiMH Li-ion Ni-Cd Alkaline BATTERY SELECTION LiPo Battery – 7.4V/2200mAh selected
  • 27. SOFTWARE SUBSYSTEM • UI software with coded commands that tells the robot what tasks to perform and control its actions. • low level control realization. • Visual Basic platform. • Identifies the COM Port to which xBee is connected and it does the low level controlling needed for snake motion. • Then by clicking the connect button connect to the particular communication port selected. • Individual control buttons : STOP, FORWARD, RIGHT and LEFT, PAUSE
  • 28. Flow chart of communication
  • 30. - Using VB platform FRONT END GUI – A screen shot
  • 31. Final Specifications: Weight : 2.5Kg Length : 1m Speed : 0.25m/s On battery lifetime : 15min Battery charging time : 3Hr Range : Indoor - 20m, Outdoor – 70m Result and Conclusion
  • 32. Various Gaits : Additional work in steering and gait transitions is necessary for more general locomotion. • Mechanism : an easier-to-disassemble joint structure with a rapid mechanical and electric connection, light weight materials such as polymers etc. • Power: Power efficient working system with long term battery life. • Sensing: use of sensors in achieving an autonomous locomotion and terrain adaptability. • Electronics: SMT miniaturization of circuits • Learning: Learning the environment , introducing a memory and adaptability. FUTURE SCOPES