Wireless Pick and Place Surveillance Robot

44
WIRELESS PICK AND PLACE SURVEILLANCE ROBOT Presented by: ZEENAT SABA KHAN SHEEN KAUL PRATIK SINGH

description

This project is about controlling the wireless camera mounted robot through PC using RF module at the same thin to pick any light object & place it.-Zeenat Saba Khan

Transcript of Wireless Pick and Place Surveillance Robot

Page 1: Wireless Pick and Place Surveillance Robot

WIRELESS PICK AND PLACE SURVEILLANCE ROBOT Presented by:

ZEENAT SABA KHAN

SHEEN KAUL

PRATIK SINGH

Page 2: Wireless Pick and Place Surveillance Robot

TABLE OF CONTENTS

1) INTRODUCTION

2) SYSTEM DESIGN

3) ELECTRONIC ASPECT

4) MECHANICAL ASPECT

5) SOFTWARE ASPECT

6) PCB DESIGNING

7) SALIENT FEATURES

8) COMPONENTS USED

9) CONCLUSION

10) REFERENCE

Page 3: Wireless Pick and Place Surveillance Robot

NEED OF PROJECT

Page 4: Wireless Pick and Place Surveillance Robot

Extensive applications in hazardous conditions

Replaced massive human work force

Areas of application:

Medical science

Surgeries

Defense

Artificial intelligence

Page 5: Wireless Pick and Place Surveillance Robot

We extended applications of robotics

To use in industries for purpose of picking and

placing objects

To use it in case of wars

To pull out casualties from war front

Autonomous robot that could reach far and wide

This gave birth to surveillance pick and place robot

Page 6: Wireless Pick and Place Surveillance Robot

GENERAL DESIGN

Page 7: Wireless Pick and Place Surveillance Robot

Defined as mechanical design capable of

performing tasks in human like manner

Requires expertise and programming

Sub systems

Pick and place robot has an arm and a

wireless camera

Serves the purpose of surveillance

Page 8: Wireless Pick and Place Surveillance Robot

AIM

Thus a machine that is

Compact

Rugged

Efficient

Capable of pick and place

Operate from a remote place

Controls motion of robotic arm

Page 9: Wireless Pick and Place Surveillance Robot

STEPS OF IMPLEMENTATION

Designer needs to be fully aware of

system requirements

Process begins with hardware design

o Mechanical design assembly

o Stable structure capable of bearing load

Page 10: Wireless Pick and Place Surveillance Robot

Electronic circuit is designed in ‘eagle’

o Microcontroller is chosen

o Circuit designed around it

Implementation of code

o Code is compiled using ‘KEIL’ compiler

Code tested on simulators

o Adjustments made on code

o Removal of errors

Page 11: Wireless Pick and Place Surveillance Robot

PCB for the main board is etched

o Components are mounted

o Soldering is done

Testing of entire system

o Put through tasks

o Performance parameters are observed

o System checked for faults

Page 12: Wireless Pick and Place Surveillance Robot

ELECTRONIC ASPECT

Page 13: Wireless Pick and Place Surveillance Robot

BLOCK DIAGRAM

Page 14: Wireless Pick and Place Surveillance Robot

MAIN CIRCUIT DIAGRAM

Page 15: Wireless Pick and Place Surveillance Robot

WORKING OF MOTOR

Page 16: Wireless Pick and Place Surveillance Robot

RF MODULE

Page 17: Wireless Pick and Place Surveillance Robot

MECHANICAL ASPECT

Page 18: Wireless Pick and Place Surveillance Robot

FEATURES OF THE MECHANICAL DESIN: 

Two motors for running the wheels of the robot.

Two motors for the movement of robotic arm.

Movement up and down

Movement of jaw open and close

Wireless Camera on top of the assembly

Rectangular metal box as the base

A Belt around wheels, in order to save on the usage of hardware.

Page 19: Wireless Pick and Place Surveillance Robot

