SlideShare a Scribd company logo
1 of 38
Introduction to Robotics :

 Robotics is the study of the design,

construction and use of robots.

 These technology represent a practical

application of Physics, Computer Science,

Engineering and Mathematics .

 It provides a variety of Engineering Concepts.

 Every Automated systems can be stated as a

Robot.
History
Why do we need a Robot :

 To perform a Job accurately and efficiently.

 To perform a job safely.

 To achieve High Throughput (Work done per Unit time).

 To avoid mistakes.

 To perform a job continuously without getting tired.

 A robot never says “No, I’ll not do this job because it is

   not interesting”.

 Actually, there are endless reasons for using Robots.
What is Robot :

"A reprogrammable, multifunctional manipulator

designed to move material, parts, tools, or specialized

devices through various programmed motions for the

performance of a variety of tasks“.

An automatic device that performs functions

normally ascribed to humans or a machine in the form

of a human.
So let’s start doing Robotics by
INVENTING THE TECHNOLOGY WE DESIRE !!!
How to Plan a Robot :

 It depends upon the requirements.

 We have to fix the environment for the Robot.

 For example, if we want a robot who will make coffee

   than the materials required for that are known to Robot.

   So that the Robot can take materials from there to

   complete the Process. But if we are unable to do that

   than we have to develop a robot, having the capabilities

   for identifying the Objects.
How to understand the Logic of Robot :

 Let’s take an example of such a robot who will go to

   market and buy vegetables. In this condition , the robot

   has the capabilities of identifying the vegetables,

   streets, available shortest path from the source to

   destination etc.
Types of Robot :
    Industrial Robots :
-materials handling
-welding
-inspection
-improving productivity
-Laboratory applications

     Mobile Robots :
- Robots that move around on legs, tracks or wheels.
- In 1979 a nuclear accident in the USA caused a leak of radioactive material.
Led to production of special robot
-Teleoperator to handle the radioactive material.
     Educational Robots
     Domestic Robots
Current Scenario :
 A first particular new innovation in robot design is the open sourcing

of robot-projects.

 Currently, there are about 1 million industrial robots toiling around

the world, and Japan is the top country having high density of utilizing

robots in its manufacturing industry

 Certification

         The Robotics Certification Standards Alliance (RCSA) is an

international robotics certification authority who confers various

industry and educational related robotics certifications.
Rules of Robotics (Asimov’s law of Robotics) :

 A robot may not injure a human being, or, through

inaction, allow a human being to come to harm

 A robot must obey orders given it by human beings,

except where such orders would conflict with the First Law.

 A robot must protect its own existence as long as such

protection does not conflict with the First or Second Law.

Zeroth Law :

 No robot may harm humanity or through inaction allow

humanity to come to harm.
Introduction to Basic Electronic Components
              Used in Robot ….
The following are the basic electronic components we have to

use in a Robot :

- Resistor

- Capacitor

- Diodes

- Transistors

- Motors

- Power Supply

- Sensors
Resistor :
Resistors are the obstacles in the path of the electrons flowing in the

wire.

We use Resistor because :

 Limiting current to another component.

 Reducing voltage in some parts of the Circuit.

 Controlling the voltage / current flowing into another component.

 Protecting the inputs of sensitive components.
Types of Resistor :

   Variable Resistor




Light Dependent Resistor




                       Circuit Symbol
Capacitor :
 Capacitor store electrons by attracting them to Positive Voltage.

 When the voltage is reduced or removed the electrons move disappear

off.

These are used for :

 Creating Timers.

 Smoothing out voltage.

 Blocking DC Current.

 Adjust Frequency.
Types of Capacitor :

  Electrolytic Capacitor




   Ceramic Capacitor
Diodes :
Diode is a two terminal electronic component that conducts electric
current in only one direction.
Types of Diode :

                      Silicon P-N Junction Diode :




                            Light Emitting Diode




                                 Photo Diode


                    Anode                  Cathode
Transistors :
Transistors are a kind of Switches. We can control the switch using
voltage on base pin.
The transistors we are using are : P-N-P , N-P-N , Phototransistor

                  N-P-N                         Photo Transistor


                                           +V


                                               Infrared
                                            Photo Transistor


                                                 +Vout
                                                                             θ

                                                 Resistor
                                                 (~ 10 K)




      Working of 2N2222 (NPN) Transistor   IR Sensor circuit by Phototransistor
