THESIS

112
Cell Phone Oriented Robotic Vehicle Project report submitted In partial fulfillment for the degree of Bachelor of Technology in Electronics and Instrumentation Engineering Submitted by REEMA RANI-1241016127 SUDESHNA BALIARSINGH-1241016061 RUBY KUMARI-1241016060 JAYANTI SAHOO-1241016128 KISHAN BHARDWAJ-1241015143 AMIT RANJAN BADAIK-1351015003 (8TH SEMESETER EIE B) DEPARTMENT OF ELECTRONICS & INSRTUMENTATION ENGINEERING Institute of Technical Education and Research SIKSHA ‘O’ ANUSANDHAN UNIVERSITY Bhubaneswar, Odisha, India (May, 2016) 1

Transcript of THESIS

Page 1: THESIS

Cell Phone Oriented Robotic Vehicle

Project report submitted

In partial fulfillment for the degree of

Bachelor of Technology in Electronics and Instrumentation Engineering

Submitted by

REEMA RANI-1241016127

SUDESHNA BALIARSINGH-1241016061

RUBY KUMARI-1241016060

JAYANTI SAHOO-1241016128

KISHAN BHARDWAJ-1241015143

AMIT RANJAN BADAIK-1351015003

(8TH SEMESETER EIE B)

DEPARTMENT OF ELECTRONICS & INSRTUMENTATION ENGINEERING

Institute of Technical Education and Research

SIKSHA ‘O’ ANUSANDHAN UNIVERSITY

Bhubaneswar, Odisha, India

(May, 2016)

1

Page 2: THESIS

CERTIFICATE

This is to certify that the project report titled “Cell Phone Oriented Robotic Vehicle”

being submitted by Reema Rani, Sudeshna Baliarsingh, Ruby Kumari, Jayanti Sahoo, Kishan

Bhardwaj ,Amit Ranjan Badaik to the Institute of Technical Education and Research, Siksha ‘O’

Anusandhan University, Bhubaneswar for the partial fulfillment for the degree of Bachelor of

Technology in Electronics and Instrumentaion Engineering is a record of original bonafide work

carried out by them under our supervision and guidance. The project work, in our opinion, has

reached the requisite standard fulfilling the requirements for the degree of Bachelor of

Technology.

The results contained in this thesis have not been submitted in part or full to any other University or Institute for the award of any degree or diploma.

Date:

Name: Mrs Farida Ashraf Ali Designation: Assistant ProfessorDepartment:EIE

Name: Mrs Arya TripathyDesignation: Assistant ProfessorDepartment:EIE

Name: Mr Satyaprakash Narayan Das Designation: Assistant ProfessorDepartment:EIE

Seal Seal

2

Page 3: THESIS

ACKNOWLEDGEMENT

Completing the project report was a mammoth task for which a lot of help was required from many sources. Fortunately we have had the fine support of our family and friends with insights and expertise of fellow members of the teaching staff at the Institute of Technical Education and Research (ITER) specially our guide Prof. Subhaluxmi Sahoo, Prof. Farida Ashraf Ali, Prof. Arya Tripathy and Prof. Satyaprakash Narayan Das which helped us greatly to complete the Project within time.

Our special thanks would always go to our parents who were source of abiding inspiration and divine blessings for us.

Finally we are thankful to all of them who helped us morally and practically to do this project in limited time which helped us in doing a lot of Research and we came to know about many things.

3

Page 4: THESIS

DECLARATION

We certify that

a. The work contained in this report is original and has been done by us under the guidance of our supervisor(s).

b. The work has not been submitted to any other Institute for any degree or diploma.

c. We have followed the guidelines provided by the Department in preparing the report.

d. Whenever we have used materials (data, theoretical analysis, figures, and text) from other sources, we have given due credit to them by citing them in the text of the report and giving their details in the reference.

Name of the Student Registration Number SignatureReema Rani 1241015124Sudeshna Baliarsingh 1241015137Ruby Kumari 1241015138Jayanti Sahoo 1241015139Kishan Bhardwaj 1241015143Amit Ranjan Badaik 1351015002

4

Page 5: THESIS

REPORT APPROVAL

The thesis entitled

CELLPHONE ORIENTED ROBOTIC VEHICLE

by

Reema Rani (1241015124)

Sudeshna Baliarsingh (1241015137)

Ruby Kumari (1241015138)

Jayanti Sahoo(1241015139)

Kishan Bhardwaj (1241015143)

Amit Ranjan Badaik (1241015002)

is approved for the degree of

Bachelor of Technology

in

Electronics and Instrumentation Engineering

Coordinator IDP Member

EDP Member Head of the Dept.

5

Page 6: THESIS

Date:

Place:

(Departmental Seal)

PLAGIARISM CHECK CERTIFICATE

6

Page 7: THESIS

7

Page 8: THESIS

8

Page 9: THESIS

9

Page 10: THESIS

ABSTRACT

In the present era the usage of mobile phone is very wide, cell phone is not merely a device to

communicate with other persons but it is also very much useful to communicate and command

the machines also. This project is one of them

The project mainly cites that even through a cell phone we can control and operate the robot by

through short messaging service i.e. (SMS) technique, which is the special feature of the project.

And above all it is fully operated with the help of battery.

The appearance and capabilities of the robot vary vastly. The robot shares the feature of

mechanical and movable structure under some form of structures. The robot has mainly three

phases: perceptions, processing and action. Perception includes receiving commands from the

cell phone, processing includes work done by microcontroller, and finally momentary actions

done by motors.

This project is designed with robot assembly, where SMS is sent to the GSM module attached to

the robot and after receiving it the micro controller processes it with the help of level converter,

data cable, relay circuit, relay. In micro controller we have programmed to get the input signal

from the GSM module through the data cable and the micro controller will activate the relay

through the relay driver circuit contains transistors, which acts as the switch. So it can control

the relay. The relays outputs are connected to dc motors and the dc motors will drive the robot

according to the command received. Level converter is nothing but RS232 the output of the cell

phone signals given to level converter in which the signal are converted into 0 and 5v pulse then

these signals given to micro controller.

For an example, if we want to drive the robot to forward direction we have to send SMS to

the GSM module which is connected to robot. After receiving the SMS the module sends the

corresponding signal to micro controller through the data cable and level converter, now the

micro controller activate the corresponding relay, so DC motor will be operated robot moving in

the forward direction. Similarly we can drive the robot to reverse direction left side and right

side as well.

Keywords: GSM, AT89S52 microcontroller, Cell phone, Relays, Motor Driver Circuit

10

Page 11: THESIS

TABLE OF CONTENTS

2. Certificate

3. Acknowledgement 4. Declaration5. Report Approval6. Plagiarism check certificate

7. Abstract

Chapter Page no.1 Introduction

1.1 The broad statement of design problem

1.2 Student outcomes and Bloom’s taxonomy of learning levels

1.3 Design checkpoints1.4 Design team formation and team

charter

161617

19

20

2 Customer needs recognition2.1 Task distribution and monitoring2.2 Questionnaire method2.3 Interview method2.4 Organizing and prioritizing of customer needs

2323252729

3 Function decomposition3.1 Task distribution and monitoring3.2 Function tree by FAST method3.3 Function tree by subtract and operate procedure3.4 Function Structure by energy diagram

30303233

34

4 Product teardown and engineering specifications4.1 Task distribution and monitoring4.2 Product teardown4.3 Engineering Specification

35353839

11

Page 12: THESIS

5 Product architecture5.1 Task distribution and monitoring5.2 Modular design by basic clustering

404041

6 Concept generation6.1 Task distribution and monitoring6.2 Brainstorming6.3 C-sketch method6.4 Morphological Analysis

4343434445

7 Concept selection7.1 distribution and Task monitoring7.2 Technical feasibility by applying the knowledge of mathematics, science and engineering

464647

8 Product embodiment8.1 Task distribution and monitoring8.2 Refining geometry and layout

484850

