SlideShare a Scribd company logo
An Introduction to Robotics and Embedded System
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.
An Introduction to Robotics and Embedded System
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.
An Introduction to Robotics and Embedded System
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
An Introduction to Robotics and Embedded System
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
Ad

More Related Content

What's hot (20)

Ppt 3 - IOT logic design
Ppt   3 - IOT logic designPpt   3 - IOT logic design
Ppt 3 - IOT logic design
udhayakumarc1
 
Obstacle Avoidance Robotic Vehicle
Obstacle Avoidance Robotic VehicleObstacle Avoidance Robotic Vehicle
Obstacle Avoidance Robotic Vehicle
Edgefxkits & Solutions
 
Chebyshev filter
Chebyshev filterChebyshev filter
Chebyshev filter
MOHAMMAD AKRAM
 
Women Security Assistance system with GPS tracking and messaging system
Women Security Assistance system with GPS tracking and messaging system Women Security Assistance system with GPS tracking and messaging system
Women Security Assistance system with GPS tracking and messaging system
Uttej Kumar Palavai
 
Introduction to ESP32 Programming [Road to RIoT 2017]
Introduction to ESP32 Programming [Road to RIoT 2017]Introduction to ESP32 Programming [Road to RIoT 2017]
Introduction to ESP32 Programming [Road to RIoT 2017]
Alwin Arrasyid
 
Pic microcontroller architecture
Pic microcontroller architecturePic microcontroller architecture
Pic microcontroller architecture
DominicHendry
 
IOT and Characteristics of IOT
IOT and  Characteristics of IOTIOT and  Characteristics of IOT
IOT and Characteristics of IOT
AmberSinghal1
 
SMART TRAFFIC CONTROL
SMART TRAFFIC CONTROLSMART TRAFFIC CONTROL
SMART TRAFFIC CONTROL
thrishna Jayaraj
 
Home automation using IoT
Home automation using IoTHome automation using IoT
Home automation using IoT
Athira_1993
 
Smart Lighting Using IOT
Smart Lighting Using IOTSmart Lighting Using IOT
Smart Lighting Using IOT
Shrikant Chandan
 
Automated Traffic Light control using 8051 microcontroller
Automated Traffic Light control using 8051 microcontrollerAutomated Traffic Light control using 8051 microcontroller
Automated Traffic Light control using 8051 microcontroller
VijayMaheshwari12
 
Arduino bluetooth controlled robot
Arduino bluetooth controlled robotArduino bluetooth controlled robot
Arduino bluetooth controlled robot
UVSofts Technologies
 
Fire fighting Robot
Fire fighting RobotFire fighting Robot
Fire fighting Robot
Srikanth Vas
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robot
Rahuldey1991
 
An IOT based Smart Traffic Management System
An IOT based Smart Traffic Management SystemAn IOT based Smart Traffic Management System
An IOT based Smart Traffic Management System
AI Publications
 
Automated Plant Watering System
Automated Plant Watering SystemAutomated Plant Watering System
Automated Plant Watering System
Soumyadeep Kal
 
Rfid ppt 8th sem
Rfid ppt 8th semRfid ppt 8th sem
Rfid ppt 8th sem
Amit Ranjan
 
Discrete Fourier Transform
Discrete Fourier TransformDiscrete Fourier Transform
Discrete Fourier Transform
Abhishek Choksi
 
Lic lab manual
Lic lab manualLic lab manual
Lic lab manual
AJAL A J
 
Branch instructions in 8051 micrcocontroller
Branch instructions in 8051 micrcocontrollerBranch instructions in 8051 micrcocontroller
Branch instructions in 8051 micrcocontroller
UshaRani289
 
Ppt 3 - IOT logic design
Ppt   3 - IOT logic designPpt   3 - IOT logic design
Ppt 3 - IOT logic design
udhayakumarc1
 
Women Security Assistance system with GPS tracking and messaging system
Women Security Assistance system with GPS tracking and messaging system Women Security Assistance system with GPS tracking and messaging system
Women Security Assistance system with GPS tracking and messaging system
Uttej Kumar Palavai
 