Motors :
Motors are used to provide the motion to machine directly.
There are four types of Motors :

              DC Motor                        DC Geared Motor




            Stepper Motor                        Servo Motor
Power Supply / Source :
 In Robotics we use 12 V and 1 A power supply generally but it can
vary up to 12 V and 5 A.
 It depends upon the Circuit Requirements.
 We can use the Voltage Regulator to increase or decrease the value of
Voltage as per the requirement.




    7805 Voltage Regulator
Sensors :
 Sensors are the devices which are used to sense the changes that occur
in their surroundings.
Types of Sensors :
IR Sensor :
          There is one emitter and one detector.
          Emitter emits IR rays and the detector detects it.
          Black LED is an emitter and White LED is the Photo Diode.
          It consists three components : IR LED, Photo Diode, Op-Amp (LM358 IC).




                                          IR LED
                                                    Photo Diode

                                                                        IR
                                                                       LED
     Op-Amp
     (LM358)                                               Three Pin         Photo
                                                           Connector         Diode


                                                         Indicator
Potentiometer
                                                           LED
Working of Sensor :

 Black LED generating IR rays and

these rays are reflected by the surface.

(If the surface is black than it will

absorb the Light)

 The Photodiode senses the light and

indicator LED shows the result that

whether there is an object or not.

 If indicator LED is on than the result

is +ve and when it is off then the result

is -ve.
What is a Line Follower Robot :

 Robot which follows a Line whether it is Curvy or Straight or

Divergence.

 We are going to make a machine which will follow a black line on

white background.

 If there is any divergence or any cross points in the path of the

machine then it will stop in such case.

 These type of case will be solved by the Intelligent Line Follower.

 We are using the AVR ATMega16 Microcontroller to build this Robot.
Components Required :

1. Development Board – 1 No.

2. Caster Wheel – 2 No.

3. IR Sensor Kit – 2 No.

4. Battery – 6 Volt

5. Wheel Clamps – 2 No.

6. Geared Motors – 2 No.

7. Connecting Chords as required.
Connecting
  Cord
Working of Line Follower


                        Left Sensor
                                               Right Sensor




If left sensor detect the light surface and right sensor detect dark surface then the
robot will turn right.



                        Left Sensor             Right Sensor




If left sensor detect the dark surface and right sensor detect light surface then the
robot will turn left.
Working of Simple Line Follower
How Line Follower Works …
How to Program a Robot …


Required Software :
Operating System : Windows XP, Vista, Windows 7
Tools : AVR Studio. (Current versions has AVR-GCC plug-in to write code in C)
Compiler : IAR, Image Craft , Code Vision AVR, Win AVR
Loader : AVR Loader by Robosapiens India

Required Hardware :

 USB Programmer

 Connecting Cord
Write your program here
1. Synthetic Aperture Radar (SAR) Antenna
2. Inertial Navigation System/GPS
3. Ku-Band Satellite Communications Antenna
4. Video Cassette Recorder
5. GPS Antennas (Left and Right)
6. APX-100 Identification Friend or Foe Transponder
7. Ku-Band Satellite Communications Sensor Processor Modem Assembly
8. C-Band Upper Omni directional Antenna Bracket
9. Forward Fuel Cell Assembly
10. Aft Fuel Cell Assembly
11. Accessory Bay
12. Engine Cooling Fan
13. Oil Cooler/Radiator
14. 914F Engine




                                                                      15. Tail Servo (Left and Right)
                                                                      16. Battery Assembly #2
                                                                      17. Power Supply
                                                                      18. Battery Assembly #1
                                                                      19. Aft Equipment Bay Tray
                                                                      20. Secondary Control Module
                                                                      21. Synthetic Aperture Radar Processor/AGM-114 Electronics Assembly
                                                                      22. Primary Control Module
                                                                      23. Front Bay Avionics Tray
                                                                      24. ARC-210 Receiver/Transmitter
                                                                      25. Flight Sensor Unit
                                                                      26. Video Encoder
                                                                      27. De-ice Controller
                                                                      28. Electro-Optical/Infrared Sensor/AN/AAS-52(V)1 Electronics Assembly
                                                                      29. Front Bay Payload Tray
                                                                      30. Ice Detector
                                                                      31. Synthetic Aperture Radar (SAR) Receiver/Transmitter
                                                                      32. Nose Camera Assembly
An Introduction to Robotics and Embedded System
An Introduction to Robotics and Embedded System

