Third Workshop Presentation

41
www.robotix.in Third Fresher’s Workshop

description

Autonomous Bots

Transcript of Third Workshop Presentation

Page 1: Third Workshop Presentation

www.robotix.in

Third Fresher’s Workshop

Page 2: Third Workshop Presentation

www.robotix.in

Basic Parts Of A Mobile Robot Locomotion system Power supply system Actuators Sensory devices for feedback Sensor Data processing unit Control system

Page 3: Third Workshop Presentation
Page 4: Third Workshop Presentation

www.robotix.in

PotentiometerPotentiometer

Page 5: Third Workshop Presentation

www.robotix.in

CapacitorsCapacitors

Page 6: Third Workshop Presentation

www.robotix.in

IR LED

Page 7: Third Workshop Presentation

www.robotix.in

LED: an inner view

Page 8: Third Workshop Presentation

www.robotix.in

Diode

Page 9: Third Workshop Presentation

www.robotix.in

Current Flow in a Diode

Page 10: Third Workshop Presentation

www.robotix.in

Multimeter

Page 11: Third Workshop Presentation

www.robotix.in

POWER SUPPLY (RECTIFIER CIRCUIT)

Page 12: Third Workshop Presentation

www.robotix.in

IC7805/ IC7812

1 - Input 2 - Ground 3 - Output

Page 13: Third Workshop Presentation

www.robotix.in

THE RECTIFIER CIRCUIT

Page 14: Third Workshop Presentation

www.robotix.in

USES OF RECTIFIER CIRCUIT

To convert Alternating Current to Direct Current.

We get Alternating Current as Power Supply in our homes, but electronic components in robots use Direct Current.

Page 15: Third Workshop Presentation

www.robotix.in

STEPS OF CONVERTING AC TO DC

First the Transformer, converts 220V AC to 12V AC.

The Diodes rectify the current in a single direction.

The Capacitor then normalizes the current.

The little distortions are further rectified by the IC7805.

Page 16: Third Workshop Presentation

www.robotix.in

End Actuators

They convert the electrical energy into meaningful mechanical work

Mechanical output can be rotational or linear (straight line)

Motors provide rotational motion Electromagnets provide linear motion

Page 17: Third Workshop Presentation

www.robotix.in

Motors are of various kinds

AC Motors : Not used much in robotics Stepper Motors : For controlled rotation DC Motors : Finds extensive general use Servo Motors : DC motor with in built feedback

& error compensation

Page 18: Third Workshop Presentation

www.robotix.in

DC Motors

As the name suggests, a motor which uses a DC (Direct Current) power

Can run in both directions Speed Controllable

Page 19: Third Workshop Presentation

www.robotix.in

DC Motor Working

Direction of rotation controlled by polarity of current / voltage

Speed of rotation controlled by average energy (power) fed to the motor

Page 20: Third Workshop Presentation

www.robotix.in

DC Motor Specifications Operating Voltage : Recommended voltage for

powering the motor Operating Current : Current drawn at a certain load

on the shaft Stall Current : Maximum current drawn, when

motor not allowed to rotate Stall Torque : Rotation force needed to hold the

motor in stall condition

Page 21: Third Workshop Presentation

www.robotix.in

DC Motor Characteristics Free running torque & current are ideally zero Increased load implies, increased torque, current

drawn & power consumption Power supplied by a motor is the product of

output shaft’s rotational velocity & torque DC Motors are high–speed, low-torque devices Using gears, the high speed of the motor is

traded off into torque

Page 22: Third Workshop Presentation

www.robotix.in

DC Motor Characteristics Zero speed at

maximum load (stall torque)

Highest speed while free running (zero load)

Highest power at half speed & half load

Page 23: Third Workshop Presentation

www.robotix.in

DC Motor Drivers These are current amplifying circuits A low current control signal is converted into a

proportionally higher current signal that can drive the motor

Power Transistors can switch high currents. The ICmax is usually of the order of Amps as compared to small signal transistors which have ICmax in mA

Page 24: Third Workshop Presentation

www.robotix.in

DC Motor Direction Control H – Bridge Circuit Diagram

S1

S3

S2

S4

M1 2

VCC

Page 25: Third Workshop Presentation

www.robotix.in

H – Bridge Working

Page 26: Third Workshop Presentation

www.robotix.in

Electronic Direction Control H – Bridge Circuit Diagram

Page 27: Third Workshop Presentation

www.robotix.in

Sensors Analogous to human sensory organs Eyes, ears, nose, tongue, skin Sensors help the robot knowing its

surroundings better Improves its actions and decision making

ability Provides feedback control

Page 28: Third Workshop Presentation

www.robotix.in

LDR - Light Dependent Resistor Made of cadmium

sulphide Resistance between two

terminals vary depending on the intensity of light

Can be used to differentiate contrast colours

Page 29: Third Workshop Presentation

www.robotix.in

Comparator

Page 30: Third Workshop Presentation

www.robotix.in

Light Sensing Module using LED-LDR combination

Sensor Interfacing

Page 31: Third Workshop Presentation

www.robotix.in

Bump Detector Module

Page 32: Third Workshop Presentation

www.robotix.in

An Example - Line Follower A line follower is a robot

capable of tracking a line drawn on a surface

Optical sensors capture the line position at the front end of the robot

The robot is steered to keep it always over the line

Page 33: Third Workshop Presentation

www.robotix.in

Block Layout of Line Follower

Page 34: Third Workshop Presentation

www.robotix.in

Line Following Algorithm

All the sensors are assigned some weight such as

Sensor 1 = a1 = 3Sensor 2 = a2 = 2Sensor 3 = a3 = 1Sensor 4 = a4 = -1Sensor 5 = a5 = -2Sensor 6 = a6 = -3

Page 35: Third Workshop Presentation

www.robotix.in

DC Motor Speed Control Circuit

Input is the operating voltage & control signal Output is a part of the operating voltage depending

upon the control signal

Page 36: Third Workshop Presentation

www.robotix.in

DC Motor Speed Control Cont…

Controlling the current by passing it through a variable resistor is not advisable as it is extremely energy inefficient

A trick is done to achieve reduced average power

Power is supplied to the motor in short intermittent bursts, as explained further

Page 37: Third Workshop Presentation

www.robotix.in

Duty Cycle Fundamentals

Page 38: Third Workshop Presentation

www.robotix.in

Duty Cycle Contd…

The time period (τ) is the duration after the voltage waveform repeats itself

Duty Cycle is the % time of τ, the voltage is equal to the operating voltage

The average voltage is equal to the ‘Duty Cycle’ % of the Operating Voltage

Page 39: Third Workshop Presentation

www.robotix.in

Pulse Width Modulation PWM is a technique using which we can

modify the duty cycle of a waveform depending upon an input control voltage

This forms the backbone of our speed control circuit

It can be easily implemented using the popular multipurpose IC 555, used widely for hobby electronics

Page 40: Third Workshop Presentation

www.robotix.in

L293D – Pin Diagram

Page 41: Third Workshop Presentation

THANK YOU