Introduction to ESP32 Programming [Road to RIoT 2017]
Introduction to ESP32 Programming [Road to RIoT 2017]Introduction to ESP32 Programming [Road to RIoT 2017]
Introduction to ESP32 Programming [Road to RIoT 2017]
Alwin Arrasyid
 
Pic microcontroller architecture
Pic microcontroller architecturePic microcontroller architecture
Pic microcontroller architecture
DominicHendry
 
IOT and Characteristics of IOT
IOT and  Characteristics of IOTIOT and  Characteristics of IOT
IOT and Characteristics of IOT
AmberSinghal1
 
Home automation using IoT
Home automation using IoTHome automation using IoT
Home automation using IoT
Athira_1993
 
Automated Traffic Light control using 8051 microcontroller
Automated Traffic Light control using 8051 microcontrollerAutomated Traffic Light control using 8051 microcontroller
Automated Traffic Light control using 8051 microcontroller
VijayMaheshwari12
 
Arduino bluetooth controlled robot
Arduino bluetooth controlled robotArduino bluetooth controlled robot
Arduino bluetooth controlled robot
UVSofts Technologies
 
Fire fighting Robot
Fire fighting RobotFire fighting Robot
Fire fighting Robot
Srikanth Vas
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robot
Rahuldey1991
 
An IOT based Smart Traffic Management System
An IOT based Smart Traffic Management SystemAn IOT based Smart Traffic Management System
An IOT based Smart Traffic Management System
AI Publications
 
Automated Plant Watering System
Automated Plant Watering SystemAutomated Plant Watering System
Automated Plant Watering System
Soumyadeep Kal
 
Rfid ppt 8th sem
Rfid ppt 8th semRfid ppt 8th sem
Rfid ppt 8th sem
Amit Ranjan
 
Discrete Fourier Transform
Discrete Fourier TransformDiscrete Fourier Transform
Discrete Fourier Transform
Abhishek Choksi
 
Lic lab manual
Lic lab manualLic lab manual
Lic lab manual
AJAL A J
 
Branch instructions in 8051 micrcocontroller
Branch instructions in 8051 micrcocontrollerBranch instructions in 8051 micrcocontroller
Branch instructions in 8051 micrcocontroller
UshaRani289
 

Viewers also liked (20)

Robotics & Embedded Systems
Robotics & Embedded SystemsRobotics & Embedded Systems
Robotics & Embedded Systems
anishgoel
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system ppt
Nilgiri publicity
 
robotics ppt
robotics ppt robotics ppt
robotics ppt
sivabenten1
 
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
Neha Sharma
 
ppt on embedded system
ppt on embedded systemppt on embedded system
ppt on embedded system
manish katara
 
Robotics project ppt
Robotics project pptRobotics project ppt
Robotics project ppt
Vundavalli Shreya
 
Embedded System Basics
Embedded System BasicsEmbedded System Basics
Embedded System Basics
Dr M Muruganandam Masilamani
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of Robotics
Ameya Gandhi
 
Robotics.Ppt
Robotics.PptRobotics.Ppt
Robotics.Ppt
guest3860287
 
Omni Directional Robot
Omni Directional RobotOmni Directional Robot
Omni Directional Robot
prashanth15
 
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
NIT Raipur
 
Introduction to ROBOTICS
Introduction to ROBOTICSIntroduction to ROBOTICS
Introduction to ROBOTICS
elliando dias
 
Embedded system
Embedded systemEmbedded system
Embedded system
Anmol Bagga
 
Robots presentation
Robots presentationRobots presentation
Robots presentation
aroobkazim
 
Robot PowerPoint
Robot PowerPointRobot PowerPoint
Robot PowerPoint
bradschultz
 
ROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONSROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONS
Anmol Seth
 
Introduction To Robotics
Introduction To RoboticsIntroduction To Robotics
Introduction To Robotics
parthmullick
 
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
 