More Related Content

What's hot

Sensors and Actuators
Sensors and Actuators Sensors and Actuators
Sensors and Actuators Aamir Shaikh
 
robotics and its components
robotics and its componentsrobotics and its components
robotics and its componentsAmandeep Kaur
 
vinay kumar actuators presentation
vinay kumar   actuators presentationvinay kumar   actuators presentation
vinay kumar actuators presentationAkash Maurya
 
Introduction to embedded system design
Introduction to embedded system designIntroduction to embedded system design
Introduction to embedded system designMukesh Bansal
 
LINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTLINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTMohit Kumar
 
ROBOTICS – SENSORS AND MACHINE VISION
ROBOTICS – SENSORS AND MACHINE VISIONROBOTICS – SENSORS AND MACHINE VISION
ROBOTICS – SENSORS AND MACHINE VISIONTAMILMECHKIT
 
PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
 PPT on INDUSTRIAL AUTOMATION, PLC, SCADA PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
PPT on INDUSTRIAL AUTOMATION, PLC, SCADAAakashkumar276
 
Chapter 2 robot kinematics
Chapter 2   robot kinematicsChapter 2   robot kinematics
Chapter 2 robot kinematicsnguyendattdh
 
ppt on embedded system
ppt on embedded systemppt on embedded system
ppt on embedded systemmanish katara
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduinoAhmed Sakr
 

What's hot (20)

Sensors and Actuators
Sensors and Actuators Sensors and Actuators
Sensors and Actuators
 
Basic Sensors
Basic Sensors Basic Sensors
Basic Sensors
 
robotics and its components
robotics and its componentsrobotics and its components
robotics and its components
 
PPT ON Arduino
PPT ON Arduino PPT ON Arduino
PPT ON Arduino
 
Embedded System Presentation
Embedded System PresentationEmbedded System Presentation
Embedded System Presentation
 
Actuators
ActuatorsActuators
Actuators
 
TMS320C5x
TMS320C5xTMS320C5x
TMS320C5x
 
vinay kumar actuators presentation
vinay kumar   actuators presentationvinay kumar   actuators presentation
vinay kumar actuators presentation
 
Pcb designing
Pcb designingPcb designing
Pcb designing
 
Introduction to embedded system design
Introduction to embedded system designIntroduction to embedded system design
Introduction to embedded system design
 
LINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTLINE FOLLOWER ROBOT
LINE FOLLOWER ROBOT
 
Robotic technology
Robotic technologyRobotic technology
Robotic technology
 
Introduction to Robotics
Introduction to RoboticsIntroduction to Robotics
Introduction to Robotics
 
Line Follower Robot
Line Follower RobotLine Follower Robot
Line Follower Robot
 
ROBOTICS – SENSORS AND MACHINE VISION
ROBOTICS – SENSORS AND MACHINE VISIONROBOTICS – SENSORS AND MACHINE VISION
ROBOTICS – SENSORS AND MACHINE VISION
 
PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
 PPT on INDUSTRIAL AUTOMATION, PLC, SCADA PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
 
Chapter 2 robot kinematics
Chapter 2   robot kinematicsChapter 2   robot kinematics
Chapter 2 robot kinematics
 
Arduino Uno Pin Description
Arduino Uno Pin DescriptionArduino Uno Pin Description
Arduino Uno Pin Description
 
ppt on embedded system
ppt on embedded systemppt on embedded system
ppt on embedded system
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduino
 

Viewers also liked

Robotics & Embedded Systems
Robotics & Embedded SystemsRobotics & Embedded Systems
Robotics & Embedded Systemsanishgoel
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system pptNilgiri publicity
 
embedded systems and robotics on avr platform
embedded systems and robotics on avr platformembedded systems and robotics on avr platform
embedded systems and robotics on avr platformNeha Sharma
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of RoboticsAmeya Gandhi
 
Omni Directional Robot
Omni Directional RobotOmni Directional Robot
Omni Directional Robotprashanth15
 
Training Report on embedded Systems and Robotics
Training Report on embedded  Systems and RoboticsTraining Report on embedded  Systems and Robotics
Training Report on embedded Systems and RoboticsNIT Raipur
 
Introduction to ROBOTICS
Introduction to ROBOTICSIntroduction to ROBOTICS
Introduction to ROBOTICSelliando dias
 
Robots presentation
Robots presentationRobots presentation
Robots presentationaroobkazim
 
