Automobile Security Using Key Fob Gesture and Multi-Supported Apps

Size: px
Start display at page:

Download "Automobile Security Using Key Fob Gesture and Multi-Supported Apps"

Transcription

1 Automobile Security Using Key Fob Gesture and Multi-Supported Apps Md. Shakil Md. Rashid 1, A. B. Patil 2 shakilrm11@gmail.com 1, abpatil1212@yahoo.co.in 2 Deapartment of Electronic & Telecommunication 1, 2 Pimpri Chinchwad College of Engineering, Pune, India 1, 2 Abstract A modern vehicles have been using a key fob from last decade to arm and disarm the vehicles. Once the door of vehicle is close then vehicle is armed and to disarm unlock button of key fob is used. But this system is not more secure. If key fob is stolen then anyone can unlock the vehicle. Hence for preventing a vehicle from theft a 3D gesture key fob will be used.. In 3D gesture key fob one gesture will be made in air to unlock the vehicle. It will contain two different 3D gestures, one is REGULAR gesture for owner of vehicle and another is GUEST gesture for the guest i.e. for other users. In addition for high security data transmission cryptography algorithm will be used. This system will also contain features like keypad entry for activate the fuel lines, adjustable motion alarm sensitivity, Fuel cut-off and GPS fencing. unit and Fig 1.b shows the vehicle unit. In key fob unit AVR ATMEGA16 and in vehicle unit LPC2138 ARM-7 can be used. Keywords AES, GPS, GSM, 3D. I. INTRODUCTION The automobile can be stolen for different reasons viz. for resale the vehicle, for commission of crimes or for other reasons. Hence for more security for vehicles a 3D gesture key fob is made. 3D gesture key fob will disarm or unlock the vehicle by giving secrete 3D gesture in air. In addition if owner of vehicle is agree to give key fob to other then for other user a GUEST gesture will be used i.e. another gesture for other users. GUEST gesture will be activated through SMS by owner of vehicle. Once the gesture is recognized the cryptography (AES) algorithm will be used for secure transmission of data. After the 3D gesture recognisation and cryptography algorithm the vehicle will be unlocked. Once the door of vehicle will open then a password will be sent to owner of vehicle on his/her cell phone for keypad entry. Password will be activated for specific time, within the valid time password should be entered in keypad. If password will match then only vehicle will be ready to use i.e. fuel lines of vehicle will be on otherwise it will be off. In addition this system also has features like adjustable motion alarm sensitivity, remote fuel cut-off and GPS fencing. II. Block Diagram Block diagram of the system is as shown in Fig 1. It contains the vehicle unit and key fob unit. Fig 1.a shows the key fob A: Key Fob Unit B: Vehicle Unit Fig. 1 A. Key Fob Unit & B. Vehicle Unit IJETT ISSN: April 2015 Volume 2 Issue 1 226

2 III. FLOW CHART OF SYSTEM The Flow chart of system is as shown in Fig 2.It shows the complete flow of system i.e. how the system will work. The flow chart contains the following steps: Provide gesture using Accelerometer Cryptography Algorithm for data transmission Keypad entry If all above steps are done then vehicle will be ready to use. Then according to the requirement other additional application can be used. Start Make Gesture Using 3D Gesture Key Fob Gesture will be processed Is Gesture Recognized..? N Fig. 3 Accelerometer on Key Fob Circuit B. CRYPTOGRAPHIC KEYLESS ENTRY If the gesture is valid the key fob transmits a unique encrypted code that changes every time when this gesture is made. AES Cryptographic algorithm ensures the safety of the data transmitted. The key fob communicates with vehicle unit using CC2500 transceiver. This prevents thieves from detecting the static codes which were used in older keyless entry systems. Fig 4 shows the general process of cryptography. Y Using Cryptography Algorithm Encrypted Code Will be Generated and Transmitted G Is Gesture REGULAR or GUEST??? R Unique Code Keypad Entry Is Enter Code Correct..??? Y Vehicle is Ready To Use N Fig. 4 General Process of Cryptography C. REMOTE FUEL CUT-OFF Even after a high security if a vehicle is stolen then this feature is useful. If the vehicle is somehow hacked into and taken, then by sending a message to vehicle unit the fuel supply can be slowly cut-off, thereby disabling the vehicle. To cut the fuel supply a servo Motor controlled valve is used. Fig 5 shows the DC Servomotor [4]. Fig. 2 Flow Chart of System IV. FEATURES OF THE SYSTEM A. SMART GRAVITATIONAL LOCK The system can be unlock automatically just by pressing lock button from key fob. But to unlock the system a specific gesture is made in hand held wireless key fob i.e. 3D gesture is made in air. The air gesture is recognized using a 3-axis MEMS Accelerometer that senses the gravitational force exerted upon it. Without performing the secret gesture stolen key fob cannot be used to enter into the vehicle. The password can be stored in an external non-volatile memory [2]. The fig 3 shows the accelerometer on key fob circuit. IJETT ISSN: April 2015 Volume 2 Issue Fig. 5 Servomotor D. ADJUSTABLE MOTION ALARM SENSITIVITY The vehicle unit constantly monitors the vehicle motion after being armed (locked). The integrated motion sensing subsystem continuously measures the vehicles three dimensional position and detects any unauthorized motion if the vehicles is moved or tilted that exceeds a threshold level. When someone tries to break into the vehicle forcibly, then it