TOP VIEW

Page 20: Wireless Pick and Place Surveillance Robot

SIDE VIEW

Page 21: Wireless Pick and Place Surveillance Robot

FRONT VIEW

Page 22: Wireless Pick and Place Surveillance Robot

SOFTWARE ASPECT

Page 23: Wireless Pick and Place Surveillance Robot

Q. WHY KIEL?

ANSWER:

For coding the CPU, we have utilized the KEIL software.

It enables the programmer to use high level languages

such as C to code the microcomputer.

KEIL encases and supports a well equipped chip library

from a variety of manufacturers.

It supports various register architectures which can be

incorporated in the code by including a header file.

Page 24: Wireless Pick and Place Surveillance Robot

WINDOW OF KEIL COMPILER

Page 25: Wireless Pick and Place Surveillance Robot
Page 26: Wireless Pick and Place Surveillance Robot

PCB DESIGNING

Page 27: Wireless Pick and Place Surveillance Robot

Easily Applicable Graphical Layout Editor(EAGLE)

Page 28: Wireless Pick and Place Surveillance Robot
Page 29: Wireless Pick and Place Surveillance Robot
Page 30: Wireless Pick and Place Surveillance Robot
Page 31: Wireless Pick and Place Surveillance Robot

APPLICATIONS:

Military applications Surveillance device

To pull out casualties

Can be used to transport objects just

on a click of a button

Industrial applications Loading of objects

Serving security purposes

Surveillance

Reaching places out of human reach

Page 32: Wireless Pick and Place Surveillance Robot

ADVANTAGES:

Wireless

Simple design

Reliable

Easy up gradation

Organized control

Page 33: Wireless Pick and Place Surveillance Robot

89C51 MICROCONTROLLER

Page 34: Wireless Pick and Place Surveillance Robot

FEATURES

Compatible with MCS-51™ Products

4K Bytes of In-System Reprogrammable Flash Memory

Fully Static Operation: 0 Hz to 24 MHz

Three-level Program Memory Lock

128 x 8-bit Internal RAM

32 Programmable I/O Lines

Two 16-bit Timer/Counters

Six Interrupt Sources

Programmable Serial Channel

Low-power Idle and Power-down Modes

Page 35: Wireless Pick and Place Surveillance Robot
Page 36: Wireless Pick and Place Surveillance Robot

7805 VOLTAGE

REGULATOR

Page 37: Wireless Pick and Place Surveillance Robot

FEATURES

Output Current up to 1A

Output Voltages of 5, 6, 8, 9, 10, 12, 15, 18, 24V

Thermal Overload Protection

Short Circuit Protection

Output Transistor Safe Operating Area Protection

Page 38: Wireless Pick and Place Surveillance Robot

L293D LINE DRIVER

600mA Output current capability per

channel

Over temperature protection

Logical “0” input voltage up to 1.5 v

Internal clamp diodes

Page 39: Wireless Pick and Place Surveillance Robot

High voltage, high current four channel driver

Accepts TTL logic levels

Drives inductive loads (DC motors)

Each channel has enable input

Suitable for use in switching applications at

freq up to 5 KHZ

Page 40: Wireless Pick and Place Surveillance Robot

PIN CONNECTIONS

Page 41: Wireless Pick and Place Surveillance Robot

Microcontroller insufficient to drive

motors

L293D consists of array of darling ton

current amplifiers

It helps to boost supply to motors

Page 42: Wireless Pick and Place Surveillance Robot

INTERFACING OF L293D WITH MICROCONTROLLER

Page 43: Wireless Pick and Place Surveillance Robot

DC MOTORS

Low torque and high speed devices

Gear set can be used to increase torque at the

cost of speed

The movement of shaft is smooth

Easiest to operate

Can rotate in both directions

Thus speed needs to be controlled to handle it

Page 44: Wireless Pick and Place Surveillance Robot

RESULT AND CONCLUSION