Robot PowerPoint
Robot PowerPointRobot PowerPoint
Robot PowerPointbradschultz
 
ROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONSROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONSAnmol Seth
 
Introduction To Robotics
Introduction To RoboticsIntroduction To Robotics
Introduction To Roboticsparthmullick
 
Lesson Plan (sensor)
Lesson Plan (sensor)Lesson Plan (sensor)
Lesson Plan (sensor)juan_fjfn
 
An embedded systems laboratory to support rapid prototyping of robotics and t...
An embedded systems laboratory to support rapid prototyping of robotics and t...An embedded systems laboratory to support rapid prototyping of robotics and t...
An embedded systems laboratory to support rapid prototyping of robotics and t...Ecway2004
 
An embedded systems laboratory to support rapid prototyping of robotics and t...
An embedded systems laboratory to support rapid prototyping of robotics and t...An embedded systems laboratory to support rapid prototyping of robotics and t...
An embedded systems laboratory to support rapid prototyping of robotics and t...ecwayerode
 
Alive human detector
Alive human detectorAlive human detector
Alive human detectorAnkush Tayade
 

Viewers also liked (20)

Robotics & Embedded Systems
Robotics & Embedded SystemsRobotics & Embedded Systems
Robotics & Embedded Systems
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system ppt
 
robotics ppt
robotics ppt robotics ppt
robotics ppt
 
embedded systems and robotics on avr platform
embedded systems and robotics on avr platformembedded systems and robotics on avr platform
embedded systems and robotics on avr platform
 
Robotics project ppt
Robotics project pptRobotics project ppt
Robotics project ppt
 
Embedded System Basics
Embedded System BasicsEmbedded System Basics
Embedded System Basics
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of Robotics
 
Robotics.Ppt
Robotics.PptRobotics.Ppt
Robotics.Ppt
 
Omni Directional Robot
Omni Directional RobotOmni Directional Robot
Omni Directional Robot
 
Training Report on embedded Systems and Robotics
Training Report on embedded  Systems and RoboticsTraining Report on embedded  Systems and Robotics
Training Report on embedded Systems and Robotics
 
Introduction to ROBOTICS
Introduction to ROBOTICSIntroduction to ROBOTICS
Introduction to ROBOTICS
 
Embedded system
Embedded systemEmbedded system
Embedded system
 
Robots presentation
Robots presentationRobots presentation
Robots presentation
 
Robot PowerPoint
Robot PowerPointRobot PowerPoint
Robot PowerPoint
 
ROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONSROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONS
 
Introduction To Robotics
Introduction To RoboticsIntroduction To Robotics
Introduction To Robotics
 
Lesson Plan (sensor)
Lesson Plan (sensor)Lesson Plan (sensor)
Lesson Plan (sensor)
 
An embedded systems laboratory to support rapid prototyping of robotics and t...
An embedded systems laboratory to support rapid prototyping of robotics and t...An embedded systems laboratory to support rapid prototyping of robotics and t...
An embedded systems laboratory to support rapid prototyping of robotics and t...
 
An embedded systems laboratory to support rapid prototyping of robotics and t...
An embedded systems laboratory to support rapid prototyping of robotics and t...An embedded systems laboratory to support rapid prototyping of robotics and t...
An embedded systems laboratory to support rapid prototyping of robotics and t...
 
Alive human detector
Alive human detectorAlive human detector
Alive human detector
 

Similar to An Introduction to Robotics and Embedded System

Ir sensor mechanism and interfacing with a micro controllers.PPT
Ir sensor mechanism and  interfacing with  a micro controllers.PPTIr sensor mechanism and  interfacing with  a micro controllers.PPT
Ir sensor mechanism and interfacing with a micro controllers.PPTkhairunnesa2
 
LINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTLINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTrehaan ukaye
 
line following robot
line following robotline following robot
line following robotRehnaz Razvi
 
Basic robotics workshop
Basic robotics workshopBasic robotics workshop
Basic robotics workshopPratik Dhaboo
 
Understanding robotics: Introductory Event | GDSC RCCIIT
Understanding robotics: Introductory Event | GDSC RCCIITUnderstanding robotics: Introductory Event | GDSC RCCIIT
Understanding robotics: Introductory Event | GDSC RCCIITGDSCRCCIITTeam
 
Tunnel robot ppt
Tunnel robot pptTunnel robot ppt
Tunnel robot pptshakshi58
 