9 Product metric model9.1 Task distribution and monitoring9.2 Model selection by performance specifications9.3 Constructing product models

545455

56

10 Design for manufacture, assembly and environment10.1 Task distribution and monitoring10.2 Applying Design guidelines10.3 Manufacturing cost analysis10.4 Design for environment

58

58596263

11 Analytical and numerical model solutions11.1 Task distribution and monitoring11.2 Spreadsheet search

67

6768

12 Physical prototype12.1 Task distribution and monitoring12.2 Mock-up materials and processes

727272

12

Page 13: THESIS

13 Prototype testing and improvement13.1 Task distribution and monitoring13.3 Improvement13.4 Product cost and bill of materials

7474

7676

14 Final product14.1 Task distribution and monitoring14.2 Final product fabrication

787879

15 Conclusion 15.1 Conclusions15.2Group learning15.3 Individual learning

81818181

References 82Appendix-A User Manual 83Appendix-B Data sheetsAppendix-C Keil µ vision Programme

8384

13

Page 14: THESIS

LIST OF TABLES

Table No.

Table Caption Page No.

Table 1.2 Learning levels 17Table 1.3 Course outcomes 18Table 1.4 Design checkpoints and student outcomes 19Table 1.5 Time line for design checkpoints 20Table 1.6 Team allocation and problem selection 20Table 1.7 Team Charter 21Table 2.1 Work done by each member 23Table 2.2 Questionnaire for the product 25Table 2.3 Interview Form for Product 27Table 2.4 Prioritized customer needs 29Table 3.1 Work done by each member 30Table 4.1 Work done by each member 35Table 4.2 Product teardown 38Table 4.3 Engineering specification 39Table 5.1 Work done by each member 39Table 6.1 Work done by each member 42Table 6.4 Morphological Analysis 45Table 7.1 Work done by each member 46Table 8.1 Work done by each member 48Table 9.1 Task distribution and monitoring 54Table 9.2 Model Selection by performance Specifications 55Table 10.1

Work done by each member 58

Table 10.2

DFA guidelines 59

Table 10.3

Manufacturing Cost Analysis 62

Table 10.6

Design for Manufacturing and Assembly(DFMA) 66

Table 11.1

Work done by each member 67

Table 12.1

Work done by each member 72

Table 13.1

Work done by each member 74

Table 13.4

Product cost and bill 75

Table 14.1

Work done by each member 78

14

Page 15: THESIS

LIST OF FIGURES

Sl. No. Figure Pg. no.3.2 FAST method 323.3 SOP method 333.4 Function structure by energy diagram 345.2 Cluster function structure 416.2 Brainstorming 436.3 C-sketch/6-3-5 method 448.2 Refining Geometry and Layout 50

10.4 Design for environment 6310.5 Product impact Assessment flow 6512.2 Mock-up materials and processes 7214.2 Final product fabrication 79

15

Page 16: THESIS

Chapter 1

Introduction1.1 The broad statement of design problem

Cell Phone Oriented Robotic Vehicle “Connecting people with gadgets-The functionality in physical absence.”

We all are almost using mobile phones which are basically used to communicate with humans but here we are using it to interact with a robot. Here we have designed a robot in such a way that it will be able to sense the SMS- Short Messaging Service sent from any mobile and act accordingly. The robot must be designed such that it can be administered wirelessly by any Android device via SMS. The GSM module present in the robot should be able to attain the commands from the Android device and process them appropriately in order to operate the robot by varying the speed and direction of the motors.

The project mainly cites that even through a cell phone we can operate any machine by only giving SMS. The appearance and capabilities of the robot vary vastly. The robot shares the feature of mechanical and movable structure under some form of controls. The robot has mainly 3 phases

Perception- involves receiving of commands from cell phone. Processing-done by microcontroller Action-Task is done by motors i.e. movement.

Normally the wireless controlled robots have a drawback of limited frequency range and hence they only can work for a limited period of time. Even in a RCV (Remote Controlled Vehicle).It is completely and always controlled by human i.e. wherever it has to move the user has also to move with it. So the RCV does not take any positive actions autonomously.

16

Page 17: THESIS

Table 1.1: Student outcomes

Outcome Description

AAn ability to apply knowledge of mathematics, science, and engineering

B An ability to design and conduct experiments, as well as to analyzeand interpret data

C An ability to design a system, component, or process to meet desiredneeds within realistic constraints such as economic, environmental,

social, political, ethical, health and safety, manufacturability, andSustainability

D An ability to function on multidisciplinary teams

E An ability to identify, formulate, and solve engineering problems

F An understanding of professional and ethical responsibility

G An ability to communicate effectively

H The broad education necessary to understand the impact of engineeringsolutions in a global, economic, environmental, and societal context

I A recognition of the need for, and an ability to engage in life-longLearning

J A knowledge of contemporary issues

K An ability to use the techniques, skills, and modern engineering toolsnecessary for engineering practice

17

Page 18: THESIS

1.2. Student outcomes and Bloom’s taxonomy of learning levels

After the completion of this project, the we will be able to operate a robot through a cell phone by SMS technique, thus leading to the accomplishment of a cell phone oriented robotic vehicle.

Table 1.2: Bloom’s taxonomy

Level Name DescriptionL-1 Knowledge Retrieving, recognizing, and recalling relevant knowledge

from long-term memoryL-2 Comprehension Constructing meaning from oral, written, and graphic

messages through interpreting, exemplifying, classifying,summarizing, inferring, comparing, and explaining

L-3 Application Carrying out or using a procedure through executing, orImplementing

L-4 Analysis Breaking material into constituent parts, determining howthe parts relate to one another and to an overall structureor purpose through di erentiating, organizing, andffAttributing

L-5 Evaluation Making judgments based on criteria and standards throughchecking and critiquing

L-6 Creation Putting elements together to form a coherent or functionalwhole; reorganizing elements into a new pattern orstructure through generating, planning, or producing

1.3 Course outcomes

Table 1.3 course outcome

C01 Applies material from their discipline to the design of community-

18

Page 19: THESIS

based projectsC02 Demonstrates an understanding of design as a start-to-finish processC03 An ability to identify and acquire new knowledge as a part of the

problem-solving/design processC04 Demonstrates an awareness of the customer in engineering designC05 Demonstrates an ability to function on multidisciplinary teams and an

appreciation for the contributions from individuals from other disciplines

C06 Demonstrates an ability to communicate effectively with audiences with widely-varying backgrounds

C07 Demonstrates an awareness of professional ethics and responsibilityC08 Demonstrates an appreciation of the role that their discipline can play

in social contexts

Table 1.4: Design checkpoints and student outcomes

Checkpoints A B C D E F G H I J K1 Customer

needs recognition

√ √

2 Function decomposition

√ √

3 Engineering specification

√ √

4 Product architecture

√ √

5 Concept generation

√ √

6 Concept selection

√ √ √ √ √ √

7 Product embodiment

√ √

8 Product metric model

√ √ √ √

9 DFM, DFA, DFE

√ √ √ √ √ √

10 Analytical and numerical solution

√ √ √ √ √

11 Physical prototype

√ √

12 Testing and improvement

√ √ √

13 Final product and Final

√ √

19

Page 20: THESIS

Report

Table 1.5: Time line for design checkpoints

Checkpoints Set time line1 Customer needs recognition 15/02/2016-21/02/20162 Function decomposition 15/02/2016-21/02/20163 Engineering specification 15/02/2016-21/02/20164 Product architecture 15/02/2016-21/02/20165 Concept generation 20/02/2016-27/02/20166 Concept selection 07/03/2016-13/03/20167 Product embodiment 16/01/2016-20/03/20168 Product metric model 16/01/2016-20/03/20169 DFM, DFA, DFE 20/03/2016-25/03/201610 Analytical and numerical solution 20/03/2016-25/03/201611 Physical prototype 21/03/2016-26/03/201612 Testing and improvement 27/03/2016-02/04/201613 Final product and Final Report 02/04/2016-05/04/2016