3 will inform to owner of vehicle using alarm or by sending SMS [4]. step is called the state. The final round is slightly different E. GPS FENCING This feature provides the facility to give particular limit for vehicle movement within a particular area. If the owner wants the car to move only within a particular area, once it moves out of area the owner would immediately receive an SMS alert as to the current location of the vehicle [4]. V. GESTURE RECOGNITION SYSTEM For gesture recognition process MEMS Accelerometer ADXL335 can be used. The MEMS Accelerometer gives the three dimensions (x, y, and z) readings of a particular object. The output signals are analog voltages that are proportional to acceleration. The acceleration can measure static and dynamic acceleration. Static acceleration resulting due to tilt and dynamic acceleration are from motion, vibration or shock. and the output after 10 rounds is the block of encrypted data. Fig. 7 Flowchart of Encryption Process Fig. 6 Axis of Acceleration Sensitivity According to the application the bandwidth can be selected. For X and Y axis the bandwidth range will be 0.5 Hz-1600 Hz, and for Z axis bandwidth range will be 0.5Hz-550Hz [6]. A. ENCRYPTION PROCESS The encryption process of AES algorithm consist the following steps: 1. Substitute bytes 2. Shift rows 3. Mix Columns 4. Add Round Key VI. CRYPTOGRAPHIC ENTRY In this system Advance Encryption Standard (AES) can be used for secure data transmission. AES, algorithm is a symmetric key cryptography. The AES standard comprises three block ciphers, i.e. AES-128, AES -192 and AES-256. The encryption of AES is carried out in blocks with a fixed block size of 128 bits each. The AES cipher speed can be determined from the number of repetitions rounds in steps which convert the input plain text into the final cipher text. Each round consists of different processing steps, including one that depends on the encryption key. In decryption process a set of reverse rounds are applies to convert the cipher text into the original plain text using same encryption key. The AES-128 algorithm is iterative and consists of 10 rounds. The input is a block of data and the initial key. Each round operates on the intermediate result of the previous round and is a sequence of the four transformations, namely Sub Bytes, Shift Rows, Mix Columns and Add Round-Key. The intermediate result of any The flow chart of encryption process is as shown in fig 4 [5]. TABLE 1 Comparison of AES Block Cipher Algorithm Time Taken MB/Sec Rijndael ( Rijndael ( Rijndael ( IJETT ISSN: April 2015 Volume 2 Issue 1 228

4 B. DECRYPTION PROCESS For decryption process following steps is used: 1. Inverse Shift rows 2. Inverse Substitute bytes 3. Inverse Add Round Key 4. Inverse Mix Columns gives security. Secure data can be transferred using cryptography algorithm. C. COMPARISON OF AES BLOCK CIPHER Here the comparison of 128 bit key, 192 bit key and 256 bit key is shown in table 1. The time taken to 128 bit key is less as compare to other hence in AES 128 bit key block cipher is used. Also 128 bit block cipher key speed is high as compare to other. VII. HARWARE AND SOFTWARE A. HARDWARE ARM-7 (lpc2138) Development Board AVR Atmega16 Development Board 16*2 Alphanumeric LCD LM1117 CC2500 Trans receiver Servo Motor GSM Modem SIM900 GPS GR 301/SR87/GR/87 Keypad ADXL 335Accelerometer Fig. 8 Simulation of Key Fob Unit B. SOFTWARE TOOL Proteus 8 Altium Designer Express PCB Keil uvision4 AVR Studio Flash Magic VIII. SIMULATION RESULTS A. SIMULATION OF KEY FOB UNIT Fig. 8 shows the simulation of key fob unit. In proteus the simulation of accelerometer is not possible hence the instead of accelerometer three potentiometer has been taken which act as three axis (x-axis, y-axis and z-axis) and UART for transmitting the data to vehicle unit. If three potentiometers satisfy the condition then the green LED glows and code is sent to vehicle unit. B. SIMULATION OF VEHICLE UNIT Fig. 9 shows the simulation of vehicle unit. First the system continuously checks the code i.e. code is received or not. If code is received from key fob unit then it checks the code is regular or guest. If the code is regular then the door of vehicle can be opened and the unique password can be entered in keypad. If the password is valid then only the motor will start. If code is guest then there is no keypad entry. Directly motor will start and vehicle is ready to use. XI. ADVANTAGES OF PROPOSED SYSTEM Even if the key fob is stolen then this system IJETT ISSN: April 2015 Volume 2 Issue Fig. 9 Simulation of Vehicle Unit Using feature like remote fuel cut-off the vehicle can be controlled through SMS. After disarm the vehicle the motion of the vehicle can be determined using feature motion alarm sensitivity. Using GPS fencing the vehicle owner can decide the area in which vehicle should be driven.

5 X. CONCLUSION This project describes an air gesture recognition system by using MEMS accelerometer. The innovative vehicle key is designed in which gesture key from key fob is compared with the stored key to secure opening of the vehicle door. This provides more protection to the vehicle even when the key fob is stolen. Again for the guest a new guest gesture will be given so that the main gesture will be safe. Also by adding many features like Cryptographic key less entry, key pad entry, adjustable motion alarm sensitivity, Remote fuel cut-off, GPS fencing etc the system becomes more secure. [14] Ruize Xu, Shengli Zhou, and Wen J. Li, Fellow, IEEE, MEMS Accelerometer Based Nonspecific-User Hand Gesture Recognition, IEEE Sensors Journal, Vol. 12, No. 5, May 2012, pp [15] S. Zhou, Q. Shan, F. Fei, W.J. Li, C.P. Kwong, and C.K. Wu et al., Gesture Recognition for Interactive Controllers using MEMS Motion Sensors, in proc. IEEE Int. Conf. Nano/Micro Engineered and Molecular Systems, Jan. 2009, pp [16] T. Schlomer, B. Poppinga, N. Henze, and S.Boll, Gesture Recognition with a Wii Controller, in proc. 2nd Int Conf. Tangible and Embedded Interaction (TEI 08), Bonn, Germany, 2008, pp XI. FUTURE ENHANCEMENT As part of enhancement this system can be implemented not only in cars but also in other vehicles as well as in various other sectors like banking where more security is required. This system may be implemented even in financial, military also or in many others. REFERENCES [1] Nurul Hutha and Arun Kumar, Vehicle Monitoring and Theft Prevention System Using ARM Cortex, International Journal of Science, Engineering and Technology Research (IJSETR) Volume 2, Issue 4, April [2] Sucitha.S, Punithavathy Mohan, Vallikannu.A.L, Advanced Security Control for Auto Theft Prevention System, International Journal of Science and Research (IJSR), Volume 3 Issue 3, March [3] Mini Malhotra, Aman Singh, Study of Various Cryptographic Algorithms", International Journal of Scientific Engineering and Research (IJSER), Volume 1 Issue 3, November [4] Prudhvi.B.R and Yuvapreethi Ganesh, "Gravity Lock: Next Generation Auto Theft Prevention System", International Conference on Advances in Electrical and Electronics Engineering (ICAEE'2013) March 17-18, 2013 Dubai. [5] Analog Devices, ADXL335,, Low Power, 3-Axis ±3 g Accelerometer datasheet. [6] RuizeXu, Shengli Zhou, and Wen J.L.MEMS Accelerometer Based Nonspecific-User Hand Gesture Recognition ieee sensors journal, vol. 12, no. 5, may [7] Mohammed Abuzalata,MuntaserMomani, Sayel Fayyad and Suleiman Abu- EinDepartments of Mechatronics and Mechanical Engineering,Faculty of Engineering, Al-Balqa Applied University, Technology, Amman, Jordan A Practical Design of Anti-Theft Car Protection System Based on Microcontroller 2012 Science Publications. [8] T. Schlomer, B. Poppinga, N. Henze, and S. Boll, Gesture recognition with a Wii controller, in Proc. 2nd Int. Conf. Tangible and EmbeddedInteraction (TEI 08), Bonn, Germany, 2008, pp [9] A. H. F. Lam, W. J. Li, Y. Liu, and N. Xi, MIDS: Micro input devices system using MEMS sensors, presented at the IEEE/RSJ Int. Conf. Intelligent Robots and Systems (IROS), Oct [10] Jacques Georgy, Member, IEEE, Aboelmagd Noureldin, Senior Member, IEEE, and Chris Goodall, Vehicle Navigator using a Mixture Particle Filter for Inertial Sensors/Odometer/Map Data/GPS Integration, IEEE Transactions on Consumer Electronics, Vol. 58, No. 2, May 2012, pp [11] Kichun Jo, Student Member, IEEE, Keounyup Chu, Student Member, IEEE, and Myoungho Sunwoo, Member, IEEE, Interacting Multiple Model Filter-Based Sensor Fusion of GPS With In-Vehicle Sensors for Real-Time Vehicle Positioning, IEEE Transactions on Intelligent Transportation Systems, Vol. 13, No. 1, March 2012, pp [12] M.S. Grewal, L.R.Weill, and A.P. Andrews, Global Positioning Systems, Inertial Navigation, and Integration, 2nd ed., New Jersey: Wiley-Interscience, [13] R. Toledo-Moreo and M.A. Zamora-Izquierdo, IMMbased Lane-Change Prediction in Highways with Low- Cost GPS/INS, IEEE Trans. Intell. Transp. Syst., Vol. 10, No.1, pp , Mar IJETT ISSN: April 2015 Volume 2 Issue 1 230

AN INTELLIGENT AUTOMOBILE ANTI-THEFT SYSTEM

AN INTELLIGENT AUTOMOBILE ANTI-THEFT SYSTEM Int. J. Chem. Sci.: 14(S3), 2016, 863-868 ISSN 0972-768X www.sadgurupublications.com AN INTELLIGENT AUTOMOBILE ANTI-THEFT SYSTEM L. K. HEMA *, ACHAL MERCY BANRA, RAJU KUMAR and RANU RAKESH SINGH Department

More information

GPS-GSM Based Intelligent Vehicle Tracking System Using ARM7

GPS-GSM Based Intelligent Vehicle Tracking System Using ARM7 GPS-GSM Based Intelligent Vehicle Tracking System Using ARM7 T.Narasimha 1, Dr. D. Vishnuvardhan 2 Student, E.C.E Department, J.N.T.U.A College of Engineering, Pulivendula, India 1 Assistant Professor,

More information

Theft Detection and Controlling System of a Vehicle Using GSM

Theft Detection and Controlling System of a Vehicle Using GSM Theft Detection and Controlling System of a Vehicle Using GSM M. Uday Kumar Naidu 1, Dr. K. Prahlada Rao 2 1 P.G Scholar, 2 Professor & principal JNTUACEA, Ananthapuramu, A.P. Department of Mechanical

More information

RTOS-CAR USING ARM PROCESSOR

RTOS-CAR USING ARM PROCESSOR Int. J. Chem. Sci.: 14(S3), 2016, 906-910 ISSN 0972-768X www.sadgurupublications.com RTOS-CAR USING ARM PROCESSOR R. PATHAMUTHU *, MUHAMMED SADATH ALI, RAHIL and V. RUBIN ECE Department, Aarupadai Veedu

More information

Automated System for Air Pollution Detection and Control in Vehicles

Automated System for Air Pollution Detection and Control in Vehicles Automated System for Air Pollution Detection and Control in Vehicles 1 Diwakar Tiwari, 2 Shashank Shekhar, 3 Anurag Joshi, 4 Aman Deep 1 Department of Electronics and Communication Engineering, M.I.T,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 4, April -2016 GSM BASED PREPAID ENERGY METER e-issn (O): 2348-4470

More information

Design of Intelligent Anti-Theft System for Electric Bicycles Wang Yanan1,a, Kang Caiqin2,b

Design of Intelligent Anti-Theft System for Electric Bicycles Wang Yanan1,a, Kang Caiqin2,b 2nd International Conference on Machinery, Materials Engineering, Chemical Engineering and Biotechnology (MMECEB 2015) Design of Intelligent Anti-Theft System for Electric Bicycles Wang anan1,a, Kang Caiqin2,b

More information

REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT

REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT K.Divya 1, M.Aarthi 2, J.Fousiya Sirin 3, R.Haritha 4,J.Iswarya 5 1 AssistantProfessor, Department of EEE, M.Kumarasamy

More information

RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve

RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve Saivignesh H 1, Mohamed Shimil M 1, Nagaraj M 1, Dr.Sharmila B 2, Nagaraja pandian M 3 U.G. Student, Department of Electronics and

More information

Detection of rash driving on highways

Detection of rash driving on highways Detection of rash driving on highways 1 Ladly Patel, 2 Kumar Abhishek Gaurav, 3 Dr. Revathi V 1,2 Mtech. CSE (Big Data & IoT), 3 Associate Professor Dayananda Sagar University, Bengaluru, India Abstract-

More information

ADVANCED HEAD-LIGHT CONTROLLING SYSTEM FOR VEHICLES

ADVANCED HEAD-LIGHT CONTROLLING SYSTEM FOR VEHICLES ADVANCED HEAD-LIGHT CONTROLLING SYSTEM FOR VEHICLES Mr. Vishal G. Nandokar 1, Prof. K. Sujatha 2, Prof. Harshvardhan Upadhyay 3 1 PG Scholar (VLSI & Embedded System) Shree Ramchandra College of Engineering,

More information

Segway with Human Control and Wireless Control

Segway with Human Control and Wireless Control Review Paper Abstract Research Journal of Engineering Sciences E- ISSN 2278 9472 Segway with Human Control and Wireless Control Sanjay Kumar* and Manisha Sharma and Sourabh Yadav Dept. of Electronics &

More information

DEVELOPMENT OF AUTOMATIC GEO- FENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON GPS TECHNOLOGY

DEVELOPMENT OF AUTOMATIC GEO- FENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON GPS TECHNOLOGY DEVELOPMENT OF AUTOMATIC GEO- FENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON GPS TECHNOLOGY Danish karim 1 and Jaspal Singh 2 1 Department of ACSD, Centre for Development of Advanced Computing, Mohali

More information

Up gradation of Overhead Crane using VFD

Up gradation of Overhead Crane using VFD Up gradation of Overhead Crane using VFD Sayali T.Nadhe 1, Supriya N.Lakade 2, Ashwini S.Shinde 3 U.G Student, Dept. of E&TC, Pimpri Chinchwad College of Engineering, Pune, India 1 U.G Student, Dept. of

More information

Smart Home Renewable Energy Management System

Smart Home Renewable Energy Management System Available online at www.sciencedirect.com Energy Procedia 12 (2011) 120 126 ICSGCE 2011: 27 30 September 2011, Chengdu, China Smart Home Renewable Energy Management System A. R. Al-Ali *, Ayman El-Hag,

More information

Wireless Smart WATT-HOUR Meter Reading Cum Electricity Theft Detection System

Wireless Smart WATT-HOUR Meter Reading Cum Electricity Theft Detection System Wireless Smart WATT-HOUR Meter Reading Cum Electricity Theft Detection System R.Kiruthika, R.Pavithra, S.Santhosh Kumar, M.Vijaysharangan Assistant professor Department of Electrical and Electronics Engineering,

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK INTOXICATED DRIVER MONITORING SYSTEM WITH AUTO CAR IGNITION DISABLE FUNCTION AND

More information

Vehicle Control System with Accident Prevention by Using IR Transceiver

Vehicle Control System with Accident Prevention by Using IR Transceiver Vehicle Control System with Accident Prevention by Using IR Transceiver Lorate Shiny 1, A.Rajakumaran 2, S.Vijay 3 Lecturer, Dept. of CSE, Sri Sai Ram College of Engineering, Bangalore, India Student,

More information

Generation of a pool of variable size symmetric keys through Image

Generation of a pool of variable size symmetric keys through Image Generation of a pool of variable size symmetric keys through Image Prerna Garg B.S.A.I.T.M. Faridabad Haryana, India prerna.it.mittal@gmail.com Deepak Garg Senior Software engineer Stryker Global Technology

More information

Figure 1 I-V characteristics of PV cells. Meenakshi Dixit, Dr. A. A. Shinde IJSRE Volume 3 Issue 12 December 2015 Page 4687

Figure 1 I-V characteristics of PV cells. Meenakshi Dixit, Dr. A. A. Shinde IJSRE Volume 3 Issue 12 December 2015 Page 4687 International Journal Of Scientific Research And Education Volume 3 Issue 12 Pages-4687-4691 December-2015 ISSN (e): 2321-7545 Website: http://ijsae.in DOI: http://dx.doi.org/10.18535/ijsre/v3i12.03 Implementation

More information

International Journal of Science Engineering and Advance Technology, IJSEAT, Vol 3, Issue 9 ISSN September-2015

International Journal of Science Engineering and Advance Technology, IJSEAT, Vol 3, Issue 9 ISSN September-2015 Design and implementation of Traffic Flow based Street Light Control System with effective utilization of solar energy M.Abhishek, Syed ajram shah, K.Chetan, K.Arun kumar B.Tech Students EEE Department

More information

International Journal of Advance Engineering and Research Development. Demand Response Program considering availability of solar power

International Journal of Advance Engineering and Research Development. Demand Response Program considering availability of solar power Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 3, March -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Demand

More information

An Autonomous Two Wheel Based Self- Balancing Robot Using Arduino

An Autonomous Two Wheel Based Self- Balancing Robot Using Arduino www.ijaceeonline.com ISSN: 2456-3935 An Autonomous Two Wheel Based Self- Balancing Robot Using Arduino Md. Abdullah Al Ahasan Lecturer, Department of Computer Science and Engineering, Bangladesh University

More information

A HIGH EFFICIENCY BUCK-BOOST CONVERTER WITH REDUCED SWITCHING LOSSES

A HIGH EFFICIENCY BUCK-BOOST CONVERTER WITH REDUCED SWITCHING LOSSES Int. J. Elec&Electr.Eng&Telecoms. 2015 Mayola Miranda and Pinto Pius A J, 2015 Research Paper ISSN 2319 2518 www.ijeetc.com Special Issue, Vol. 1, No. 1, March 2015 National Level Technical Conference

More information

Fixing and Positioning of the Object Based on RFID Technology using Robotic Arm

Fixing and Positioning of the Object Based on RFID Technology using Robotic Arm Fixing and Positioning of the Object Based on RFID Technology using Robotic Arm 1 M. Elango, 2 N.Arun Ram Kumar, 3 C.Kalyana Sundaram, 1,2 PG Student, 3 Assistant Professor 1,2,3 Dept. of Electronics And

More information

Design and Development of Micro Controller Based Automatic Engine Cooling System

Design and Development of Micro Controller Based Automatic Engine Cooling System International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 6, Number 6 (2013), pp. 753-558 International Research Publication House http://www.irphouse.com Design and Development

More information

Vehicle Dynamics and Drive Control for Adaptive Cruise Vehicles

Vehicle Dynamics and Drive Control for Adaptive Cruise Vehicles Vehicle Dynamics and Drive Control for Adaptive Cruise Vehicles Dileep K 1, Sreepriya S 2, Sreedeep Krishnan 3 1,3 Assistant Professor, Dept. of AE&I, ASIET Kalady, Kerala, India 2Associate Professor,

More information

Optimization of Seat Displacement and Settling Time of Quarter Car Model Vehicle Dynamic System Subjected to Speed Bump

Optimization of Seat Displacement and Settling Time of Quarter Car Model Vehicle Dynamic System Subjected to Speed Bump Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Optimization

More information

A New Control Algorithm for Doubly Fed Induction Motor with Inverters Supplied by a PV and Battery Operating in Constant Torque Region

A New Control Algorithm for Doubly Fed Induction Motor with Inverters Supplied by a PV and Battery Operating in Constant Torque Region IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X A New Control Algorithm for Doubly Fed Induction Motor with Inverters Supplied by

More information

Mechatronical Seed Sowing Machine

Mechatronical Seed Sowing Machine GRD Journals- Global Research and Development Journal for Volume 2 Issue 5 April 2017 ISSN: 2455-5703 Mechatronical Seed Sowing Machine Mr. Akshay Divate Miss. Drakshayini Muchandi Department of Electronics

More information

SPEED IN URBAN ENV VIORNMENTS IEEE CONFERENCE PAPER REVIW CSC 8251 ZHIBO WANG

SPEED IN URBAN ENV VIORNMENTS IEEE CONFERENCE PAPER REVIW CSC 8251 ZHIBO WANG SENSPEED: SENSING G DRIVING CONDITIONS TO ESTIMATE VEHICLE SPEED IN URBAN ENV VIORNMENTS IEEE CONFERENCE PAPER REVIW CSC 8251 ZHIBO WANG EXECUTIVE SUMMARY Brief Introduction of SenSpeed Basic Idea of Vehicle

More information

Design and Development of a Hand-glove Controlled Wheel Chair Based on MEMS

Design and Development of a Hand-glove Controlled Wheel Chair Based on MEMS Design and Development of a Hand-glove Controlled Wheel Chair Based on MEMS First Author #1, Second Author *2, Third Author #3 1Dr.Shaik Meeravali, 2M. Aparna 1. Department of Electronics and communication

More information

Design and Implementation of Automatic Solar Grass Cutter

Design and Implementation of Automatic Solar Grass Cutter IJIRST National Conference on Networks, Intelligence and Computing Systems March 2017 Design and Implementation of Automatic Solar Grass Cutter P. K. Arunkumar 1 M. Vibesh Ram 2 E. Rajesh Kumar 3 A. Manivasagam

More information

Design of Peak Usage Time and Prediction Algorithm Based Battery Charging Technique

Design of Peak Usage Time and Prediction Algorithm Based Battery Charging Technique IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 6, Ver. V (Nov - Dec. 2014), PP 34-39 www.iosrjournals.org Design of Peak Usage

More information

Digital Fuel Measuring System with Distance to Zero and Fuel Fraud Indicator

Digital Fuel Measuring System with Distance to Zero and Fuel Fraud Indicator 2017 IJSRST Volume 3 Issue 1 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Digital Fuel Measuring System with Distance to Zero and Fuel Fraud Indicator Ch. Mani Kumar,

More information

SMART DIGITAL FUEL INDICATOR SYSTEM

SMART DIGITAL FUEL INDICATOR SYSTEM SMART DIGITAL FUEL INDICATOR SYSTEM #1 Choudhary Saurabh, #2 Barapatre Shubham, #3 Bhong Kiran, #4 Sarawale R.K. #123 U.G. Students, Department of Electronics and Telecommunication Engineering, #5 Assistant

More information

Vehicals Security Systems with Advanced Microcontroller and Tracking System

Vehicals Security Systems with Advanced Microcontroller and Tracking System Vehicals Security Systems with Advanced Microcontroller and Tracking System Isaac Raju 1, Vinay K M 2 U.G Student, Department of Mechanical Engineering, CBIT Engineering College, Karnataka, India 1 U.G

More information

CONTROL OF ELECTRICITY THEFT USING ARM7 BASED PREPAID METERING SYSTEM AND GSM MODULE

CONTROL OF ELECTRICITY THEFT USING ARM7 BASED PREPAID METERING SYSTEM AND GSM MODULE CONTROL OF ELECTRICITY THEFT USING ARM7 BASED PREPAID METERING SYSTEM AND GSM MODULE B.Manisha Sanghamitra 1, S.Krithiga 2 1, 2 Electronics and Communication Engineering, SRM University, (India) ABSTRACT

More information

Maximum Solar Energy Saving For Sterling Dish with Solar Tracker Control System

Maximum Solar Energy Saving For Sterling Dish with Solar Tracker Control System 2013, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com Maximum Solar Energy Saving For Sterling Dish with Solar Tracker Control System Alireza Farivar

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 5.71 e-issn (O): 2348-4470 p-issn (P): 2348-6406 International Journal of Advance Engineering and Research Development Volume 5, Issue 05, May -2018 SPEED SYNCHRONIZATION

More information

JJS EMBEDDED BASED AUTOMATIC SOLAR RADIATION TRACKER FOR FARMERS PUMP

JJS EMBEDDED BASED AUTOMATIC SOLAR RADIATION TRACKER FOR FARMERS PUMP JJS 002-2013 EMBEDDED BASED AUTOMATIC SOLAR RADIATION TRACKER FOR FARMERS PUMP S.Kanimozhi 1, Dr. K.Gopalakrishnan 2, Asst. Prof, Dept of Electronics, S.N.R. Sons College, Coimbatore, 641006. snrkanimozhi@gmail.com

More information

Vehicle Anti-Theft Hand Brake System Using Finger- Print Scanner

Vehicle Anti-Theft Hand Brake System Using Finger- Print Scanner Vehicle Anti-Theft Hand Brake System Using Finger- Print Scanner Dipender Gahlaut 1, Manish Kumar 2 1,2 Student, Dronacharya College of Engineering, Gurgaon, Haryana (NCR), India Abstract- Vehicle theft

More information

Investigation of Benzene and Diesel Economizers Performance

Investigation of Benzene and Diesel Economizers Performance IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 14, Issue 5 Ver. II (Sep. - Oct. 2017), PP 26-31 www.iosrjournals.org Investigation of Benzene and

More information

Numerical Analysis of Speed Optimization of a Hybrid Vehicle (Toyota Prius) By Using an Alternative Low-Torque DC Motor

Numerical Analysis of Speed Optimization of a Hybrid Vehicle (Toyota Prius) By Using an Alternative Low-Torque DC Motor Numerical Analysis of Speed Optimization of a Hybrid Vehicle (Toyota Prius) By Using an Alternative Low-Torque DC Motor ABSTRACT Umer Akram*, M. Tayyab Aamir**, & Daud Ali*** Department of Mechanical Engineering,

More information

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b Applied Mechanics and Materials Vols. 300-301 (2013) pp 1558-1561 Online available since 2013/Feb/13 at www.scientific.net (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.300-301.1558

More information

Design and Experimental Study on Digital Speed Control System of a Diesel Generator

Design and Experimental Study on Digital Speed Control System of a Diesel Generator Research Journal of Applied Sciences, Engineering and Technology 6(14): 2584-2588, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: December 28, 2012 Accepted: February

More information

DESIGN & IMPLEMENTATION OF AUTOMATIC STAIRCASE CLIMBING PLATFORM

DESIGN & IMPLEMENTATION OF AUTOMATIC STAIRCASE CLIMBING PLATFORM DESIGN & IMPLEMENTATION OF AUTOMATIC STAIRCASE CLIMBING PLATFORM Sayali H. Kakade 1, Ankit I. Kohare 2, Somen P. Rakhunde 3, Kiran N. Borkar 4, Poonam G. Bhoyar 5, Jayant Y. Hande 6 1 Student, Electronics

More information

P. D. Belapurkar, S.D. Mohite, M.V. Gangawane, D. D. Doltode (Department of Mechanical, M.E.S. College of Engineering, S.P. Pune University, India)

P. D. Belapurkar, S.D. Mohite, M.V. Gangawane, D. D. Doltode (Department of Mechanical, M.E.S. College of Engineering, S.P. Pune University, India) IOSR Journal of Mechanical & Civil Engineering (IOSRJMCE) e-issn: 2278-1684,p-ISSN: 2320-334X PP 12-16 www.iosrjournals.org Development and Comparison of Manual Spring Testing Machine with Universal Testing

More information

SMART DRUNKEN DETECTION HANDHELD DEVICE.

SMART DRUNKEN DETECTION HANDHELD DEVICE. SMART DRUNKEN DETECTION HANDHELD DEVICE. Mr.SOHAN LOKHANDE 1,Mr.DHIRAJ SINGH RAJPUT 2,Mr.NILESH KUMAR PADWAL 3 Prof.Mr.MAHESH MAINDARKAR 4. IMPERIAL COLLEGE OF ENGINEERING AND RESEARCH, WAGHOLI, PUNE.412207.

More information

COMPARISON OF SOLAR TRACKING WITH FIXED PANEL POWER GENERATION (WITHOUT LOAD)

COMPARISON OF SOLAR TRACKING WITH FIXED PANEL POWER GENERATION (WITHOUT LOAD) http:// COMPARISON OF SOLAR TRACKING WITH FIXED PANEL POWER GENERATION (WITHOUT LOAD) Navalgund Akkamahadevi 1, Dr. P. P Revenkar 2, Sanath Kumar T.P 3 1,2 Department of Energy System Engineering, BVBCET

More information

Low-power TPMS Data Transmission Technique Based on Optimal Tire Condition

Low-power TPMS Data Transmission Technique Based on Optimal Tire Condition Low-power TPMS Data Transmission Technique Based on Optimal Tire Condition Suk-seung Hwang Dept. of Mechatronics Engineering, Chosun University Gwangju, Korea hwangss@chosun.ac.kr Seong-min Kim Dept. of

More information

Stressless Gear Using Embedded System Technology

Stressless Gear Using Embedded System Technology International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 6, Number 4 (2013), pp. 535-540 International Research Publication House http://www.irphouse.com Stressless Gear Using

More information

Fig no. 1- Assembly of smart braking system.

Fig no. 1- Assembly of smart braking system. Smart Braking System Shubham Muley 1, Rutuja Nirmal 2, Shubham Mali 3, Maruti Khot 4 1234 Department of Mechanical Engineering, Savitribai Phule Pune University Abstract Now a days, using two wheelers

More information

Sensing the position of throttle valve using Throttle Position Sensor

Sensing the position of throttle valve using Throttle Position Sensor Sensing the position of throttle valve using Throttle Position Sensor Nikita Dhenge 1, Krupa Deth 2, S T Valujkar 3 1&2 (National Institute of Electronics and Information Technology, Aurangabad, India)

More information

RAIN SENSING AUTOMATIC CAR WIPER

RAIN SENSING AUTOMATIC CAR WIPER International Journal of Technical Innovation in Modern Engineering & Science (IJTIMES) Impact Factor: 5.22 (SJIF-2017), e-issn: 2455-2585 Volume 4, Issue 8, August-2018 RAIN SENSING AUTOMATIC CAR WIPER

More information

Pothole Detection using Machine Learning

Pothole Detection using Machine Learning , pp.151-155 http://dx.doi.org/10.14257/astl.2018.150.35 Pothole Detection using Machine Learning Hyunwoo Song, Kihoon Baek and Yungcheol Byun Dept. of Computer Engineering, Jeju National University, Korea

More information

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM Mr.SK.SHAREEF 1, Mr.K.V.RAMANA REDDY 2, Mr.TNVLN KUMAR 3 1PG Scholar, M.Tech, Power Electronics,

More information

Shuttling of Metro Train between Stations

Shuttling of Metro Train between Stations Shuttling of Metro Train between Stations Sachi.P 1, Bharathi.V 2, Naveen Kumar.D 3,Tejaswini.M 4 1 Assistant Professor, 2, 3, 4 Students of Department of Electronics & Communication, New Horizon College

More information

Automatic Braking and Control for New Generation Vehicles

Automatic Braking and Control for New Generation Vehicles Automatic Braking and Control for New Generation Vehicles Absal Nabi Assistant Professor,EEE Department Ilahia College of Engineering & Technology absalnabi@gmail.com +919447703238 Abstract- To develop

More information

Designing Of Overload Monitoring System In Public Transportation Based On Microcontrollerin Ethiopia

Designing Of Overload Monitoring System In Public Transportation Based On Microcontrollerin Ethiopia Designing Of Overload Monitoring System In Public Transportation Based On Microcontrollerin Ethiopia Tariku Sinshaw Abstract- There has been an issue of overload passenger monitoring despite having stationed

More information

ALCOHOL DETECTION AND VEHICLE IGNITION LOCKING SYSTEM

ALCOHOL DETECTION AND VEHICLE IGNITION LOCKING SYSTEM International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 9, September 2018, pp. 1078 1084, Article ID: IJMET_09_09_117 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=9

More information

Load Frequency Control of a Two Area Power System with Electric Vehicle and PI Controller

Load Frequency Control of a Two Area Power System with Electric Vehicle and PI Controller Load Frequency Control of a Two Area Power System with Electric Vehicle and PI Controller Vidya S 1, Dr. Vinod Pottakulath 2, Labeeb M 3 P.G. Student, Department of Electrical and Electronics Engineering,

More information

[Kadam*et al., 5(8):August, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Kadam*et al., 5(8):August, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY VOICE GUIDED DRIVER ASSISTANCE SYSTEM BASED ON RASPBERRY-Pi Sonali Kadam, Sunny Surwade, S.S. Ardhapurkar* * Electronics and telecommunication

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK DESIGN AND IMPLIMENTATION OF NOVEL APPROACH FOR TRAFFIC CONTROL SYSTEM PROF. ANIKET

More information

International Journal Of Global Innovations -Vol.1, Issue.II Paper Id: SP-V1-I2-258 ISSN Online: VECHICLE PROTECTION SYSTEM USING RFID,GSM

International Journal Of Global Innovations -Vol.1, Issue.II Paper Id: SP-V1-I2-258 ISSN Online: VECHICLE PROTECTION SYSTEM USING RFID,GSM VECHICLE PROTECTION SYSTEM USING RFID,GSM #1 Potlapalli Ranjith Kumar - M.Tech Student, #2 S. Kalyan - Assistant Professor, Department of Electrical and Electronic Engineering, PATHFINDER ENGINEERING COLLEGE,

More information

Speed Control of Dual Induction Motor using Fuzzy Controller

Speed Control of Dual Induction Motor using Fuzzy Controller IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 6 (Nov. - Dec. 2013), PP 14-20 Speed Control of Dual Induction Motor using Fuzzy

More information

Design Considerations of Piezo Stepping Actuator

Design Considerations of Piezo Stepping Actuator Design Considerations of Piezo Stepping Actuator Ashwin Frank Lobo 1, Md Abdul Raheman 2, Muralidhara 3, Rathnamala Rao 4 PG Student, Department of Electrical and Electronics Engineering, NMAMIT, Nitte,

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: METHODOLOGY Design Parameter [250]

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: METHODOLOGY Design Parameter [250] IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY DESIGN AND ANALYSIS OF COMPOSITE LEAF SPRING FOR LIGHT COMMERCIAL VEHICLE (TATA ACE) Miss. Gulshad Karim Pathan*, Prof. R.K.Kawade,

More information

Fuzzy based Adaptive Control of Antilock Braking System

Fuzzy based Adaptive Control of Antilock Braking System Fuzzy based Adaptive Control of Antilock Braking System Ujwal. P Krishna. S M.Tech Mechatronics, Asst. Professor, Mechatronics VIT University, Vellore, India VIT university, Vellore, India Abstract-ABS

More information

Vibration Reduction in Aerospace Bracket through Structural Design

Vibration Reduction in Aerospace Bracket through Structural Design IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) ISSN: 2278-1684 Volume 4, Issue 5 (Nov. - Dec. 2012), PP 47-51 Vibration Reduction in Aerospace Bracket through Structural Design Murali Mohan

More information

OVER SPEED AVOIDANCE THROUGH INTELLIGENT SPEED BREAKING SYSTEM

OVER SPEED AVOIDANCE THROUGH INTELLIGENT SPEED BREAKING SYSTEM Volume 118 No. 19 2018, 2879-2886 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu OVER SPEED AVOIDANCE THROUGH INTELLIGENT SPEED BREAKING SYSTEM M

More information

Forced vibration frequency response for a permanent magnetic planetary gear

Forced vibration frequency response for a permanent magnetic planetary gear Forced vibration frequency response for a permanent magnetic planetary gear Xuejun Zhu 1, Xiuhong Hao 2, Minggui Qu 3 1 Hebei Provincial Key Laboratory of Parallel Robot and Mechatronic System, Yanshan

More information

HOMER OPTIMIZATION BASED SOLAR WIND HYBRID SYSTEM 1 Supriya A. Barge, 2 Prof. D.B. Pawar,

HOMER OPTIMIZATION BASED SOLAR WIND HYBRID SYSTEM 1 Supriya A. Barge, 2 Prof. D.B. Pawar, 1 HOMER OPTIMIZATION BASED SOLAR WIND HYBRID SYSTEM 1 Supriya A. Barge, 2 Prof. D.B. Pawar, 1,2 E&TC Dept. TSSM s Bhivrabai Sawant College of Engg. & Research, Pune, Maharashtra, India. 1 priyaabarge1711@gmail.com,

More information

Design and Analysis of 32 Bit Regular and Improved Square Root Carry Select Adder

Design and Analysis of 32 Bit Regular and Improved Square Root Carry Select Adder 76 Design and Analysis of 32 Bit Regular and Improved Square Root Carry Select Adder Anju Bala 1, Sunita Rani 2 1 Department of Electronics and Communication Engineering, Punjabi University, Patiala, India

More information

Solar Automatic Railway Track Gap Detecting Vehicle

Solar Automatic Railway Track Gap Detecting Vehicle Solar Automatic Railway Track Gap Detecting Vehicle Prafull kumar H.A 1, Abhishek Singh 2, Ankush Jangra 3, Ansuman Kumar 4, Bickey Kumar Purbey 5 1.2.3.4.5 Mechanical Engineering; Atria Institute of Technology

More information

Hardware Implementation of Power Generation using Attic Type Internally Braced Air Exhauster for Industrial Application

Hardware Implementation of Power Generation using Attic Type Internally Braced Air Exhauster for Industrial Application 2016 IJSRSET Volume 2 Issue 2 Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Hardware Implementation of Power Generation using Attic Type Internally Braced Air

More information

Implementation of Smart Car Washing Using GSM PLC

Implementation of Smart Car Washing Using GSM PLC Implementation of Smart Car Washing Using GSM PLC Akilandeswari.K 1, Haripriya.J 2,Sangavi Nirmala.V 3,Rathna Prabha.S 4 U.G. Student, Department of Instrumentation and Control Engineering, Saranathan

More information

Power Management with Solar PV in Grid-connected and Stand-alone Modes

Power Management with Solar PV in Grid-connected and Stand-alone Modes Power Management with Solar PV in Grid-connected and Stand-alone Modes Sushilkumar Fefar, Ravi Prajapati, and Amit K. Singh Department of Electrical Engineering Institute of Infrastructure Technology Research

More information

Maximum Demand Control using Microcontroller AT89c51

Maximum Demand Control using Microcontroller AT89c51 IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, PP 18-23 www.iosrjournals.org Maximum Demand Control using Microcontroller AT89c51 Apurva A. Bhagwat

More information

M.A.R.S - Mechanized Air Refilling System

M.A.R.S - Mechanized Air Refilling System M.A.R.S - Mechanized Air Refilling System P.Omprakash 1, T.Senthil Kumar 2 1 Assistant Professor 1,2 Velammal College of Engineering and Technology, Madurai Abstract: Every section of an automobile is

More information

e t Performance of Extended Inlet and Extended Outlet Tube on Single Expansion Chamber for Noise Reduction

e t Performance of Extended Inlet and Extended Outlet Tube on Single Expansion Chamber for Noise Reduction e t International Journal on Emerging Technologies 7(1): 37-41(2016) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Performance of Extended Inlet and Extended Outlet Tube on Single Expansion

More information

EVALUATION ON FAILURE OF AN AUTOMOBILE DRIVE SHAFT

EVALUATION ON FAILURE OF AN AUTOMOBILE DRIVE SHAFT EVALUATION ON FAILURE OF AN AUTOMOBILE DRIVE SHAFT International Journal of Latest Trends in Engineering and Technology Vol.(8)Issue(3), pp.059-067 DOI: http://dx.doi.org/10.21172/1.83.008 e-issn:2278-621x

More information

Static And Dynamic Analysis Of Bevel Gear Set

Static And Dynamic Analysis Of Bevel Gear Set IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 14, Issue 5 Ver. III (Sep. - Oct. 2017), PP 01-07 www.iosrjournals.org Static And Dynamic Analysis

More information

A Portable Photovoltaic Powerplant for Emergency Electrical Power Supply in Disaster Affected Areas

A Portable Photovoltaic Powerplant for Emergency Electrical Power Supply in Disaster Affected Areas A Portable Photovoltaic Powerplant for Emergency Electrical Power Supply in Disaster Affected Areas Indra Riyanto, Suparmoko Pusat Studi Lingkungan Universitas Budi Luhur Jakarta, Indonesia indra.riyanto@budiluhur.ac.id

More information

Fabrication and Automation of Solvent less Packaging Machine

Fabrication and Automation of Solvent less Packaging Machine Fabrication and Automation of Solvent less Packaging Machine Masood Nazir*, Prof Rashmi Ranjan Das# * M.tech Student at School of Electrical Engineering, VIT University Vellore, Tamilnadu-632014 India

More information

Smart City Garbage Collection & Monitoring System

Smart City Garbage Collection & Monitoring System Smart City Garbage Collection & Monitoring System P M.Palkar 1, T. Pathan 2, Ankita P. Hedaoo 3, Kalyani A. Harode 4, Nutan M. Petkule 5, Pranjali P. Kakade 6, Pranita D. Kolhe 7. 1 Assistant Professor,

More information

A Novel Implementation of Phase Control Technique for Speed Control of Induction Motor Using ARDUINO

A Novel Implementation of Phase Control Technique for Speed Control of Induction Motor Using ARDUINO A Novel Implementation of Phase Control Technique for Speed Control of Induction Motor Using ARDUINO Y. V. Niranjan Kumar1, P. Hima Bindu 2, A. Divya Sneha 3, A. Sravani 4 1 Assistant Professor & Head

More information

PROTOTYPE OF SELF-BALANCING TWO WHEELER

PROTOTYPE OF SELF-BALANCING TWO WHEELER PROTOTYPE OF SELF-BALANCING TWO WHEELER Rishikesh Patil 1, Kunal Satalkar 2, Vivek Shirsath 3, Vineet Singh 4, Ass. Prof. Avani Karyakarte 5 Department of Mechanical Engineering, Genba Sopanrao Moze College

More information

Lithium-ion Battery Charging System using Constant-Current Method with Fuzzy Logic based ATmega16

Lithium-ion Battery Charging System using Constant-Current Method with Fuzzy Logic based ATmega16 International Journal of Power Electronics and Drive System (IJPEDS) Vol. 5, No. 2, October 2014, pp. 166~175 ISSN: 2088-8694 166 Lithium-ion Battery Charging System using Constant-Current Method with

More information

arxiv: v1 [cs.cy] 17 Nov 2017

arxiv: v1 [cs.cy] 17 Nov 2017 Instant Accident Reporting and Crowdsensed Road Condition Analytics for Smart Cities arxiv:1711.06710v1 [cs.cy] 17 Nov 2017 Ashkan Yousefpour, Caleb Fung, Tam Nguyen, David Hong, Daniel Zhang Advanced

More information

New York Science Journal 2017;10(3)

New York Science Journal 2017;10(3) Improvement of Distribution Network Performance Using Distributed Generation (DG) S. Nagy Faculty of Engineering, Al-Azhar University Sayed.nagy@gmail.com Abstract: Recent changes in the energy industry

More information

Design & Development of Regenerative Braking System at Rear Axle

Design & Development of Regenerative Braking System at Rear Axle International Journal of Advanced Mechanical Engineering. ISSN 2250-3234 Volume 8, Number 2 (2018), pp. 165-172 Research India Publications http://www.ripublication.com Design & Development of Regenerative

More information

Sensing of Diesel Vehicle Exhaust Gases under Vibration Condition

Sensing of Diesel Vehicle Exhaust Gases under Vibration Condition Available online at www.sciencedirect.com Procedia Environmental Sciences () 7 Sensing of Diesel Vehicle Exhaust Gases under Vibration Condition Chuliang Wei and Zhemin Zhuang, Qin Xin, A.I. Al-Shamma

More information

Enhance the Performance of Heat Exchanger with Twisted Tape Insert: A Review

Enhance the Performance of Heat Exchanger with Twisted Tape Insert: A Review Enhance the Performance of Heat Exchanger with Twisted Tape Insert: A Review M.J.Patel 1, K.S.Parmar 2, Umang R. Soni 3 1,2. M.E. Student, department of mechanical engineering, SPIT,Basna, Gujarat, India,

More information

International Journal Of Global Innovations -Vol.2, Issue.I Paper Id: SP-V2-I1-048 ISSN Online:

International Journal Of Global Innovations -Vol.2, Issue.I Paper Id: SP-V2-I1-048 ISSN Online: Multilevel Inverter Analysis and Modeling in Distribution System with FACTS Capability #1 B. PRIYANKA - M.TECH (PE Student), #2 D. SUDHEEKAR - Asst Professor, Dept of EEE HASVITA INSTITUTE OF MANAGEMENT

More information

Microcontroller Based Prepaid Energy Meter to Control Electricity Theft

Microcontroller Based Prepaid Energy Meter to Control Electricity Theft Microcontroller Based Prepaid Energy Meter to Control Electricity Theft Tajeen K Hundekari 1, Prof. G. P. Jain 2, Mr. Sagar R Somani 3 PG Student, Dept. of Electronics Engineering, Walchand Institute of

More information

Design of Self-Adjusting Strainer Assembly for Off-road Conditions used in Diesel Engine

Design of Self-Adjusting Strainer Assembly for Off-road Conditions used in Diesel Engine Design of Self-Adjusting Strainer Assembly for Off-road Conditions used in Diesel Engine #1 Aditya C. Zod, #2 Dr. A. B. Kanase-Patil 1 PG Student, Department of Mechanical Engineering, Sinhgad College

More information

Research on Skid Control of Small Electric Vehicle (Effect of Velocity Prediction by Observer System)

Research on Skid Control of Small Electric Vehicle (Effect of Velocity Prediction by Observer System) Proc. Schl. Eng. Tokai Univ., Ser. E (17) 15-1 Proc. Schl. Eng. Tokai Univ., Ser. E (17) - Research on Skid Control of Small Electric Vehicle (Effect of Prediction by Observer System) by Sean RITHY *1

More information

Simulation and Analysis of Vehicle Suspension System for Different Road Profile

Simulation and Analysis of Vehicle Suspension System for Different Road Profile Simulation and Analysis of Vehicle Suspension System for Different Road Profile P.Senthil kumar 1 K.Sivakumar 2 R.Kalidas 3 1 Assistant professor, 2 Professor & Head, 3 Student Department of Mechanical

More information

Smart Battery Management System with Active Cell Balancing

Smart Battery Management System with Active Cell Balancing Indian Journal of Science and Technology, Vol 8(19), DOI: 10.17485/ijst/2015/v8i19/76695, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Smart Battery Management System with Active Cell

More information