340211628-Line-Follower-Robot-Presentation.pdf
340211628-Line-Follower-Robot-Presentation.pdf340211628-Line-Follower-Robot-Presentation.pdf
340211628-Line-Follower-Robot-Presentation.pdfdivyanshuranjan9973
 
IRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET Journal
 
Digital tachometer using pic18
Digital tachometer using pic18Digital tachometer using pic18
Digital tachometer using pic18Muhammad Usman
 
Metal detector robot
Metal detector robotMetal detector robot
Metal detector robotf114n
 
Line maze solver robot
Line maze solver robot Line maze solver robot
Line maze solver robot saiharsha41
 

Similar to An Introduction to Robotics and Embedded System (20)

LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010
 
Ir sensor mechanism and interfacing with a micro controllers.PPT
Ir sensor mechanism and  interfacing with  a micro controllers.PPTIr sensor mechanism and  interfacing with  a micro controllers.PPT
Ir sensor mechanism and interfacing with a micro controllers.PPT
 
LINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTLINE FOLLOWER ROBOT
LINE FOLLOWER ROBOT
 
Line Follower Robot
Line Follower RobotLine Follower Robot
Line Follower Robot
 
Automatic road light based on vehicles movement
Automatic road light based on vehicles movementAutomatic road light based on vehicles movement
Automatic road light based on vehicles movement
 
D1802051622
D1802051622D1802051622
D1802051622
 
line following robot
line following robotline following robot
line following robot
 
Edge detector & avoider robot
Edge detector & avoider robotEdge detector & avoider robot
Edge detector & avoider robot
 
Basic robotics workshop
Basic robotics workshopBasic robotics workshop
Basic robotics workshop
 
Project PPT.pptx
Project PPT.pptxProject PPT.pptx
Project PPT.pptx
 
Understanding robotics: Introductory Event | GDSC RCCIIT
Understanding robotics: Introductory Event | GDSC RCCIITUnderstanding robotics: Introductory Event | GDSC RCCIIT
Understanding robotics: Introductory Event | GDSC RCCIIT
 
Tunnel robot ppt
Tunnel robot pptTunnel robot ppt
Tunnel robot ppt
 
340211628-Line-Follower-Robot-Presentation.pdf
340211628-Line-Follower-Robot-Presentation.pdf340211628-Line-Follower-Robot-Presentation.pdf
340211628-Line-Follower-Robot-Presentation.pdf
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 
B044020609
B044020609B044020609
B044020609
 
IRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled Robot
 
Digital tachometer using pic18
Digital tachometer using pic18Digital tachometer using pic18
Digital tachometer using pic18
 
Metal detector robot
Metal detector robotMetal detector robot
Metal detector robot
 
Aman Khan's PPT FILE.pptx
Aman Khan's PPT FILE.pptxAman Khan's PPT FILE.pptx
Aman Khan's PPT FILE.pptx
 
Line maze solver robot
Line maze solver robot Line maze solver robot
Line maze solver robot
 

More from Peeyush Sahu CAPM®

More from Peeyush Sahu CAPM® (13)

UX - User Experience Design and Principles
UX - User Experience Design and PrinciplesUX - User Experience Design and Principles
UX - User Experience Design and Principles
 
OECS Guidlines for Corporate Governance
OECS Guidlines for Corporate GovernanceOECS Guidlines for Corporate Governance
OECS Guidlines for Corporate Governance
 
External Debt Management
External Debt ManagementExternal Debt Management
External Debt Management
 
Auto Sector in India
Auto Sector in IndiaAuto Sector in India
Auto Sector in India
 
Banking in India
Banking in IndiaBanking in India
Banking in India
 
The Good The Bad and The Ugly about Derivatives
The Good The Bad and The Ugly about DerivativesThe Good The Bad and The Ugly about Derivatives
The Good The Bad and The Ugly about Derivatives
 
Myanmar Socio Political Report
Myanmar Socio Political ReportMyanmar Socio Political Report
Myanmar Socio Political Report
 
Honda Siel Power Products Limited Research Report
Honda Siel Power Products Limited Research ReportHonda Siel Power Products Limited Research Report
Honda Siel Power Products Limited Research Report
 
AMTEK Research Report
AMTEK Research ReportAMTEK Research Report
AMTEK Research Report
 
Navneet Education Ltd
Navneet Education LtdNavneet Education Ltd
Navneet Education Ltd
 
