25
TECHNOLOGY ROBOTICS SOCIETY Indian Institute of Technology, Kharagpur

Robotix Tutorial 5

Embed Size (px)

Citation preview

Page 1: Robotix Tutorial 5

TECHNOLOGY ROBOTICS SOCIETY

Indian Institute of Technology, Kharagpur

Page 2: Robotix Tutorial 5

A TUTORIAL ON ROBOTICSBasic Electronic Components

Page 3: Robotix Tutorial 5

Breadboard

Page 4: Robotix Tutorial 5
Page 5: Robotix Tutorial 5

Resistors

Page 6: Robotix Tutorial 5

Potentiometer

Page 7: Robotix Tutorial 5

Capacitors

Page 8: Robotix Tutorial 5

LED

Page 9: Robotix Tutorial 5

IR LED

Page 10: Robotix Tutorial 5

Diodes

Page 11: Robotix Tutorial 5

Current Flow in a Diode

Page 12: Robotix Tutorial 5

PCB

Page 13: Robotix Tutorial 5

Multimeter

Page 14: Robotix Tutorial 5

Transformer

Page 15: Robotix Tutorial 5

Rectifier Circuit

Page 16: Robotix Tutorial 5

IC7805

1 - Input 2 - Ground 3 - Output

Page 17: Robotix Tutorial 5

Gates AND Gate OR Gate NOT Gate XOR Gate NAND Gate NOR Gate XNOR Gate

Page 18: Robotix Tutorial 5

AND Gate

X Y Z

0 0 0

1 0 0

0 1 0

1 1 1

X

Y

Z

Page 19: Robotix Tutorial 5

OR Gate

X Y Z

0 0 0

1 0 1

0 1 1

1 1 1

X

Y

Z

Page 20: Robotix Tutorial 5

NOT Gate

X Z

1 0

0 1

X Z

Page 21: Robotix Tutorial 5

XOR Gate

X Y Z

0 0 0

1 0 1

0 1 1

1 1 0

X

Y

Z

Page 22: Robotix Tutorial 5

NAND Gate

X Y Z

0 0 1

1 0 1

0 1 1

1 1 0

X

Y

Z

Page 23: Robotix Tutorial 5

NOR Gate

X Y Z

0 0 1

1 0 0

0 1 0

1 1 0

X

Y

Z

Page 24: Robotix Tutorial 5

XNOR Gate

X Y Z

0 0 1

1 0 0

0 1 0

1 1 1

X

Y

Z

Page 25: Robotix Tutorial 5

Comparator

+

VX > VY Z = 1

VX < VY Z = 0-

X

Y

Z