Robotics & Embedded Systems
Robotics & Embedded SystemsRobotics & Embedded Systems
Robotics & Embedded Systems
anishgoel
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system ppt
Nilgiri 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 platform
Neha Sharma
 
ppt on embedded system
ppt on embedded systemppt on embedded system
ppt on embedded system
manish katara
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of Robotics
Ameya Gandhi
 
Omni Directional Robot
Omni Directional RobotOmni Directional Robot
Omni Directional Robot
prashanth15
 
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
NIT Raipur
 
Introduction to ROBOTICS
Introduction to ROBOTICSIntroduction to ROBOTICS
Introduction to ROBOTICS
elliando dias
 
Robots presentation
Robots presentationRobots presentation
Robots presentation
aroobkazim
 
Robot PowerPoint
Robot PowerPointRobot PowerPoint
Robot PowerPoint
bradschultz
 
ROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONSROBOTICS AND ITS APPLICATIONS
ROBOTICS AND ITS APPLICATIONS
Anmol Seth
 
Introduction To Robotics
Introduction To RoboticsIntroduction To Robotics
Introduction To Robotics
parthmullick
 
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
 
Ad

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
Journal For Research
 
Line Follower Robot
Line Follower RobotLine Follower Robot
Line Follower Robot
Bikram Prasad
 
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
khairunnesa2
 
LINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTLINE FOLLOWER ROBOT
LINE FOLLOWER ROBOT
rehaan ukaye
 
Line Follower Robot
Line Follower RobotLine Follower Robot
Line Follower Robot
Ahmed A. Arefin
 
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
Indian Institute of Technology Guwahati
 
D1802051622
D1802051622D1802051622
D1802051622
IOSR Journals
 
line following robot
line following robotline following robot
line following robot
Rehnaz Razvi
 
Edge detector & avoider robot
Edge detector & avoider robotEdge detector & avoider robot
Edge detector & avoider robot
UVSofts Technologies
 
Basic robotics workshop
Basic robotics workshopBasic robotics workshop
Basic robotics workshop
Pratik Dhaboo
 
Project PPT.pptx
Project PPT.pptxProject PPT.pptx
Project PPT.pptx
SamiullaPatel1
 
Understanding robotics: Introductory Event | GDSC RCCIIT
Understanding robotics: Introductory Event | GDSC RCCIITUnderstanding robotics: Introductory Event | GDSC RCCIIT
Understanding robotics: Introductory Event | GDSC RCCIIT
GDG on Campus RCCIIT
 
Tunnel robot ppt
Tunnel robot pptTunnel robot ppt
Tunnel robot ppt
shakshi58
 
340211628-Line-Follower-Robot-Presentation.pdf
340211628-Line-Follower-Robot-Presentation.pdf340211628-Line-Follower-Robot-Presentation.pdf
340211628-Line-Follower-Robot-Presentation.pdf
divyanshuranjan9973
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
UVSofts Technologies
 
B044020609
B044020609B044020609
B044020609
IJERA Editor
 
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
IRJET Journal
 
Digital tachometer using pic18
Digital tachometer using pic18Digital tachometer using pic18
Digital tachometer using pic18
Muhammad Usman
 
Metal detector robot
Metal detector robotMetal detector robot
Metal detector robot
f114n
 
Aman Khan's PPT FILE.pptx
Aman Khan's PPT FILE.pptxAman Khan's PPT FILE.pptx
Aman Khan's PPT FILE.pptx
AnkitSharma892379
 
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
khairunnesa2
 
LINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTLINE FOLLOWER ROBOT
LINE FOLLOWER ROBOT
rehaan ukaye
 
line following robot
line following robotline following robot
line following robot
Rehnaz Razvi
 
Basic robotics workshop
Basic robotics workshopBasic robotics workshop
Basic robotics workshop
Pratik Dhaboo
 
