Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: robotics full report
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
robotics full report


[attachment=19972]

This Project Line Following Autonomous Robot is based on 8 bit Microcontroller AT89C2051. This Robot follows the black line which is drawn over the white surface or it follows the white line which is drawn over the black surface. The infrared sensors are used to sense the line. When the infrared signal falls on the white surface, it gets reflected and if it falls on the black surface, it is not reflected this principle is used to scan the Lines for the Robot.
All the above systems are controlled by the Microcontroller. In our project we are using the popular 8 bit microcontroller AT89C2051. It is a 20 pin microcontroller.
The Microcontroller AT89C2051 is used to control the motors. It gets the signals from the infrared sensors and it drives the motors according to the sensor inputs. Two stepper motors are used to drive the robot.



Pick and Place robot

Operating Modes: This project is available in 2 operating modes
1) Keypad controlled (wired control)
2) Mobile controlled (wireless control through mobile calling)

INTRODUCTION:
In this highly developing society; time and man power are critical constrains for completion of task in large scales. The automation is playing important role to save human efforts in most of the regular and frequently carried works e.g. most of the industrial jobs like welding, painting, assembly, container filling etc. one of the major and most commonly performed work is picking and placing of jobs from source to destination. For this purpose, pick and place robot maybe used.
The pick and place robot is a microcontroller based mechatronic system that detects the object, picks that object from source location and places at desired location. For detection of object, infrared sensors are used which detect presence of object as the transmitter to receiver path for infrared sensor is interrupted by placed object. As soon as robot senses presence of object, it moves towards object, picks it with end effectors, and moves along way gantry and finally place it on destination.
If another object causes interrupt, it again does the same job. Whole process is controlled by micro controller.



OPERATION OF ROBOT:

1. Initially we will assume the rest position of entire system, i.e. state when no object is placed.
2. At this stage, photo detector is having its output high, since receiver of sensor can receive photons from transmitter as no object I in its path to interrupt.
3. As soon as object is placed at the picking platform, the sensor gets interrupted and outputs low. This signal is sent to the microcontroller which is burnt with program which tells what operation is to be performed at this stage.
4. For understanding operation, let us rename the two motors used here. Let the name of gantry motor be M1 and that for end effecter motor is M2.
5. Now as microcontroller detects that object is placed, it moves motor M1 in say clockwise direction for a fixed time due to which whole arm moves towards picking platform.
6. As it reaches there, M1 stops and now motor M2 is started in say clockwise direction to hold the object by closing jaw. This motor also, is on for particular fixed time instant.
7. As M2 gets off, motor M1 is moved again in opposite (here anticlockwise) direction till the time it reaches the placing platform.