SREI Infrastructure Finance Research Report
SREI Infrastructure Finance Research ReportSREI Infrastructure Finance Research Report
SREI Infrastructure Finance Research Report
 
PGPSM Placements 2014-15 Brochure
PGPSM Placements 2014-15 BrochurePGPSM Placements 2014-15 Brochure
PGPSM Placements 2014-15 Brochure
 
An Introduction to Cryptology
An Introduction to CryptologyAn Introduction to Cryptology
An Introduction to Cryptology
 

Recently uploaded

MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxAnupam32727
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 

Recently uploaded (20)

MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 

An Introduction to Robotics and Embedded System

  • 1.
  • 2. Introduction to Robotics :  Robotics is the study of the design, construction and use of robots.  These technology represent a practical application of Physics, Computer Science, Engineering and Mathematics .  It provides a variety of Engineering Concepts.  Every Automated systems can be stated as a Robot.
  • 4. Why do we need a Robot :  To perform a Job accurately and efficiently.  To perform a job safely.  To achieve High Throughput (Work done per Unit time).  To avoid mistakes.  To perform a job continuously without getting tired.  A robot never says “No, I’ll not do this job because it is not interesting”.  Actually, there are endless reasons for using Robots.
  • 5. What is Robot : "A reprogrammable, multifunctional manipulator designed to move material, parts, tools, or specialized devices through various programmed motions for the performance of a variety of tasks“. An automatic device that performs functions normally ascribed to humans or a machine in the form of a human.
  • 6. So let’s start doing Robotics by INVENTING THE TECHNOLOGY WE DESIRE !!!
  • 7. How to Plan a Robot :  It depends upon the requirements.  We have to fix the environment for the Robot.  For example, if we want a robot who will make coffee than the materials required for that are known to Robot. So that the Robot can take materials from there to complete the Process. But if we are unable to do that than we have to develop a robot, having the capabilities for identifying the Objects.
  • 8. How to understand the Logic of Robot :  Let’s take an example of such a robot who will go to market and buy vegetables. In this condition , the robot has the capabilities of identifying the vegetables, streets, available shortest path from the source to destination etc.
  • 9. Types of Robot :  Industrial Robots : -materials handling -welding -inspection -improving productivity -Laboratory applications  Mobile Robots : - Robots that move around on legs, tracks or wheels. - In 1979 a nuclear accident in the USA caused a leak of radioactive material. Led to production of special robot -Teleoperator to handle the radioactive material.  Educational Robots  Domestic Robots
  • 10. Current Scenario :  A first particular new innovation in robot design is the open sourcing of robot-projects.  Currently, there are about 1 million industrial robots toiling around the world, and Japan is the top country having high density of utilizing robots in its manufacturing industry  Certification The Robotics Certification Standards Alliance (RCSA) is an international robotics certification authority who confers various industry and educational related robotics certifications.
  • 11. Rules of Robotics (Asimov’s law of Robotics) :  A robot may not injure a human being, or, through inaction, allow a human being to come to harm  A robot must obey orders given it by human beings, except where such orders would conflict with the First Law.  A robot must protect its own existence as long as such protection does not conflict with the First or Second Law. Zeroth Law :  No robot may harm humanity or through inaction allow humanity to come to harm.
  • 12. Introduction to Basic Electronic Components Used in Robot ….
  • 13. The following are the basic electronic components we have to use in a Robot : - Resistor - Capacitor - Diodes - Transistors - Motors - Power Supply - Sensors
  • 14. Resistor : Resistors are the obstacles in the path of the electrons flowing in the wire. We use Resistor because :  Limiting current to another component.  Reducing voltage in some parts of the Circuit.  Controlling the voltage / current flowing into another component.  Protecting the inputs of sensitive components.
  • 15. Types of Resistor : Variable Resistor Light Dependent Resistor Circuit Symbol
  • 16. Capacitor :  Capacitor store electrons by attracting them to Positive Voltage.  When the voltage is reduced or removed the electrons move disappear off. These are used for :  Creating Timers.  Smoothing out voltage.  Blocking DC Current.  Adjust Frequency.
  • 17. Types of Capacitor : Electrolytic Capacitor Ceramic Capacitor
  • 18. Diodes : Diode is a two terminal electronic component that conducts electric current in only one direction. Types of Diode : Silicon P-N Junction Diode : Light Emitting Diode Photo Diode Anode Cathode
  • 19. Transistors : Transistors are a kind of Switches. We can control the switch using voltage on base pin. The transistors we are using are : P-N-P , N-P-N , Phototransistor N-P-N Photo Transistor +V Infrared Photo Transistor +Vout θ Resistor (~ 10 K) Working of 2N2222 (NPN) Transistor IR Sensor circuit by Phototransistor
  • 20. Motors : Motors are used to provide the motion to machine directly. There are four types of Motors : DC Motor DC Geared Motor Stepper Motor Servo Motor
  • 21. Power Supply / Source :  In Robotics we use 12 V and 1 A power supply generally but it can vary up to 12 V and 5 A.  It depends upon the Circuit Requirements.  We can use the Voltage Regulator to increase or decrease the value of Voltage as per the requirement. 7805 Voltage Regulator
  • 22. Sensors :  Sensors are the devices which are used to sense the changes that occur in their surroundings. Types of Sensors :
  • 23. IR Sensor :  There is one emitter and one detector.  Emitter emits IR rays and the detector detects it.  Black LED is an emitter and White LED is the Photo Diode.  It consists three components : IR LED, Photo Diode, Op-Amp (LM358 IC). IR LED Photo Diode IR LED Op-Amp (LM358) Three Pin Photo Connector Diode Indicator Potentiometer LED
  • 24. Working of Sensor :  Black LED generating IR rays and these rays are reflected by the surface. (If the surface is black than it will absorb the Light)  The Photodiode senses the light and indicator LED shows the result that whether there is an object or not.  If indicator LED is on than the result is +ve and when it is off then the result is -ve.
  • 25.
  • 26. What is a Line Follower Robot :  Robot which follows a Line whether it is Curvy or Straight or Divergence.  We are going to make a machine which will follow a black line on white background.  If there is any divergence or any cross points in the path of the machine then it will stop in such case.  These type of case will be solved by the Intelligent Line Follower.  We are using the AVR ATMega16 Microcontroller to build this Robot.
  • 27. Components Required : 1. Development Board – 1 No. 2. Caster Wheel – 2 No. 3. IR Sensor Kit – 2 No. 4. Battery – 6 Volt 5. Wheel Clamps – 2 No. 6. Geared Motors – 2 No. 7. Connecting Chords as required.
  • 28.
  • 30. Working of Line Follower Left Sensor Right Sensor If left sensor detect the light surface and right sensor detect dark surface then the robot will turn right. Left Sensor Right Sensor If left sensor detect the dark surface and right sensor detect light surface then the robot will turn left.
  • 31. Working of Simple Line Follower
  • 32. How Line Follower Works …
  • 33. How to Program a Robot … Required Software : Operating System : Windows XP, Vista, Windows 7 Tools : AVR Studio. (Current versions has AVR-GCC plug-in to write code in C) Compiler : IAR, Image Craft , Code Vision AVR, Win AVR Loader : AVR Loader by Robosapiens India Required Hardware :  USB Programmer  Connecting Cord
  • 35.
  • 36. 1. Synthetic Aperture Radar (SAR) Antenna 2. Inertial Navigation System/GPS 3. Ku-Band Satellite Communications Antenna 4. Video Cassette Recorder 5. GPS Antennas (Left and Right) 6. APX-100 Identification Friend or Foe Transponder 7. Ku-Band Satellite Communications Sensor Processor Modem Assembly 8. C-Band Upper Omni directional Antenna Bracket 9. Forward Fuel Cell Assembly 10. Aft Fuel Cell Assembly 11. Accessory Bay 12. Engine Cooling Fan 13. Oil Cooler/Radiator 14. 914F Engine 15. Tail Servo (Left and Right) 16. Battery Assembly #2 17. Power Supply 18. Battery Assembly #1 19. Aft Equipment Bay Tray 20. Secondary Control Module 21. Synthetic Aperture Radar Processor/AGM-114 Electronics Assembly 22. Primary Control Module 23. Front Bay Avionics Tray 24. ARC-210 Receiver/Transmitter 25. Flight Sensor Unit 26. Video Encoder 27. De-ice Controller 28. Electro-Optical/Infrared Sensor/AN/AAS-52(V)1 Electronics Assembly 29. Front Bay Payload Tray 30. Ice Detector 31. Synthetic Aperture Radar (SAR) Receiver/Transmitter 32. Nose Camera Assembly