1.2 Design team formation and team charter

Table 1.6: Team allocation and problem selection

Name Registration number

Design Problem statement

1 Reema Rani 1241015024 Cell Phone Oriented Robotic Vehicle “Connecting people with gadgets-

2 Sudeshna Baliarsingh 12410151373 Ruby Kumari 12410151384 Jayanti Sahoo 1241015139

20

Page 21: THESIS

The functionality in physical absence.”

5 Kishan Bhardwaj 12410151436 Amit Ranjan Badaik 1351015002

Farida Ashraf Ali

Arya Tripathy

Satyaprakash Narayan Das

Signature of IDP with date

Table 1.7: Team Charter

Team ID: 11 Section: EIE-B Semester: 8TH

We are involved:

Member 1: Reema Rani-1241015024

Member 2:Sudeshna Baliarsingh-1241015137

Member 3:Ruby Kumari-1241015138

Member 4:Jayanti Sahoo-1241015139

Member 5:Kishan Bhardwaj-1241015143

Member 6:Amit Ranjan Badaik-1351015002

The objective of this project is to control and operate the robot with the help of

Cell phone through short messaging service (SMS) technique.

By using this technique we develop a user friendly device, as the robot can be

operated by anyone from anywhere.

The project is useful for commercial purpose or defense system such as it can be

developed into pick and place and fire fighting robot with water pump, also used for

spying, can be used in borders for disposing hidden land mines.

To provide the advantages of robust control, working range as large as the coverage area

of the service provider with no interference with other controllers .

21

Page 22: THESIS

Our project guide: Subhaluxmi Sahoo Name of guide: Farida Ashraf Ali Arya Tripathy Satyaprakash Narayan Das

Designation: Assistant Professor Subhaluxmi Sahoo Assistant Professor Farida Ashraf Ali Assistant Professor Arya Tripathy Assistant Professor Satyaprakash Narayan DasAssistant Professors of Electronics And Instrumentation Department

Our goals: This project is to control the robotic vehicle in a desired position, remotely through user cell phone by using Short Messaging Service. This technology has an advantage over long communication range as compared to RF (Radio Frequency) Technology. As in case of RF Technology we have to confine the Robotic Vehicle between a particular Frequency ranges. This model is GSM based technology..i.e to develop a system which is embedded smoothly between mechanical and electronics means of technology.

Declaration: We, the members of the Design Team 11, Section B, Departmentof Electronics And Instrumentation , ITER, Siksha ‘O’ Anusandhan University, hereby declare that we have created our own Team Charter, understood it, and agree to abide by it.

Signature:Member 1: Member 2:Member 3: Member 4:Member 5: Member 6:

22

Page 23: THESIS

23

Page 24: THESIS

Chapter 2

Customer needs recognition2.1 Task distribution and monitoring

Table 2.1: Work done by each member

Work done by each member of Team ID --11 of Section EIE-B

Team leader: Reema Rani Team member Task(s) to be

performedTask assigned date Task completed on

1: Reema Rani Collection of journals related to the project, Customer Needs, Customer Interview, Questionaries, Surveying Competitors Product

15.02.2016 21.02.2016

2: Sudeshna Baliarsingh Collection of journals related to the project, Theory related to the project Customer Interview, Customer Interview, Questionaries, Problem Defination

15.02.2016 21.02.2016

3:Ruby kumara Collection of journals related to the project, , Theory related to the project Customer Interview, Customer Needs, Questionaries Clarifying the queries of Customer

15.02.2016 21.02.2016

4:Jayanti Sahoo Collection of journals related to the project, Questionaries, Problem Defination, Clarifying the

15.02.2016 21.02.2016

24

Page 25: THESIS

queries of Customer, Surveying Competitors Product

5: Kishan Bhardwaj Collection of journals related to 5the project, Theory related to the project Customer Interview ,Customer Needs,Questionaries, Surveying Competitors Product

15.02.2016 21.02.2016

6:Amit Ranjan Badaik Collection of journals related to the project, Customer Interview, Questionaries, Problem Defination, Clarifying the queries of Customer

15.02.2016 21.02.2016

Task completed with alternative arrangement:Task name Originally assigned to Reason for non-

completionMember, who completed it

1: Clarifying the queries of Customer

Ruby Kumari Health Problem Kishan Bhardwaj

2: Surveying Competitors Product

Kishan Bhardwaj Special Exam Sudeshna Baliarsingh

Signature of Team Members:Member 1:Reema Rani Member 2: Sudeshna BaliarsinghMember 3: Ruby Kumari Member 4:Jayanti SahooMember 5: Kishan Bhardwaj Member 6:Amit Ranjan Badaik

25

Page 26: THESIS

2.2 Questionnaire method

We have prepared questions related to our product criteria, mechanism and the related features We sat together, discussed all these questions, chose, modified, and prepared the final questionnaire. This questionnaire was circulated among 30 customers physically and some responses were collected via email and Google docs. All the responses were collected and the requirements were summed up to form the final product.

Table 2.2: Questionnaire for the product

Q. 1 Is the product water resistant?

A) Yes

B) No

*The product is not totally wtrer resistant since it is made up of

PCBs, 12 volt battery and other electronic components which are

not water resistant.Excess Humidity and lethal liquids may damage the parts or electronic circuits in the device

Q. 2 If the product is not found usable ,will the product be taken back by the company?

A)Yes

B)No*The product totally depends upon the usability of the customer .i.e how they operate it, and if further some issues like some parts of the product do not work properly which lead to malfunction of the robot then appropriate service will be provided

Q. 3 Does the company provide breakage warranty?

A)Yes

B)No* The company is not solely responsible for any undesirable breakage condition

Q. 4 What is the warranty period for this product? The warranty of the product is upto 2years from the date of purchasing

Q. 5 Is the product sensible to thermal activities around it?

26

Page 27: THESIS

A)Yes

B)No

* The product can’t sense the thermal activities around it.

Q. 6 Can it distinguish and recognize different things?

A)Yes

B)No

C)May be

*The device till now can’t recognize thing, but if it is used as a fire fighting

robot then it will sense the different activities along with thermionic effects.

Q. 7 Can the robot be operated in both manual and automatic mode?

A)Yes

B)No

C)Both

* Yes the robot can be operated both the ways ,but if it is operated manually

then it wiil require long connecting wires which are not so handy and more over it

will act like a remote controlled robot only for playing purpose and for automatic

and omni movement a microcontroller with GSM technique is used.

Q. 8 Can it be used for pick and place of different objects?

A) Yes

B) No

Yes the product can be used for pick and place objects.

Q. 9 How the Product communicate with the user?

A)through GSM Mode of communication

B)Through CDMA mode of communication

C)Both ways

D)Self Operated

27

Page 28: THESIS

* The product is to control and operate the robot with help to cell phone

through short messaging service (SMS) technique. cell phone is connected to micro

controller through data cable and level converter. Data cable is the cable, which is

communicating between cellular phone and microcontroller. By using data cable we

can send and receive commands to cell phone and from cell phone

Q. 10 Can it be used for defense system? A)Yes B)No C)May be

* can be used in the borders for disposing hidden land mines.

* The robot is small in size so can be used for spying

2.3 Interview method

One interview per team member was conducted per team member for the customers who used parking lots to park their vehicles. The likes, dislikes and suggestions were collected from the customers and the product was designed according to the requirements. The column 2 of the interview form was filled up.

Table 2.3: Interview Form for Product

Customer Name: Er.Pradipta Kumar ParidaAddress: Plot No.4413/2345SBI colonySoubhagya Nagar Phase-2Near City Womens ColllegeBhubaneswar-751007

Interviewer: Reema RaniSudeshna Baliarsingh

Date: 12/02/16

Questions Customer response to question

Interpreted need statement by interviewer

Importance rating assigned by customer

What are the uses of the current product or similar product?

1.High efficiency2.Low maintenance3.Pick and Place