Understanding robotics: Introductory Event | GDSC RCCIIT
Understanding robotics: Introductory Event | GDSC RCCIITUnderstanding robotics: Introductory Event | GDSC RCCIIT
Understanding robotics: Introductory Event | GDSC RCCIIT
GDG on Campus RCCIIT
 
Tunnel robot ppt
Tunnel robot pptTunnel robot ppt
Tunnel robot ppt
shakshi58
 
340211628-Line-Follower-Robot-Presentation.pdf
340211628-Line-Follower-Robot-Presentation.pdf340211628-Line-Follower-Robot-Presentation.pdf
340211628-Line-Follower-Robot-Presentation.pdf
divyanshuranjan9973
 
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
IRJET Journal
 
Digital tachometer using pic18
Digital tachometer using pic18Digital tachometer using pic18
Digital tachometer using pic18
Muhammad Usman
 
Metal detector robot
Metal detector robotMetal detector robot
Metal detector robot
f114n
 
Ad

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
Peeyush Sahu CAPM®
 
OECS Guidlines for Corporate Governance
OECS Guidlines for Corporate GovernanceOECS Guidlines for Corporate Governance
OECS Guidlines for Corporate Governance
Peeyush Sahu CAPM®
 
External Debt Management
External Debt ManagementExternal Debt Management
External Debt Management
Peeyush Sahu CAPM®
 
Auto Sector in India
Auto Sector in IndiaAuto Sector in India
Auto Sector in India
Peeyush Sahu CAPM®
 
Banking in India
Banking in IndiaBanking in India
Banking in India
Peeyush Sahu CAPM®
 
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
Peeyush Sahu CAPM®
 
Myanmar Socio Political Report
Myanmar Socio Political ReportMyanmar Socio Political Report
Myanmar Socio Political Report
Peeyush Sahu CAPM®
 
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
Peeyush Sahu CAPM®
 
AMTEK Research Report
AMTEK Research ReportAMTEK Research Report
AMTEK Research Report
Peeyush Sahu CAPM®
 
Navneet Education Ltd
Navneet Education LtdNavneet Education Ltd
Navneet Education Ltd
Peeyush Sahu CAPM®
 
SREI Infrastructure Finance Research Report
SREI Infrastructure Finance Research ReportSREI Infrastructure Finance Research Report
SREI Infrastructure Finance Research Report
Peeyush Sahu CAPM®
 
PGPSM Placements 2014-15 Brochure
PGPSM Placements 2014-15 BrochurePGPSM Placements 2014-15 Brochure
PGPSM Placements 2014-15 Brochure
Peeyush Sahu CAPM®
 
An Introduction to Cryptology
An Introduction to CryptologyAn Introduction to Cryptology
An Introduction to Cryptology
Peeyush Sahu CAPM®
 

Recently uploaded (20)

How To Maximize Sales Performance using Odoo 18 Diverse views in sales module
How To Maximize Sales Performance using Odoo 18 Diverse views in sales moduleHow To Maximize Sales Performance using Odoo 18 Diverse views in sales module
How To Maximize Sales Performance using Odoo 18 Diverse views in sales module
Celine George
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
Nguyen Thanh Tu Collection
 
Overview Well-Being and Creative Careers
Overview Well-Being and Creative CareersOverview Well-Being and Creative Careers
Overview Well-Being and Creative Careers
University of Amsterdam
 
How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18
Celine George
 
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon DolabaniHistory Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
fruinkamel7m
 
Chemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptxChemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptx
Mayuri Chavan
 
Cultivation Practice of Garlic in Nepal.pptx
Cultivation Practice of Garlic in Nepal.pptxCultivation Practice of Garlic in Nepal.pptx
Cultivation Practice of Garlic in Nepal.pptx
UmeshTimilsina1
 
LDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDMMIA Reiki News Ed3 Vol1 For Team and GuestsLDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDM & Mia eStudios
 
Cultivation Practice of Onion in Nepal.pptx
Cultivation Practice of Onion in Nepal.pptxCultivation Practice of Onion in Nepal.pptx
Cultivation Practice of Onion in Nepal.pptx
UmeshTimilsina1
 
Myopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduateMyopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduate
Mohamed Rizk Khodair
 
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Leonel Morgado
 
Transform tomorrow: Master benefits analysis with Gen AI today webinar, 30 A...
Transform tomorrow: Master benefits analysis with Gen AI today webinar,  30 A...Transform tomorrow: Master benefits analysis with Gen AI today webinar,  30 A...
Transform tomorrow: Master benefits analysis with Gen AI today webinar, 30 A...
Association for Project Management
 
CNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscessCNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscess
Mohamed Rizk Khodair
 
How to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 PurchaseHow to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 Purchase
Celine George
 
Module 1: Foundations of Research
Module 1: Foundations of ResearchModule 1: Foundations of Research
Module 1: Foundations of Research
drroxannekemp
 
Myasthenia gravis (Neuromuscular disorder)
Myasthenia gravis (Neuromuscular disorder)Myasthenia gravis (Neuromuscular disorder)
Myasthenia gravis (Neuromuscular disorder)
Mohamed Rizk Khodair
 
Pope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptxPope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptx
Martin M Flynn
 
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptxTERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
PoojaSen20
 
puzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tensepuzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tense
OlgaLeonorTorresSnch
 
What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)
jemille6
 
How To Maximize Sales Performance using Odoo 18 Diverse views in sales module
How To Maximize Sales Performance using Odoo 18 Diverse views in sales moduleHow To Maximize Sales Performance using Odoo 18 Diverse views in sales module
How To Maximize Sales Performance using Odoo 18 Diverse views in sales module
Celine George
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
Nguyen Thanh Tu Collection
 
Overview Well-Being and Creative Careers
Overview Well-Being and Creative CareersOverview Well-Being and Creative Careers
Overview Well-Being and Creative Careers
University of Amsterdam
 
How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18
Celine George
 
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon DolabaniHistory Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
fruinkamel7m
 
Chemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptxChemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptx
Mayuri Chavan
 
Cultivation Practice of Garlic in Nepal.pptx
Cultivation Practice of Garlic in Nepal.pptxCultivation Practice of Garlic in Nepal.pptx
Cultivation Practice of Garlic in Nepal.pptx
UmeshTimilsina1
 
LDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDMMIA Reiki News Ed3 Vol1 For Team and GuestsLDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDM & Mia eStudios
 
Cultivation Practice of Onion in Nepal.pptx
Cultivation Practice of Onion in Nepal.pptxCultivation Practice of Onion in Nepal.pptx
Cultivation Practice of Onion in Nepal.pptx
UmeshTimilsina1
 
Myopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduateMyopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduate
Mohamed Rizk Khodair
 
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Leonel Morgado
 
Transform tomorrow: Master benefits analysis with Gen AI today webinar, 30 A...
Transform tomorrow: Master benefits analysis with Gen AI today webinar,  30 A...Transform tomorrow: Master benefits analysis with Gen AI today webinar,  30 A...
Transform tomorrow: Master benefits analysis with Gen AI today webinar, 30 A...
Association for Project Management
 
CNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscessCNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscess
Mohamed Rizk Khodair
 
How to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 PurchaseHow to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 Purchase
Celine George
 
Module 1: Foundations of Research
Module 1: Foundations of ResearchModule 1: Foundations of Research
Module 1: Foundations of Research
drroxannekemp
 
Myasthenia gravis (Neuromuscular disorder)
Myasthenia gravis (Neuromuscular disorder)Myasthenia gravis (Neuromuscular disorder)
Myasthenia gravis (Neuromuscular disorder)
Mohamed Rizk Khodair
 
Pope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptxPope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptx
Martin M Flynn
 
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptxTERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
PoojaSen20
 
puzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tensepuzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tense
OlgaLeonorTorresSnch
 
What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)
jemille6
 

An Introduction to Robotics and Embedded System

  • 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.
  • 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.
  • 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
  • 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
  翻译: