Aerobotics Tutorial

Embed Size (px)

Citation preview

  • 8/2/2019 Aerobotics Tutorial

    1/27

  • 8/2/2019 Aerobotics Tutorial

    2/27

    AEROBOTICSTUTORIAL & GUIDELINES

    This is just for reference of participantsand should be used at own discretion

  • 8/2/2019 Aerobotics Tutorial

    3/27

    AEROBOTICS is an event which adds a verticaldimension to Robotics, making it all the more

    adventurous and challenging.

    The event aims to merge principles of aviationwith those of robotics.

    Aero + Robotics= AEROBOTICS

    INTRODUCTION

  • 8/2/2019 Aerobotics Tutorial

    4/27

    Make a hovercraft

    Move straight within a defined path

    Count the number of lines and use it forperforming the various tasks.

    Hovercraft has to fly autonomously . It

    cannot be controlled manually. No RCequipment can be used

    PROBLEM STATEMENT

  • 8/2/2019 Aerobotics Tutorial

    5/27

  • 8/2/2019 Aerobotics Tutorial

    6/27

    MODULES

  • 8/2/2019 Aerobotics Tutorial

    7/27

    HOVERCRAFT

    MATERIAL

    THRUST AND AIR CUSHION

    TORQUE & WEIGHT BALANCE

    DRIFTING & ROTATION

    NAVIGATION

  • 8/2/2019 Aerobotics Tutorial

    8/27

    A SAMPLE DESIGN

  • 8/2/2019 Aerobotics Tutorial

    9/27

    Considering the fact that the vehicle should be air

    borne it has to be light

    Material should have good resistance to bending

    moments

    The Material that can be considered to build the

    chassis could be

    -High/Medium Density Foam-Balsa Wood

    -Any other suitable material

    Cost of the material under consideration

    MATERIAL

  • 8/2/2019 Aerobotics Tutorial

    10/27

    The thrust to be provided depends on the weight of theAerobot. The static thrust of the motor can be lesser than the weight

    of the Aerobot. Primary importance is maintaining a goodair-cushion to make the vehicle float.

    This thrust can be provided by-Standard RC Brushless Motors

    -Duct-fans

    THRUST AND AIR CUSHION

  • 8/2/2019 Aerobotics Tutorial

    11/27

    Out runners

    High RPM

    Power Requirement

    ESC (Electronic Speed Controller)

    Control is via PWM (Pulse Width Modulation), following

    certain specifications

    Time Period = 20ms

    On time = 1 ms 2 ms

    Cost

    BRUSHLESS MOTORS

  • 8/2/2019 Aerobotics Tutorial

    12/27

    Processor ESC Motor

  • 8/2/2019 Aerobotics Tutorial

    13/27

    Control by PWM

    Simple DC Motor

    High Power Requirements

    Requires Large Current rating IC to

    control it

    Cost

    DUCT FAN

  • 8/2/2019 Aerobotics Tutorial

    14/27

    TORQUE & WEIGHT BALANCE

    THRUST

    Weight Distribution

  • 8/2/2019 Aerobotics Tutorial

    15/27

    Placement of the components decides CG of the

    vehicle

    The CG should be perfectly aligned with the Thrust

    line

    Since the system is afloat it will experience some

    rogue torque caused by this misalignment of

    components

    Too many actuators may also provide torque and add

    to the instability

    PLACEMENT

  • 8/2/2019 Aerobotics Tutorial

    16/27

    The system has an inherent property of drifting

    This can only be controlled effectively by a good

    mechanical design of the system

    Not all defects in the design can be countered by a

    electronic system

    Rotation can however be regulated by an effectiveControl system

    Rotation is due to the principle of Conservation of

    angular momentum

    DRIFTING & ROTATION

  • 8/2/2019 Aerobotics Tutorial

    17/27

    Horizontal thrust providers with control surfaces .

    Thrust provider can be fans or propellers

    For control surfaces we need to implement

    aerodynamically effective solutions which would

    be rudders

    Rotatable horizontal thrust providers.

    Can be implemented in either pusher or puller form

    NAVIGATION

  • 8/2/2019 Aerobotics Tutorial

    18/27

    The horizontal thrust is being provided by a propeller placedat the rear end of the system

    This means the bot is being pushed horizontally

    There might be mismatch between the horizontal thrust line

    and the bots horizontal symmetry axis causing rotation andhence needs to be implemented carefully.

    PUSHER

    CG

  • 8/2/2019 Aerobotics Tutorial

    19/27

    The horizontal thrust is being provided by a propeller placed

    at the front end of the system

    This means the bot is being pulled horizontally

    The advantage in doing so is: in the case of mismatch the bot

    will still continue moving forward without rotation.

    PULLER

    CG

  • 8/2/2019 Aerobotics Tutorial

    20/27

    Lithium polymer

    This is the most preferred Power pack used

    in RC Planes

    Provides high current

    One pack of Lipo Battery contains a group

    of cells in series, each cell can provide 3.7 V

    Standard Specifications are

    3 cell pack : 11.2 V

    LITHIUM POLYMER BATTERIES

  • 8/2/2019 Aerobotics Tutorial

    21/27

    Factors to be considered before buying a

    battery:

    Voltage Ampere Hour Rating

    No. Of Cells

    BATTERY SPECIFIATIONS

  • 8/2/2019 Aerobotics Tutorial

    22/27

    Sensors IR

    Ultrasonic

    Processor Atmega

    Arduino

    Actuator Fans

    Control

    Surfaces

    ELECTRONICS

  • 8/2/2019 Aerobotics Tutorial

    23/27

    Sensors are to be used to sense the line on the arenaand the side barricades.

    The ideal sensors for this purpose will be IR sensors

    though a variety of sensors can be used.

    IR sensors are cheap and decently reliable.

    Ultra Sound sensors can also be used to detect the

    walls on the sides.

    These are costlier than IR but more reliable.

    The major challenge lies in placing the Optimal

    number of sensors in the right position In the case when IR sensors are affected by the

    ambient light interference then TSOP sensors can be

    used.

    SENSORS

  • 8/2/2019 Aerobotics Tutorial

    24/27

    Processors

    For onboard processing several processors are

    available in the market like

    Microcontroller: PIC, Atmega

    Arduino board Any other development board

    Development boards like Arduino Board provide an

    user friendly interface butits costlier than sparemicrocontroller.

    PROCESSORS

  • 8/2/2019 Aerobotics Tutorial

    25/27

    PWM may be used to control the speed ofthe motor

    This is done by controlling the ON time of

    the Square Voltage signal given to the

    motor

    Processor

    ESC

    Motor Driver Motor

    PULSE WIDTH MODULATION

  • 8/2/2019 Aerobotics Tutorial

    26/27

    The current required to drive any motor is very high

    Hence an appropriate motor driver is required

    For example L293D : max rating 1 amp

    L298 : max rating 2 amp

    The current by them may not be sufficient hence insuch a case high Power Transistors can also be

    used.

    MOTOR DRIVERS

  • 8/2/2019 Aerobotics Tutorial

    27/27

    THANK YOU