Questions that

28

Page 29: THESIS

expose the LIKES of the product

1 No need of time to time charging

Weekly charging needed

Good

2 Maintenance is low Not so much maintainance needed

Must

3 Fully Automatic Works Automaticaly Must4 No harm to the nature

Ecofriendly Good

5 Less power consumption to start

Fully operated by battery

Good

6 Need Charging Battery needs energy to start

Should

Questions that expose the DISLIKES of the product

1 Heavy Should be light weighted

Should not

2 Portability Should be easy to carry

Shoul not

3 Need of good network zone

Network problem may delay the command

Should be

Suggestions for improving the current product

1.Better product with relevant programming in the chip

2.Should be automatically deactivated during the night

29

Page 30: THESIS

2.4 Organising and prioritising of customer needs

Table 2.4 Prioritised customer needs

Reliability Suitable for all condition and environments

Reliable

Human effort Less manual efforts

Measurements of extra vital parameters

Size Compact

Less area

Design Light

Less complex

Adjustable

Cost Cost efficient

Affordable

Value for money

Maintenance Less maintenance

30

Page 31: THESIS

Chapter 3

Function decomposition3.1 Task distribution and monitoring

Table 3.1: Work done by each member

Work done by each member of Team ID 11 of Section EIE BTeam leader: Reema RaniTeam member Task(s) to be

performedTask assigned date Task completed on

1: Reema Rani Identifying primary Product function ,Identifying sub functions by fast method, Creating function tree by fast method , Sharing ideas related to functional decomposition

15/02/2016 21/02/2016

2: Sudeshna Baliarsingh Identifying primary Product function ,Identifying sub functions by fast method, Creating function tree by fast method, Gathering theory related to functional decomposition, Sharing ideas related to functional decomposition

15/02/2016 21/02/2016

3: Ruby Kumari Identifying primary product function,

15/02/2016 21/02/2016

31

Page 32: THESIS

Gathering theory related to functional decomposition, Sharing ideas related to functional decomposition,

4: Jayanti Sahoo Identifying primary Product function ,Identifying sub functions by fast method, Sharing ideas related to functional decomposition

15/02/2016 21/02/2016

5: Kishan Bhardwaj Identifying primary Product function ,Identifying sub functions by fast method, Sharing ideas related to functional decomposition

15/02/2016 21/02/2016

6:Amit Ranjan Badaik Identifying sub functions by fast method, Gathering theory related to functional decomposition, Sharing ideas related to functional decomposition, Print out of all tables

15/02/2016 21/02/2016

Signature of Team Members:Member 1: Reema Rani 1241015024

Member 2: Sudeshna Baliarsingh 1241015137

Member 3: : Ruby Kumari 1241015138

Member 4: Jayanti Sahoo 1241015139

Member 5: Kishan Bhardwaj 1241015143

Member 6: Amit Ranjan Badaik 1351015002

32

Page 33: THESIS

3.2 Function tree by FAST method

33

Movement of Robot

through motor driver

Control and

operate the

robot through sms

Connecting the

GSM modem

to microcontroller through

data cable and level

controller

Activation of relay driver circuitRelay

o/p connected to DC Motor

Connecting GSM

Modem to

microcontroll

er

Interfacing

AT89S52

Relay driver act as switch

DC Motor drive the

robot

Operated by batter

yTriggers the

bigger curren

t circui

t

Conversion of electric

al energy

to mechanical

energy

Sending of AT command to GSM

Modem

Page 34: THESIS

3.3 Function tree by subtract and operate procedure

Through

RS232 Data cable

34

Cell Phone oriented Robotic Vehicle

Input Battery Power

Microcontroller Relay driver Circuit

DC Motor

Power transmission to GSM Module

Power Transmission of Microcontroller

Relay Circuit

GSM modem

Motor

AT command is sent from GSM modem

Flash Memory

Operateas a switch

Controles temperature

Voltage regulator

Drives the motor

Page 35: THESIS

3.4 Function structure by energy diagram

Data Cable 0 & 5 Volt Active Relay

(Drives the motor accordingly)

35

Cellphone Level Converter RS232

Microcontroller

Drive CircuitDC Motor

LCD

Page 36: THESIS

Chapter 4

Product teardown and engineering specifications4.1 Task distribution and monitoring

Table 4.1: Work done by each member

Work done by each member of Team ID 11 of Section EIE-B

Team leader: Reema Rani Team member Task(s) to be

performedTask assigned date Task completed on

1: Reema Rani Customer Needs, Theory related to product teardown and analysis, Design of metrics for the “IMPORT HUMAN FORCE” sub function, Analysis and theory related to product hierarchy with electricity as primary input flow, Design of product hierarchy with electricity as primary input flow block diagram Theory and design of data template for disassembly and experimentation table

15/02/2016 21/02/2016

2: Sudeshna Baliarsingh Customer Needs, Design of product teardown table, Analysis and theory related to product hierarchy with electricity as primary input flow, Design of product hierarchy with

15/02/2016 21/02/2016

36

Page 37: THESIS

electricity as primary input flow block diagram, Theory and design of data template for disassembly and experimentation table

3: Ruby Kumari Customer Needs, Design of List of possible measurements for the set-up table, Theory and designof Worksheet for choosing measurement tools table

15/02/2016 21/02/2016

4: Jayanti Sahoo Customer Needs Analysis and theory related to possible measurements for the set-up, Design of metrics for the “IMPORT HUMAN FORCE” sub function, Theory and design of Customer needs for the “IMFORCE “sub function table

15/02/2016 21/02/2016

5: Kishan Bhardwaj Customer Needs, Design of List of possible measurements for the set-up table, Theory and design of Customer needs for the “IMFORCE “sub function table

15/02/2016 21/02/2016

37

Page 38: THESIS

6: Amit Ranjan Badaik Customer Needs, Analysis and theory related to metrics for the “IMPORT HUMAN FORCE” sub function, Design of product hierarchy with electricity as primary input flow block diagram, Theory and designof Worksheet for choosing measurement tools table, Printout of material

15/02/2016 21/02/2016

Task completed with alternative arrangement:Task name Originally assigned

toReason for non-completion

Member, who completed it

1: Customer Needs Ruby Kumari Health problem Amit Ranjan Badaik2: Theory and design of Customer needs for the “IMFORCE “sub function table.

Kishan Bhardwaj Fever Amit Ranjan Badaik

Signature of Team Members:Member 1: Reema Rani 1241015024

Member 2: Sudeshna Baliarsingh 1241015137

Member 3: Ruby Kumari 1241015138

Member 4: Jayanti Sahoo1241015139

Member 5: Kishan Bharadwaj 1241015143

Member 6: Amit Ranjan Badaik1351015002

38

Page 39: THESIS

4.2 Product Teardown

Assembly/Parts No

Parts Description Effect of removalDeduced sub function(s) &

Affected customer needs

A Battery 12 volts No power supply Power supply to the circuit

A1 GSM Modem Receiving and sending commands can’t be done

Customer can’t even give commands

B Relay Driver Circuit Relay can’t act as a switch

Rigid mechanical effect on motor

C LED Can’t detect circuit break down

Can detect the on/off position of product

D Microcontroller Can’t interface with Gsm Moddem

Product will not carry the commands of GSM modem

E Resister Flow of current is uncontrolled

Control the flow of current

F Motor drive Motor can’t get the required voltage

Motor can get the required voltage

H Chassis The whole product Framework will be destroyed

Very Difficult to carry even balance and work

I Motors rotation of motor hamperd

movement of wheels is impossible.

39

Page 40: THESIS

4.3 Engineering specification

Metric Range Units Min.AccuracyPower supply unit 10-12 V Volts +_1.0

Speed 200rpm Rpm +_ 0.5

Programmable Memory

4kb on chip ROM

128 bytes internal RAM

- +_1.0

Command Receiving Depends upon network

AT Commands _

Movement By Wheels Infinity Length in meters _

40

Page 41: THESIS

