14
[Type text] DESIGN AND DEVELOPMENT OF AUTOMATIC START STOP SYSTEM FOR TWO WHEELER By S.KARTHIGAI SELVAN (12PEMS5001) A PROJECT REPORT Submitted in partial fulfillment of the requirements for the award of the degree Master of Technology in AUTOMOTIVE MECHATRONICS i

Cover Page (2)

Embed Size (px)

Citation preview

[Type text]

DESIGN AND DEVELOPMENT OF AUTOMATIC START STOP SYSTEM FOR TWO WHEELER

By

S.KARTHIGAI SELVAN (12PEMS5001)

A PROJECT REPORT

Submitted in partial fulfillment of the requirements for the award of the degree

Master of Technology

in AUTOMOTIVE MECHATRONICSVELTECH DR. RR & DR. SR TECHNICAL UNIVERSITY CHENNAI - 600 062MAY, 2014

BONAFIDE CERTIFICATEThis is to certify that this project report entitled, DESIGN AND DEVELOPMENT OF AUTOMATIC START STOP SYSTEM FOR TWO WHEELER is the bonafide work of S.KARTHIGAISELVAN (12PEMS5001) who carried out the project work under my supervision and submitted in partial fulfillment of the requirements for the award of the degree M.Tech in Automotive Mechatronics.

SIGNATURE OF THE GUIDE[GARC] Dr.Abhijit Kumar MandalDY.DIRECTOR[TECH.]Global automotive research center,Oragadam,Chennai.

CERTIFICATE OF EVALUATION

UNIVERSITY: VELTECH Dr. RR &Dr. SR TECHNICAL UNIVERSITYINDUSTRY : GLOBAL AUTOMOTIVE RESEARCH CENTRE, CHENNAIBRANCH & SEMESTER : M.TECH AUTOMOTIVE MECHATRONICS,Semester IVNAME OF THE STUDENTTITLE OF THE PROJECTNAME OF THE INTERNAL GUIDE- FROM GARC

S.KARTHIGAISELVAN (12PEMS5001)DESIGN AND DEVELOPMENT OF AUTOMATIC START STOP SYSTEM FOR TWO WHEELER.Dr. ABHIJIT KUMAR MANDAL

The report of the project work submitted by the above student in partial fulfillment for the award of DEGREE OF MASTER OF TECHNOLOGY IN AUTOMOTIVE MECHATRONICS OF VELTECH DR. RR & DR. SR TECHNICAL UNIVERSITY was evaluated and confirmed to be the report of the work done by the above student.This project report was submitted for VIVA VOICE held on ______________ at Global Automotive Research Centre, Chennai.INTERNAL EXAMINER FROM UNIVERSITY : INTERNAL EXAMINER FROM GARC :EXTERNAL EXAMINER:

ACKNOWLEDGEMENTI would like to express my gratitude to Dr.Abhijit Kumar Mandal, Dy.Director(tech.),GARC for all his suggestions and guidance during the learning and execution phases of the project that helped me in completing the project successfully. I express my deepest thanks to Mr.M.V.Ramachandran, Sr.Deputy Director & Head, GARC for providing me with all necessary resource and for his enormous support and encouragement. I also thank the Head of the Department, Automobile Engineering _________________ and Mr.G.Shivakumar, Veltech University for the support they have provided for the successful completion of the project.Last but not the least, I would like to acknowledge and thank my parents and friends for their encouragement and valuable advices.

ABSTRACTThe project mainly concentrated to switch off the ignition system of the two wheeler while engine is running at the idle condition. It is open loop system in which it monitor varies parameters of the two wheeler such as wheel speed,engine speed,gear position for the idle condition and hence switch off the ignition system and switch on the ignition system and starter motor after the actuation from the clutch by the driver.The idea of the project can be implemented in the various ways using digital electronics,digital logic electronics,digital signal processing,microprocessor and micro controller.

For the project pic microcontroller 16f887A is used as the control unit.intially embeddedSystem for the project is developed and then it is interfaced with the subsystems of the two wheelers such as ignition system and starter motor.

Keywords:pic microcontroller,starter motor,start stop system,optical encoder,hall effect sensor,ignition system,timer,comparator,relay driver,speed sensor,engine rpm,intcon register,intsen register,ccp module. TABLE OF CONTENTSLIST OF FIGURES ViiiLIST OF TABLES ixLIST OF ABBREVATION x 1. INTRODUCTION 01 1.1 energy resources and its usage 01 1.2 objective of the project 01 1.3 scope of the project 02 1.4 outline of the project 02 1.5 summary of the project 032. LITERATURE SURVEY 04 2.1 basic systems of two wheeler 04 2.2 indian two wheeler market 05 2.2.1 study of two wheeler market 05 2.2.2 basic systems variations in 100cc & 150cc 05 2.3 electronic system implementation in automobiles 053. TECHNOLOGY DESCRIPTION 07 3.1 input system 07 3.1.1 clutch position switch 07 3.1.2 gear position switch 07 3.1.3 wheel speed sensor 08 3.1.4 engine speed sensor 09 3.2 control system 11 3.2.1 selection of the controller 12 3.3 pic microcontroller 13 3.4 architecture of pic microcontroller 14 3.5 pin diagram of pic microcontroller 15 3.6 features of pic microcontroller 16 3.7 output systems 19 3.7.1 ignition system module 19 3.7.2 starter motor driver 24 3.8 power supply for the system 274.PROPOSED METHODOLOGY 28 4.1 block diagram of the system 28 4.2 circult diagram of the system 29 4.3 power supply for the controller 30 4.4 flow diagram of the system 315.SOFTWARE IMPLEMENTATION 34 5.1 mplab 34 5.2 hi tech c compiler 35 5.3 PIC PROGRAMMING 36 6.1 program 366 RESULT 387 CONCLUSION 408 FUTURE WORK 41 9 REFERENCE 4210 BIBLOGRAPHY 43

LIST OF FIGUREFIGURE NO PAGE NO1.1 SUMMARY OF THE WORK 03 2.1 BASIC SYSTEM OF TWO WHEELER 04 3.1 CLUTCH POSITION SWITCH 07 3.2 GEAR POSITION SWITCH 07 3.3 MOC 7811 IC CHIP 083.4 SAMPLE OF OPTICAL ENCODER 083.5 PIC MICROCONTROLLER PIN DIAGRAM 15 3.6 PIC ARCHITECTURE 163.7 TIMER 0 173.8 TIMER 1 173.9 R ELAY DRIVER 233.10 BLOCK DIAGRAM OF RELAY DRIVER 243.11 MOTOR DRIVER 25 3.12 POWER SUPPLY 274.1 BLOCK DIAGRAM OF THE PROJECT 284.2 CIRCULT DIAGRAM OF THE PROJECT 294.3 POWER SUPPLY FOR THE CONTROLLER 304.4 ALGORITHRM DIAGRAM 316.1 FINAL PROTOTYPE 39

LIST OF TABLETABLE NO PAGE NO2.1 STUDY OF TWO WHEELER MARKET 052.2 DIFFERENT SYSTEM IN THE 100CC AND 150CC 052.3 PIN DIAGRAM OF THE MOTOR DRIVER 252.4 PIN CONNECTION OF THE PIC MICROCONTROLLER 253.1 POWER SUPPLY SYSTEM 26 LIST OF ABBREVIATION:

RPM-ROTATION PER MINUTE RPS-ROTATION PER SECOND. N-SPEED OF THE VEHICLE. F-FREQUENCY V-VEHICLE SPEED W-ROTATION SPEED R-RADIUS OF THE VEHICLE. WSS-WHEEL SPED SENSOR

ii