Introduction to robotics2

27
BY ANAND RONALD K STUDENT DEPARTMENT OF MECHATRONICS HINDUSTHAN COLLEGE OF ENGINEERING AND TECHNOLOGY INTRODUCTION TO ROBOTICS AND MICROCONTROLLERS(ARDUINOES)

Transcript of Introduction to robotics2

Page 1: Introduction to robotics2

BYANAND RONALD K

STUDENTDEPARTMENT OF MECHATRONICS

HINDUSTHAN COLLEGE OF ENGINEERING AND TECHNOLOGY

INTRODUCTION TO ROBOTICS AND

MICROCONTROLLERS(ARDUINOES)

Page 2: Introduction to robotics2

ROBOT

WHAT IS A ROBOT?A ROBOT IS A DEVICE USED FOR HUMAN

SUBSTITUTION AND ENTERTAINMENT BY HUMANS IN PLACES WHERE HUMANS POSSIBLY CANNOT ACCESS IN PERSON

TYPES OF ROBOTS:INDUSTRIAL AUTOMATONSHUMANOIDSAI BOTSBASIC PROTOTYPES

Page 3: Introduction to robotics2

HOW ROBOTS WORK?

SENSE THE ENVIRONMENT (INPUT)SEE THE SITUATION (PROCESSING)SEARCH FOR ADAPTATION RULE (MANIPULATION)EXECUTE COMPLIED RULE (EXECUTION/OUTPUT)SURVIVE CONDITIONS (CYCLE BACK) THIS PROCESS IS CARRIED OUT BY

MICROPROCESSOR PLACED IN THE MICROCONTROLLER OF THE ROBOT

HENCE THE MICROCONTROLLER IS CALLED AS BRAIN OF ROBOT

Page 4: Introduction to robotics2

MICROPROCESSORS

MANUFACTURERS:INTEL ATMELZIGOSMOTOROLAPHILIPSHUAWEI

Page 5: Introduction to robotics2

What is Arduino?

Physical computing platform

Open source“Hardware

Abstracted” Wiring Language

USB programmableLarge communityInexpensive

(Rs.1300/-)

Page 6: Introduction to robotics2

Arduino Board Overview

Page 7: Introduction to robotics2

7

Page 8: Introduction to robotics2

8

Page 9: Introduction to robotics2

9

Page 10: Introduction to robotics2

ARDUINO

Page 11: Introduction to robotics2

11

Page 12: Introduction to robotics2

12

Page 13: Introduction to robotics2

SHIELDS FOR ARDUINO

Page 14: Introduction to robotics2

EVEN MORE SHIELDS……

Page 15: Introduction to robotics2

Gas Sensor Temp & Humidity

Flex Sensor

Fingerprint Scanner

Geiger Counter

SENSORS

Page 16: Introduction to robotics2

Photo/thermistor, infrared, force sensitive resistor, Hall effect, Piezo, tilt sensor..

Sensors

Page 17: Introduction to robotics2

17

Page 18: Introduction to robotics2

Lets consider an example

Line followerWhat it does?It follows a line either black in white surface

or white in black surfaceHow?It uses IR sensor to analyze the color of the

path and follows the algorithm/program fed to it

Page 19: Introduction to robotics2

Working (tracing of white path)

IR searches reflectionThe direction from which the reflected light

comes is provided to the m.pM.p delivers command to m.c M.c by differential drive turns the robot

towards that directionAnd vice versa for black line tracing

Page 20: Introduction to robotics2

Edge avoider robot

Page 21: Introduction to robotics2

Line follower

Page 22: Introduction to robotics2

You can convert toys into robots

Page 23: Introduction to robotics2

What you need to be a robot creator n enthusiasist!...

Lots of interest and dedicationBasic electronicsSome knowledge in digital electronicsKeen observation for picking mechanisms

from daily lifeTo be unique you need to be different

And also a purse with money

Page 24: Introduction to robotics2

SOME INTERESTING STUFFS

Page 25: Introduction to robotics2
Page 26: Introduction to robotics2
Page 27: Introduction to robotics2

THANKS TO ALL