Chapter 5

Product architecture5.1 Task distribution and monitoring

Table 5.1: Work done by each member

Work done by each member of Team ID 11 of Section EIE B

Team leader: Reema RaniTeam member Task(s) to be

performedTask assigned date Task completed on

1:Reema Rani Theory related to product Architecture, Analysis and theory related to possible Layouts of product, Creating fig 9.13

15/02/2016 21/02/2016

2:Sudeshna Baliarsingh Theory related to product Architecture, Creating effective Layouts of subsystems, Creating fig 9.13, Printing all the tables and figures

15/02/2016 21/02/2016

3:Ruby Kumari Theory related to product Architecture, Creating rough geometric layout of the product, Creating fig 9.14.

15/02/2016 21/02/2016

4:Jayanti Sahoo Theory related to product Architecture, Forming the modules of the product, Creating fig 9.14.

15/02/2016 21/02/2016

5:Kishan Bhardwaj Theory related to product Architecture, Creating rough geometric layout of the product

15/02/2016 21/02/2016

41

Page 42: THESIS

6:Amit Ranjan Badaik Theory related to product Architecture, Forming the modules of the product.

15/02/2016 21/02/2016

Task completed with alternative arrangement:Task name Originally assigned to Reason for non-

completionMember, who completed it

1: Analysis and theory related to possible Layouts of product.

Reema Rani Health Problem Ruby Kumari

2: Forming the modules of the product

Amit Ranjan Badaik Fever Sudeshna Baliarsingh

3: Creating rough geometric layout of the product.

Kishan Bhardwaj Lab Exam Ruby Kumari

4: Forming the modules of the product

Jayanti Sahoo Family Problem Sudeshna Baliarsingh

Signature of the Members:

Member 1:Reema Rani Member 2:Sudeshna BaliarsinghMember 3:Ruby Kumari Member 4:Jayanti SahooMember 5:Kishan Bharadwaj Member 6:Amit Ranjan Badaik

42

Page 43: THESIS

5.2 Modular design by basic clustering

43

Page 44: THESIS

Chapter 6

Concept generation6.1 Task distribution and monitoring

Table 6.1: Work done by each member

Work done by each member of Team ID 11 of Section EIE-B

Team leader:Reema RaniTeam member Task(s) to be

performedTask assigned date Task completed on

1:Reema Rani Information gathering and brainstorming, Memory mapping. Morphological analysis, Creating Fig 10.6.

20/02/2016 27/02/2016

2:Sudeshna Baliarsingh Information gathering and brainstorming, Memory mapping, C-Sketch/6-3-5 method, Morphological analysis, Creating Fig 10.6, Print out of all tables.

20/02/2016 27/02/2016

3:Ruby Kumari Information gathering and brainstorming, C-Sketch/6-3-5 method, Morphological analysis, Creating Table 10.2, Print out of all tables.

20/02/2016 27/02/2016

4:Jayanti Sahoo Information gathering and brainstorming, C-Sketch/6-3-5 method, Morphological analysis, Creating Table 10.2.

20/02/2016 27/02/2016

5:Kishan Bhardwaj Information gathering and brainstorming, Morphological analysis.

20/02/2016 27/02/2016

6:Amit Ranjan Badaik Information gathering and brainstorming,

20/02/2016 27/02/2016

44

Page 45: THESIS

Memory mapping, Morphological analysis.

Task completed with alternative arrangement:Task name Originally assigned to Reason for non-

completionMember, who completed it

1: 06 Reema Rani Health Problem SudeshnaSignature of Team Members:Member 1: Reema Rani Member 2: Sudeshna BaliarsinghMember 3: Ruby Kumari Member 4: Jayanti SahooMember 5: Kishan Bhardwaj Member 6:

6.2 Brainstorming

45

Page 46: THESIS

6.3 C-sketch / 6-3-5 method

46

Page 47: THESIS

6.4 Morphological analysis

Sub function Associated customer Weighted customer

need ratings need ratings

Detect GSM Signal 5, 4, 4, 2 15

Notifies user about 4, 4, 3 ,1 12The GSM signal

Convert GSM signal 4, 4, 1 9Electrical energy

Convert Electrical energy 5, 4, 1 10To mechanical energy

Alert user about the 5, 4, 4 13 GSM signal

Notifies user about the 4, 3,1 8Battery status

47

Page 48: THESIS

Chapter 7

Concept selection7.1 Task distribution and monitoring

Table 7.1: Work done by each member

Work done by each member of Team ID 11of Section EIE B

Team leader:Team member Task(s) to be

performedTask assigned date Task completed on

1:Reema rani Collection of journals related to the project, Table 11.2, Components Design,

07/03/2016 13/03/2016

2: Sudeshna Baiarsingh Collection of journals related to the project, Table 11.2, Table 11.4, Components Design

07/03/2016 13/03/2016

3:Ruby Kumari Collection of journals related to the project, Table 11.3, Components Design

07/03/2016 13/03/2016

4:Jayanti Sahoo Collection of journals related to the project, Theory related to project, Table 11.3, Components Design

07/03/2016 13/03/2016

6: Amit Ranjan Badaik Collection of journals related to the project, Theory related to project, Table 11.4, Components Design

07/03/2016 13/03/2016

48

Page 49: THESIS

Signature of Team Members:Member 1: Reema Rani 1241015024 Member 2:Sudeshna Baliarsingh 1241015137

Member 3:Ruby Kumari 1241015138 Member 4:Jayanti Sahoo 1241015139Member 5: Kishan Bhardwaj 1241015143 Member 6: Amit Ranjan Badaik 1351015002

7.2 Technical feasibility by applying the knowledge of mathematics, science and engineering

Not Applicable for this project.

49

Page 50: THESIS

Chapter 8

Product embodiment8.1 Task distribution and monitoring

Table 8.1: Work done by each member

Work done by each member of Team ID 11of Section EIE B

Team leader:Team member Task(s) to be

performedTask assigned date Task completed on

1: Reema rani Creating design process, Applying mechanical embodiment, Creating figure 12.1.

16/03/2016 20/03/2016

2: Sudeshna Baliarsingh Creating design process, Creating geometric layout, Creating figure 12.6,

16/03/2016 20/03/2016

3: Ruby Kumari Notifying manufacturability issues, quality and economics,Applying mechanical embodiment. Creating figure 12.6

16/03/2016 20/03/2016

4: Jayanti Sahoo Creating geometric layout, Creating figure 12.1, Documentation and print out of all tables.

16/03/2016 20/03/2016

5: Kishan Bhardwaj Creating geometric layout, Notifying manufacturability issues, quality and economics, Documentation and print out of all tables

16/03/2016 20/03/2016

50

Page 51: THESIS

6: Amit Ranjan Badaik Notifying manufacturability issues, quality and economics, Applying mechanical embodiment, Documentation and print out of all tables.

16/03/2016 20/03/2016

Signature of Team Members:Member 1: Reema Rani 1241015024 Member 2: Sudeshna Baliarsingh 1241015137Member 3: : Ruby Kumari 1241015138 Member 4: Jayanti Sahoo 1241015139Member 5: Kishan Bhardwaj 1241015143 Member 6: Amit Ranjan Badaik 1351015002

51

Page 52: THESIS

8.2 Refining geometry and layout

52

Page 53: THESIS

53

SPATIAL FORM WITH SCALE DRAWING:

CHASIS WITH WHEELS

PCB LAYOUT

BATTERY

WHEEL

HOLE IN CHASIS FOR MOTOR CONNECTION

CONCEPT LAYOUT

Page 54: THESIS

54

COMPLETE FORM DESIGN WITH DETAILED DRAWING:

RELAY CIRC

RELAY CIRC

Page 55: THESIS

8.3 Systems modeling

55

Data Layout

INSTALLATION PATH:

Page 56: THESIS

Chapter 9

Product metric model9.1 Task distribution and monitoring

Table 9.1: Work done by each member

Work done by each member of Team ID 11 of Section EIE-B

Team leader:Team member Task(s) to be

performedTask assigned date Task completed on

1:Reema Rani Creating design process, Applying mechanical embodiment, Creating figure 12.1.

16/03/2016 20/03/2016

2:Sudeshna Baliarsingh Creating design process, Creating geometric layout. Creating figure 12.6.

16/03/2016 20/03/2016

3:Ruby Kumari Notifying manufacturability issues, quality and economics, Applying mechanical embodiment, Creating figure 12.6.

16/03/2016 20/03/2016

4:Jayanti Sahoo Creating geometric layout, Creating figure 12.1, Documentation and print out of all tables.

16/03/2016 20/03/2016

5:Kishan Bhardwaj Creating geometric layout, Notifying manufacturability issues, quality and economics, Documentation and print out of all

16/03/2016 20/03/2016

56

INSTALLATION PATH:

Page 57: THESIS

tables.6:Amit Ranjan Badaik Notifying

manufacturability issues, quality and economics, Applying mechanical embodiment, Documentation and print out of all tables.

16/03/2016 20/03/2016

Signature of Team Members:Member 1:Reema Rani Member 2:Sudeshna BaliarsinghMember 3:Ruby Kumari Member 4:Jayanti SahooMember 5:Kishan Bhardwaj Member 6:Amit Ranjan Badaik

9.2 Model selection by performance specifications

Signal UnitsGSM Modem MHzMicrocontroller 128 bytes,4KBRelay V,ABattery VMotor RPM

9.3 Constructing product models

57

Page 58: THESIS

58

Page 59: THESIS

59

Page 60: THESIS

Chapter 10

Design for manufacture, assembly and environment10.1 Task distribution and monitoring

Table 10.1: Work done by each member

Work done by each member of Team ID 11 of Section EIE-B

Team leader:Reema RaniTeam member Task(s) to be

performedTask assigned date Task completed on

1:Reema Rani Creating design process, Redesign of product, Analyzing impact of product in environment, Creating table 14.10.

21/03/2016 26/03/2016

2:Sudeshna Baliarsingh Creating design process, Creating design for manufacture, Completing XPI analysis, Creating table 14.11.

21/03/2016 26/03/2016

3:Ruby Kumari Assembling and analyzing, Redesign of product, Completing XPI analysis, Creating table 14.11.

21/03/2016 26/03/2016

4:Jayanti Sahoo Creating design for manufacture, Analyzing impact of product in environment, Creating table 14.10, Documentation and printing.

21/03/2016 26/03/2016

5:Kishan Bhardwaj Creating design for manufacture, Assembling and analyzing, Creating

21/03/2016 26/03/2016

60

Page 61: THESIS

table 14.10, Documentation and printing.

6:Amit Ranjan Badaik Assembling and analyzing, Redesign of product, Creating table 14.10, Documentation and printing.

21/03/2016 26/03/2016

Signature of Team Members:Member 1:Reema Rani Member 2:Sudeshna BaliarsinghMember 3:Ruby Kumari Member 4:Jayanti SahooMember 5:Kishan Bhardwaj Member 6:Amit Ranjan Badaik

10.2 Applying Design guidelines

TABLE 15.1 : PRODUCT STRUCTURE GUIDELINES :

GUIDELINE REASON

Design a product to be multifunctional More efficient than many unique function products.

Minimize the number of parts. Create multifunctional parts.

Reduces disassembly time and resources

Make designs as modular as possible, with separation of function.

Allows options of service, upgrade, or recycling

Design power-down features for different subsystems in a product when they are not in use.

Eliminate unnecessary power consumption for idle components.

Access and break points should be made obvious Logical structure speeds disassembly and training

Lump individual parts with the same materials Eliminates the need for disassembly during recycling. Neighbour parts may be ground or melted as a group.

TABLE 15.2 : MATERIAL SELECTION GUIDELINES :

61

Page 62: THESIS

GUIDELINE REASONMinimize the number of different components.

Use of GSM modem

Use Atmel’s AT89C51 8051 Microcontroller.

Use voltage regulator.

Hazardous parts should be clearly marked and easily removed.

Cost effective

To send command to the microcontroller

Easy to code and program the device with Keil.

For current limiting and thermal shutdown purpose.

Rapidly eliminate parts of negative value.

TABLE 15.3 : LABELING AND FINISH GUIDELINES :

TABLE 15.4 : FASTENING GUIDELINES

62

Page 63: THESIS

GUIDELINE REASON

Minimize the number and length of interconnecting wires of cables used

Flexible elements slow to remove ; copper contaminates steel etc

Connections can be designed to break as an alternative to removing fasteners

Fracture is a fast disassembly operation

If two parts can not be compatible , make them easy to separate

They must be separated for simulation process

Fasteners should be easy to remove Save time in disassembly

Fastening points should be easy to access Awkward movements slow down manual disassembly

GUIDELINE REASON

Minimize the number and length of interconnecting wires of cables used

Flexible elements slow to remove ; copper contaminates steel etc

Connections can be designed to break as an alternative to removing fasteners

Fracture is a fast disassembly operation

If two parts can not be compatible , make them easy to separate

They must be separated for simulation process

Fasteners should be easy to remove Save time in disassembly

63

Page 64: THESIS

Fastening points should be easy to access Awkward movements slow down manual disassembly

10.3 Manufacturing cost analysis

Subassembly/Part Operation Approach Held? Tightening Repetitions XPI Score XPI Tools

GSM Modem 01 Top No Fitting 1 2

MAXRS232 02 Top Yes Fitting 2 3

74LS14- LEVELCONVERTER

03a Top No Fitting 1 1

BC548 03b Top No Soldering 1 2

Capacitors 03c Top No Soldering 6 3

DB9 03d Top No Fitting 1 4

Resistors 03e Top No Soldering 11 4

LED 03f Top No Soldering 1 3

LCD-LCM160B 04 Top No Fitting 2 3

Battery 05 Top No Connected 8 4

LM7805 Voltage Regulator

06 a Top No Fitting 1 3

BC548 NPN Transistor

06b Top No Soldering 4 2

CRYSTAL 12 MHZ 06c Top No Fitting 1 2

Relay 06d Top No Soldering 4 3

PCB FR-4 Family 06e Top No Fitting 4 4

1N4007 Diode 06f Top No Soldering 5 4

Wires 07 To Yes Connected 1 3

Table 14.11 Cell Phone Oriented Robotic Vehicle COST ANALYSIS

64

Page 65: THESIS

Part Tooling Material Processing Total

GSM Modem - Rs.900 - Rs.900

Gear Motor - 480 - Rs.480

Microcontroller Board

- 700 50 Rs.750

Battery - Rs.500 - Rs.500

Relay Board 100 Rs.150 Rs.50 Rs.300

Chassis - 30 - Rs.30

Wires - 50 - Rs.50

Rs.3010

10.4 Design for environment

Our Project Group is committed to reducing environmental impact at all stages of the life cycle of our product. This is the guiding principle of the group's manufacturing activities.

65

Page 66: THESIS

Since each of the stages are closely interlinked in terms of environmental impact, continuous efforts are required to make incremental improvements and to achieve technological innovation. Our project group aims to make such efforts throughout its operations in order to continuously deliver eco-conscious products to customers. Further improvements in energy-saving performance during product use, and enhancement in the reusability, recyclability, and collection system for either products or consumables.

1. Development and design Basic policy Our product is developed and designed to: comply with laws and regulations of the various countries and regions where sold;

be compact and lightweight to conserve resources;

achieve the top levels of energy conservation performance in the industry;

manage hazardous chemical substances

be easily recycled at the end of life

It is essential to apply at the design stage, environmental considerations for the entire life cycle of a product. For certain key criteria in the product environmental assessments, target values are set at the initial stage of development and design. Improvements must be achieved when compared with those products of the previous generation.

Hazards during production or use

Size, weight and recyclability of packaging materials

Material labeling, compliance with related laws and environmental labels

66

Page 67: THESIS

Fig 10.5: Product impact Assesment flow :

2. Procurement Basic policy We check parts and materials that are used to make products, to ensure: they do not contain hazardous materials, and

they are made via an eco-friendly process.

In this way, we give priority to purchasing parts and materials.

3. Production Basic policy All manufacturing facilities of our group have ISO 14001 environmental management systems. Products are manufactured within that global system with due consideration being given to: ensuring efficient use of materials, energy, and water resources, etc.;

reducing pollutants released into the atmosphere and wastewater;

preventing the generation of waste; and

Recycling waste generated.

67

Page 68: THESIS

4. Packaging and logistics Basic Policy We are committed to: reducing product packaging and waste where possible; and

Reducing distribution and transport.

5. Use Basic policy Consideration for our customers' use of our products: they do not consume excessive energy; and our products can be used safely, conveniently and comfortably. We also endeavor to disclose overall environmental information about products. 6 Collecting and recycling Basis Policy As considerations for the end of life of a product, we make efforts to: Collect and recycle products and consumables at end of life

Design products so that they can be easily recycled.

The DFE analysis showed that the Cell p[hone oriented Robotic Vehicle can easily be recycled and does not waste many materials. The motor and Microcontroller do not appear to be specifically designed for this system and so they could potentially be used in other products. The Plywood casing can be recast and the plastic parts can be recycled. The entire system was not built to be disassembled because it is difficult to take apart and a seal has to be broken in order to fix any internal parts. The chosen materials are robust, therefore it seems that it was meant to last a long time without failure, but not be fixed after breaking.

Table 10.6 Design for Manufacturing and Assembly(DFMA)

Design Decision Room for improvementStandardize Component Standard bolt sizes All bolts/nuts are same

Commonize Product Line Additional features on custom components pieces can be used

in different models

Could make sure that parts are multifunctional between

modelsStandardize design features Standard bolt sizes ----

Keep design simple 4 wheels, a 12 v battery Small batteryMultifunctional parts Relay,Microcontroller ------Ease of Fabrication Plywood and plastic Iron Casting

68

Page 69: THESIS

Chapter 11

Analytical and numerical model solutions11.1 Task distribution and monitoring

Table 11.1: Work done by each member

Work done by each member of Team NO 11 of Section B

Team leader: Reema RaniTeam member Task(s) to be

performedTask assigned date Task completed on

1:Reema Rani Creating Finite Element Method

20/03/2016 25/03/2016

Validating Result2:Sudeshna Baliarsingh Creating Finite

Element Method20/03/2016 25/03/2016

Creating Finite Difference Method

3: Ruby Kumari Model Analysis 20/03/2016 25/03/2016Operating Dynamic Simulation Optimization

4:Jayanti Sahoo Creating Finite Difference Method

20/03/2016 25/03/2016

Validating Result5: Kishan Bhardwaj Model Analysis 20/03/2016 25/03/2016

Documentation and print out of all tables.

6: Amit Ranjan Badaik Operating Dynamic Simulation Optimization

20/03/2016 25/03/2016

Documentation and print out of all tables.

Signature of Team Members:Member 1:Reema Rani Member 2:Sudeshna BaliarsinghMember 3:Ruby Kumari Member 4:Jayanti SahooMember 5:Kishan Bhardwaj Member 6:Amit Ranjan Badaik

69

Page 70: THESIS

11.2 Programming Spreadsheet

70

Page 71: THESIS

71

Page 72: THESIS

72

Page 73: THESIS

73

Page 74: THESIS

Chapter 12

Physical prototype12.1 Task distribution and monitoring

Table 12.1: Work done by each member

Work done by each member of Team No 11of Section B

Team leader:Reema RaniTeam member Task(s) to be

performedTask assigned date Task completed on

1:Reema Rani Creating table 17.3 21/03/2016 26/03/20162:Sudeshna Baliarsingh Creating table 17.3 21/03/2016 26/03/20163:Ruby Kumari Creating table 17.3 21/03/2016 26/03/20164:Jayanti Sahoo Creating table 17.3 21/03/2016 26/03/20165:Kishan Bhardwaj Documentation and

printing21/03/2016 26/03/2016

6:Amit Ranjan Badaik Documentation and printing

21/03/2016 26/03/2016

Signature of Team Members:Member 1:Reema Rani Member 2:Sudeshna BakiarsinghMember 3: Ruby Kumari Member 4: Jayanti SahooMember 5:Kishan Bhardwaj Member 6:Amit Ranjan Badaik

12.2 Mock-up materials and processes : H-Bridge:

74

Page 75: THESIS

Circuit Diagram

75

Page 76: THESIS

Chapter 13

Prototype testing and improvement13.1 Task distribution and monitoring

Table 13.1: Work done by each member

Work done by each member of Team ID 11 of Section B

Team leader: Reema RaniTeam member Task(s) to be

performedTask assigned date Task completed on

1: Reema rani Experimental uncertainties, Monitoring and analyzing

27/03/16 02/04/16

2 Sudeshna Baliarsingh Design of experiments, Formalize the results of testing.

27/03/16 02/04/16

3: Ruby Kumari Experimental uncertainties, Bring out improvements in the product.

27/03/16 02/04/16

4: Jayanti Sahoo Bring out improvement in the product, Monitoring and analyzing

27/03/16 02/04/16

5: Kishan Bhardwaj Design of experiments, Monitoring and analyzing

27/03/16 02/04/16

6: Amit Ranjan Badaik Monitoring and analyzing, Experimental uncertainties.

27/03/16 02/04/16

Signature of Team Members:Member 1: Reema Rani 1241015024 Member 2: Sudeshna Baliarsingh 1241015137Member 3: Ruby Kumari 1241015138 Member 4: Jayanti Sahoo 1241015139Member 5: Kishan Bhardwaj 1241015143 Member 6: Amit Ranjan Badaik 1351015002

76

Page 77: THESIS

13.3 Improvement.

1. IR Sensors

If IR sensors are used they can automatically detect & avoid obstacles.the robot goes beyond line of sight. This avoids damage to the vehicle if we are maneuvering it from a distant place.

2. Password Protection

Project can be modified in order to password protect the robot so that it can be operated only if correct password is entered. Either cell phone should be password protected or necessary modification should be made in the assembly language code. This introduces conditioned access and increases security to a great extent.

3. Adding a Camera

If the current project is interfaced with a camera (e.g. a Webcam) robot can be driven beyond line-of-sight & range becomes practically unlimited as GSM networks have a very large range.

13.4 Product cost and bill

SL NO COMPONENT SPECIFICATION QUANTITY COST1 GSM MODEM Quad band  SIM900A 

GSM modem, RS232 output

01 900

2 Gear Motor Brushless, 12V,7Amp,10RPM.

4 480

3 Microcontroller Board AT89S52 1 7504 Relay Board A21CCQ,12VDC, 4 3005 Battery 12V,7Amp 1 5006 Chassis Sun Board 1 307 Wires -- As Per Req. 50

TOTAL 3010

77

Page 78: THESIS

78

Page 79: THESIS

Original bill of the components

79

Page 80: THESIS

Chapter 14

Final product14.1 Task distribution and monitoring

Table 14.1: Work done by each member

Work done by each member of Team ID 11 of Section EIE-B

Team leader: Reema RaniTeam member Task(s) to be

performedTask assigned date Task completed on

1:Reema Rani Verifying the product, Confirming Product teardown,

02/04/2016 5/04/2016

2:Sudeshna Baliarsingh Verifying Product fabrication, Monitoring and Analyzing

02/04/2016 5/04/2016

3:Ruby Kumari Verifying the product

02/04/2016 5/04/2016

4:Jayanti Sahoo Confirming Product teardown, Monitoring and Analyzing

02/04/2016 5/04/2016

5:Kishan Bhardwaj Substantiate the results

02/04/2016 5/04/2016

6:Amit Ranjan Badaik Checking for any improvements,

02/04/2016 5/04/2016

Signature of Team Members:Member 1:Reema Rani Member 2:Sudeshna BaliarsinghMember 3:Ruby Kumari Member 4:Jayanti SahooMember 5:Kishan Bhardwaj Member 6:Amit Ranjan Badaik

80

Page 81: THESIS

14.2 Final product fabrication

81

Cell phone Oriented Robotic Vehicle

Testing of components Making the PCB

layoutSoldering the components

Connecting PCB with Motor

Connecting Motors in chassis

Assembling Battery with relay ckt

Installation of GSM modem

Connecting LCD toµ

Connecting Battery to µ

Checking and verifying the Project

Covering it as a product

Programming of µInterfacing µ with GSM

Page 82: THESIS

14.3 : Final Product Fabrication

82

Page 83: THESIS

Chapter 15

Conclusions15.1 Conclusions

The prototype of the GSM based Generator Control device was efficiently designed. This prototype has facilities to be integrated with a Generator thus making it truly mobile. The toolkit accepts the SMS, stores it, validates it and perform specific operations. The SMS is deleted from the phone each time it is read, thus making room for the next SMS.

15.2Group learning

We learnt how to work in a team with a team co ordination .We gained knowledge about our project in deep. We also had knowledge on how to implement our ideas into a certain things. We got to know about the components which we used in our projects in details. We also got to know how to implement GSM modem with Microcontroller. Learn to break complex tasks and steps. Learned to challenge assumptions. Learned to provide and receive feedback on performance. Find effective peers to emulate. Receive social support and encouragement to take risks.

15.3 Individual learning

Reema Rani :

Learned to work with a team as a team leader and also learned about how to implement a software simulated circuit into a hardware.

Sudeshna Baliarsingh:

Learned to work into a team with good co-ordination and also came to know about the circuit and the components used in details.

Ruby Kumari:

Learned to implement the basic knowledge of ours in the form of product and also learned co-ordinate with team.

Jayanti Sahoo:

Learned to work with group of people and how to calculate the values of components used in product.

83

Page 84: THESIS

Kishan Bhardwaj:

Learned to co-operate with group members and how to design a circuit for a product.

Amit Ranjan Badaik:

Learned to work with group of people and how to calculate the values of components used in product.

References[1] GSM based Robotic Car by Awab Fakih, Jovita Serrao

[2] Design Analysis of a Remote Controlled “Pick and Place” Robotic Vehicle 1B.O.Omijeh, 2R.Uhunmwangho, 3M.Ehikhamenle 1,2,3Department of Electrical/Electronic Engineering, University of Port Harcourt.

[3]Edwin Wise, Robotics Demystified (Mc-Graw Hill, 2005) and V. Subramanyam, Electric Drives (Mc-Graw Hill,)( 1996).

[4]K. J. Ayala, 8051 Microcontroller (Delmar Learning, Thomson, 3rd Edition)

[5] Cell phone operated land rover Electronics For You’ Magazine , Edition (july 2008).

[6] S. A. Nasar, I. Boldea, Electric Drives (CRC/Taylor and Francis, 2006)

[7] Schenker, L "Pushbutton Calling with a Two-Group Voice-Frequency Code", The Bell system technical journal 39 (1): 235–255, ISSN 0005-8580, (1960).

[8] ETS 300 502. European Digital Cellular Telecommunication System (Phase 2); Teleservices Supported by a GSM Public Land Mobile Network (PLMN). European Telecommunications Standards Institute. September (1994).

[9] A. Clark and R. Harun, Assessment of kalman-_lter channel estimators for an HF radio link," IEE Proceedings, vol. 133, pp. 513{521, Oct (1986).

[10] Introduction to Robotics – P.J.Mc Kerrow, Addisson Wesley, USA, 1991 Bernard Sklar, Digital Communications: Fundamentals and Applications, Prentice Hall, (2001).

[11] Jörg Eberspächer and Hans-Jörg Vögel. GSM switching, services and Protocols. John Wiley and Sons, (1999).

84

Page 85: THESIS

AppendicesAppendix A: User Manual

Step 1: Remove the GSM Modem from the prototype by disconnecting the dc jack cable.

Step 2: Now Insert the SIM in the SIM slot.

Step 3: Send the SMS from Any Cell phone to the GSM modem carrying the SIM.

i.e. FORWARD

REVERSE

LEFT

RIGHT OR

STOP accordingly.

Step 4: Now the motors are activated and the robot moves accordingly.

Appendix B: Data Sheets

Data sheets

1) GSM Modem SIM 900A2) Microcontroller3) Battery4) PCB5) LED6) LCD7) Relay8) Tansistor-BC548

Appendix C: Keil µ vision Software Programming

#include<AT89X52.H>#include<lcd.h>void forward();void reverse();void left();void right();void stop();

85

Page 86: THESIS

sbit rly1=P1^0;sbit rly2=P1^1;sbit rly3=P1^2;sbit rly4=P1^3;unsigned char i,v[80],status,k;void main(){Lcdinit();Serinit();

Locate(0x80);Display(“GSM CONTROLLED”,16);Locate(0xc0);Display(“ROBOTIC VEHICLE”,16);Delay(65000);delay(65000);

Serout(‘A’);serout(‘T’);serout(0x0d);del();Serconout(“AT+CMGD=1,4”,11);serout(0x0d);del();Serconout(“AT+CMGF=1”,9);serout(0x0d);del();Serconout(“AT+CPMS=”,8);Serout(“”);serout(‘S’);serout(‘M’);serout(“”);Serout(0x0d);del();While(1){

i=1;status=ES=0;serconout(“AT+CMGR=1”,9);serout(0x0d);i=EA=ES=1;del();del();

if(i){

Locate(0x80);Display(“Msg Received “,16);For(k=60;k<=80;k++){

If(v[k]==’F’&& v[k+1]==’O’&& v[k+2]==’R’) {status=1; goto end;}If(v[k]==’R’&& v[k+1]==’E’&& v[k+2]==’V’) {status=2;goto end;}If(v[k]==’R’&& v[k+1]==’I’&& v[k+2]==’G’) {status=3;goto end;}If(v[k]==’L’&& v[k+1]==’E’&& v[k+2]==’F’) {status=4;goto end;}If(v[k]==’S’&& v[k+1]==’T’&& v[k+2]==’O’) {status=5;goto end;}

}

Status=0;Locate(0xc0);display(“Invalid Format “,16);Del();del();

end:locate(0xc0);display(“ “,16);if(status){

86

Page 87: THESIS

locate(0xc0);write(v[k]);write(v[k+1]);write(v[k+2]);write(v[k+3]);

}serconout(“AT+CMGD=1”,9);

serout(0x0d);del();i=1;

locate(0x80);display(“GSM CONTROLLED”,16);locate(0xc0);display(“ROBOTIC VEHICLE”,16);}

If(status==1) forward();else if(status==2) reverse();else if(status==3) right();else if(status==4)left();else if(status==5) stop();}

}Void forward(){locate(0x80);display(“FORWARD “,16);locate(0xc0);display(“MOVMENT “,16);rly1=0;rly2=1;rly3=1;rly4=0;}Void reverse(){locate(0x80);display(“ REVERSE “,16);locate(0xc0);display(“ MOVMENT “,16);rly1=1;rly2=0;rly3=0;rly4=1;}

Void right(){locate(0x80);display(“ RIGHT “,16);locate(0xc0);display(“MOVMENT “,16);rly1=1;rly2=0;rly3=1;rly4=0;}

87

Page 88: THESIS

Void left(){locate(0x80);display(“ LEFT “,16);locate(0xc0);display(“ MOVMENT “,16);1_for=0;rly2=1;rly3=0;rly4=1;

}Void stop(){locate(0x80);display(“ VEHICLE “,16);locate(0xc0);display(“ MOVMENT “,16);1_for=1;rly2=1;rly3=1;rly4=1;

}

88