AN OPTIMAL APPROACH FOR AUTONOMOUS PARALLEL PARKING OF NONHOLONOMIC VEHICLE

Size: px
Start display at page:

Download "AN OPTIMAL APPROACH FOR AUTONOMOUS PARALLEL PARKING OF NONHOLONOMIC VEHICLE"

Transcription

1 AN OPTIMAL APPROACH FOR AUTONOMOUS PARALLEL PARKING OF NONHOLONOMIC VEHICLE I.Pavithra, S.Pradheep Kumar,V.Sharmila,N.K.Senthil,R.Prasanna Department of ECE, Knowledge Institute of Technology, Salem, India Received: 03/01/2017, Revised: 03/02/2017 and Accepted: 05/03/2017 Abstract The goal of this project is to design a simple prototype parking system that can perform parallel parking maneuvers autonomously. This system would include a series of ultrasonic sensors as well as a central microcontroller that controls the car. The autonomously parallel parking car first senses its surroundings with a series of ultrasonic sensors placed around the border of the car. These sensors are connected to an Arduino UNO R3, which reads the output voltages from the sensors. The car then moves accordingly, based on values from the sensors. The car is steered by its front wheels. The front axle is connected to a servo motor, which can be written to specific angles based on signals given by the Arduino. The car is driven by its rear wheels, which are controlled by a simple electric motor and H-bridge configuration. The H-bridge enables the motor to switch directions and vary rotation speed. Keywords: H-Bridge, front axle, servo motor, rotation speed, ultrasonic sensor 1. Introduction We created an RC Car that can identify a parking space and parallel park by itself. The RC Car drives down a street searching for a parking space using an ultrasonic sensor.when the car has identified a space, the car checks to see whether that space is large enough to park in. If it determines that there is sufficient space, the car will begin parallel parking into that space. It uses information from sensors placed on the front, right, and rear of the car to direct the car into the parking space. Once the car was parked, it will remain in that position until it is reset. The control system contains all the hardware and its associated software. It allows the parking and parking detection algorithms to interface with the car. The software in this module is broken up into three major sections: the Left-Right/Front-Back (LR/FB) state machines, master state machine, and distance calculations. The LR/FB state machines determines which direction to move the car based on flags set by the detect parking space and park car algorithms. Once the LR/FB state machines decides which direction to move the car, the master state machine implements this movement by sending the correct input and enable signals to the H-Bridge. The distance calculations implemented independently every millisecond. 2. LITERATURE REVIEW 129

2 2.1. Automatic parking lot mapping for available parking space detection Kairoek Choeychuen Telecommunication Engineering, Engineering Faculty Rajamangala University of Technology Rattanakosin 96 moo3 Salaya, Bhuda-monthon, Nakhon-pathom, 73170, Thailand.This paper presents a method to estimate map of parking lot for automatic system of available parking space detection. The parking space detection is important module for the parking guidance system (PGS) that can help drivers to find the parking space efficiently. Instead of masked parking slots by human, we try to mask them by using histograms of spatial features. However, under poor image quality, we face dynamic change of background. Although we have applied adaptive background model for background subtraction, the problem still remains. To overcome this problem, we propose an automatic thresholding for tuning object (car) detection in adaptive background model method. The fine-tuning technique can improve accuracy of the histogram for the parking lot mapping. The experimental results were shown both simulation on the parking model and real parking lot correctly. Keywords- component; automatic parking lot mapping; parking guidance system; automatic thresholding for background subtraction; spatial histograms Automatic Parking Identification and Vehicle Guidance with Road Awareness Guy Krasner, Eyal Katz, Electrical Engineering Department Afeka, Tel Aviv College of Engineering Tel Aviv, Israel.Advanced driver assistance systems (ADAS) are becoming more common in safety and convenience applications. The computer vision based ADAS described in this paper, is an add-on system, suitable to variety of cars. It detects vacant legal parking spots, and safely guides the vehicle into the selected parking. Detection can be performed in both indoor parking lots and along roadsides. The system is composed of three standard computer-connected webcams, which are attached to the vehicle. Upon slowing down, the system starts searching automatically for a right hand-side vacant parking spot, while being aware to parking color signs. Once detected, the parking orientation is determined, and the driver is notified. Once a parking is selected by the driver, the relative position between the vehicle and the parking spot is monitored. Vocal and visual parking guidance instructions are presented to the driver. In addition, if during parking, an object is moving on the road towards the car, a safety alert is given. The system is universal in the sense that, as an add-on system, it can be installed on any private 4-wheeled vehicle, and is suited to urban driving environment. Keywords computer vision, image processing, parking detection, parking guidance, advanced driver assistance systems (ADAS), parking color signs IoT Based Airport Parking System M.Suresh, P.Saravana Kumar, Dr.T.V.P.Sundararajan, Department of ECE, Bannari Amman Institute of Technology, Sathyamangalam, TamilNadu, India.The proliferation of technology paves way to new kind of devices that can communicate with other devices to produce output mostly on wireless communication. Wirelessly communicating embedded devices are brought to one another in a single link over Internet called IoT (Internet of Things). If all objects and people in daily life were equipped with identifiers, computers could manage and inventory them. Besides using RFID, the tagging of things may be achieved through such technologies as near field communication, barcodes, QR codes and digital watermarking. Here new method of using embedded technology to provide such application, Arduino is used as an embedded controller to interface Ethernet shield with a PC/Laptop to provide IoT over Ethernet. A user can use this parking service in the airport scenario provided by airport authority with user ID and password. Whenever a user need to check the 130

3 vehicle in the parking lot, uses the ID and password to logon into the airport web link and view the status of the car in the parking lot using IoT. Keywords IoT (Internet of Things), QR code (Quick Response Code), RFID (Radio-Frequency Identification) Development of a Practical Automatic Parking Technology for Automobiles Minh Quan Dao, Kang-Zhi Liu, Proceedings of the 45th IEEE Conference on Decision & Control Manchester Grand Hyatt Hotel San Diego, CA, USA, December 13-15, 2006.This paper aims at developing a practical automatic parking technology for 4-wheeled cars, which is able to park cars subject to parking space constraint and steering angle saturation. The feedback law is designed based on the switching control method proposed by the authors for chained systems. The focus of this paper is to prove a condition on the state under which the stability is guaranteed even when the steering angle is saturated. The proposed method is validated by numerous parking experiments An Intelligent Parking Management System based on RS485 and RFID Huayu Zhou, Zhihua Li Hangzhou Institute of Service Engineering Hangzhou Normal University Hangzhou, P.R. China.This paper presents a design for an intelligent parking management system, based on the integrated RS485 and RFID. In this system, a vehicle can quickly and easily access to the car park. Such a system uses three-dimensional ultrasonic detection technology. Vehicles are interconnected via RS485 terminal that implements parking data reliable transmission of the information and combines with the RFID technology for vehicle access control. The system has been tested, and the results show that it can substantially optimize the management of car parks, save the administrative costs, and low cost, and it is a reliable system. Keywords- Intelligent parking; RFID technology; Ultrasonic detection. 3. BLOCK DIAGRAM SWITCH Ultrasonic SENSOR Ultrasonic SENSOR (left) ATMEGA 328 H- BRID GE DC GEAR ED MOTO R Ultrasonic SENSOR Ultrasonic SENSOR DC GEARED MOTOR BATTERY 131

4 4. PIN CONFIGURATION 5. WORKING We created an RC Car that can identify a parking space and parallel park by itself. The RC Car drives down a street searching for a parking space to its right using a distance sensor. When the car has identified a space, the car checks to see whether that space is large enough to park in. If it determines that there is sufficient space, the car will begin parallel parking into that space. It uses information from sensors placed on the front, right, and rear of the car to direct the car into the parking space. Once the car was parked, it will remain in that position until it is reset. We use an ST Micro L298HN H-Bridge to control the motors of the RC Car. It allows us to switch between +/-5V across the motor. It also allows us to source the power from the batteries while using the processor to control the transistors in the H-Bridge. The control algorithm turns the appropriate transistors on/off, applying the proper voltage across the brush motor. We power the motors using four AA batteries, which are stored in the battery compartment of the RC car. These batteries supply the Supply Voltage to the H-bridge, which in turn powers the motor. We use a 9V battery to power the PCB. We used three Sharp infrared distance sensors to determine the distance between our car and nearby objects. We placed a sensor on the front, the right side, and the rear of the car. For the front and rear, we used 4-30cm sensors. For the right side, we used we used a 10-80cm sensor. We decided to use a sensor with a larger range for the side so that we could more easily detect a parking space. 132

5 HARDWARE DESCRIPTION ULTRASONIC SENSOR Ultrasonic ranging module HC - SR04 provides 2cm - 400cm non-contact measurement function, the ranging accuracy can reach to 3mm.The modules includes ultrasonic transmitters, receiver and control circuit. Test distance = (high level time velocity of sound (340M/S) / 2. DC Motors: The inner workings of a basic DC motor, The outside section of the motor is the stator (stationary part), while the inside section is the rotor (rotating part).the stator is comprised of two (or more) permanent magnet pole pairs, while the rotor is comprised of windings that are connected to a mechanical commutator. The opposite polarities of the energized winding and the stator magnet attract each other. When this occurs the rotor will rotate until perfect alignment with the stator is achieved. When the rotor reaches alignment, the brushes move across the commutator contacts (middle section of rotor) and energies the next winding. There are two other types of DC motors: series wound and shunt wound. These motors also use a similar rotor with brushes and a commutator. However, the stator uses windings instead of permanent magnets. The basic principle is still the same. A series wound DC motor has the stator windings in series with the rotor. A shunt wound DC motor has the stator windings in parallel with the rotor winding. INTERNAL ARCHITECTURE 133

6 SOFTWARE MODULE Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. Arduino can sense the environment by receiving input from a variety of sensors and can affect its surroundings by controlling lights, motors, and other actuators. The micro controller on the board is programmed using the Arduino based programming language (based on wiring) and the Arduino development environment (based on processing). Arduino projects can be stand-alone or they can communicate with software running on a computer (e.g. Flash, Processing, MaxMSP). CIRCUIT DIAGRAM 134

7 METHODOLOGY Motion 1: Finding a Parking Space Motion 2: Reversing Toward Curb Motion 3: Straightening Out Region Mapping: The Pioneer must scan the area, as it is moving along a preprogramed trajectory. This will provide a mapping of the region, and the detection of any nearby obstacles. Given that no obstacles are encountered, the Pioneer will continue on its path looking for parking spots. Parking Spot Detection and Assessment: Once an opening in a row of parked robots is found, the Pioneer will determine if it is suitable by measuring its length and width. No height measurements will be taken into account. Flow Diagram: SCOPE OF THE PROJECT The scope of the project is to model the parallel parking system of non-holonomic vehicles through Embedded Processors. In modern life time and in a busy world it is difficult to find a parking space to park our vehicles. So our project is to 135

8 make the non-holonomic vehicle to park itself by identifying the space and intimate to the owner about the parking details to save our time and concentrate on our works. CONCLUSION The autonomous parking problem attracts a great deal of attention from the research community and the automobile industry because of the complexity of this problem for non-holonomic vehicles and the possibility of numerous practical applications. The parallel parking project has been successful to the extent that the Pioneer robot is capable of detecting a sufficient parking spot for itself, generating an optimal trajectory that it needs to follow, and tracing the trajectory to fit itself into the detected spot. One of the aims of the project was to design the robot so that it would park itself in appropriate path. REFERENCES [1]. This link refers to technical document that contains information about electronic control unit. [2]. this website contains technical articles, books and manuals that help us find what s wrong with our vehicle and what needed to fix it. [3]. David Epsilon, An embedded software premier, Pearson education, [4]. Joshua Pérez, Fernando Saco, Vicente MI lanes, Antonio Jiménez, Julio C. Diaz and Teresa de Pedro, an RFID based Intelligent Vehicle speed controller using active traffic signals, SENSORS 2010, ; doi: /s [5]. Van NE s. N; Houtenbos. M; van SC Hagen. I: Improving Speed behaviour: The Potential of In-Car Speed Assistance and Speed Limit Credibility. IET Intel. Transp. Syst. 2008, 2, [6]. MI lanes, V. Onieva, E. Perez, J. De Pedro, T. Gonzalez, C. Control of VelocidadAdaptativo para EntornosUrbanosCongestionados. Rev. Iberoam, automat. Informat. Ind.2009, [7]. Joachim Langen walter; The Math Works embedded automotive system development process - steer-by-wire system, Design,Automation and test in Europe, Proceedings, vol. 1, pp , Mar [8]. S. Laws, C. Gadda, S. Kohn, P. Yih, J.C Gerdes, J.C Milroy, Steer-by-wire suspension and steering design for controllabilityand observability, 16th IFAC World Congress, Volume 16, part 1,2005. [9]. Se - Wook OH, Ho-Chol CHAE, Seok-Chan YUN and Chang-Soo HAN; The design of a controller for steer-by-wire system ; JSME international Journal, VOl. 47(2004), No. 3, pp [10]. Jose E. Naranjo; Carlos Gonzalez; Garcia, R; de Pedro, T.Haber, R.E.; power-steering control architecture for automatic driving, IEEE transaction Intelligent Transportation System,VOL.6, NO. 4, pp , Dec

AUTOMATIC SPEED LIMITER AND RELIEVER FOR AUTOMOBILES

AUTOMATIC SPEED LIMITER AND RELIEVER FOR AUTOMOBILES AUTOMATIC SPEED LIMITER AND RELIEVER FOR AUTOMOBILES PROJECT REFERENCE NO. : 37S1003 COLLEGE : PES INSTITUTE OF TECHNOLOGY AND MANAGEMENT, SHIVAMOGGA BRANCH : ELECTRONICS AND COMMUNICATION ENGINEERING

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

[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

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

An Autonomous Braking System of Cars Using Artificial Neural Network

An Autonomous Braking System of Cars Using Artificial Neural Network I J C T A, 9(9), 2016, pp. 3665-3670 International Science Press An Autonomous Braking System of Cars Using Artificial Neural Network P. Pavul Arockiyaraj and P.K. Mani ABSTRACT The main aim is to develop

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

China Intelligent Connected Vehicle Technology Roadmap 1

China Intelligent Connected Vehicle Technology Roadmap 1 China Intelligent Connected Vehicle Technology Roadmap 1 Source: 1. China Automotive Engineering Institute, , Oct. 2016 1 Technology Roadmap 1 General

More information

Design and Implementation of Automatic Steering Control

Design and Implementation of Automatic Steering Control Design and Implementation of Automatic Steering Control Shweta Dhargawe Dept. of Electronics &Telecommunication Priyadarshini College of Engineering, Sonali Kailaswar Dept. of Electronics & Telecommunication

More information

Solar based Automatic Harvesting Robot

Solar based Automatic Harvesting Robot Solar based Automatic Harvesting Robot Elango A 1, Senthil Kumar S 2, Vijaykumar R 3, Muthulingaraj M 4, Rajnivas B 5 1,2,3,4, Department of Mechatronics Engineering, PPG Institute of Technology, Coimbatore,

More information

IOT BASED GARBAGE MONITORING SYSTEM USING ARDUINO AND ETHERNET SHIELD

IOT BASED GARBAGE MONITORING SYSTEM USING ARDUINO AND ETHERNET SHIELD IOT BASED GARBAGE MONITORING SYSTEM USING ARDUINO AND ETHERNET SHIELD Mr. Anand Prakash Rawal, Assistant Professor, Department of I.T, Institute of Technology, Guru Ghasidas Vishwavidyalaya (A Central

More information

SYSTEM CONFIGURATION OF INTELLIGENT PARKING ASSISTANT SYSTEM

SYSTEM CONFIGURATION OF INTELLIGENT PARKING ASSISTANT SYSTEM SYSTEM CONFIGURATION OF INTELLIGENT PARKING ASSISTANT SYSTEM Ho Gi Jung *, Chi Gun Choi, Dong Suk Kim, Pal Joo Yoon MANDO Corporation ZIP 446-901, 413-5, Gomae-Dong, Giheung-Gu, Yongin-Si, Kyonggi-Do,

More information

Journal of Emerging Trends in Computing and Information Sciences

Journal of Emerging Trends in Computing and Information Sciences Pothole Detection Using Android Smartphone with a Video Camera 1 Youngtae Jo *, 2 Seungki Ryu 1 Korea Institute of Civil Engineering and Building Technology, Korea E-mail: 1 ytjoe@kict.re.kr, 2 skryu@kict.re.kr

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

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

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL EPSRC-JLR Workshop 9th December 2014 Increasing levels of autonomy of the driving task changing the demands of the environment Increased motivation from non-driving related activities Enhanced interface

More information

A Comprehensive Study on Speed Control of DC Motor with Field and Armature Control R.Soundara Rajan Dy. General Manager, Bharat Dynamics Limited

A Comprehensive Study on Speed Control of DC Motor with Field and Armature Control R.Soundara Rajan Dy. General Manager, Bharat Dynamics Limited RESEARCH ARTICLE OPEN ACCESS A Comprehensive Study on Speed Control of DC Motor with Field and Armature Control R.Soundara Rajan Dy. General Manager, Bharat Dynamics Limited Abstract: The aim of this paper

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

SELF DRIVING VEHICLE WITH CONTROL SYSTEM USING STEREOVISION TECHNIQUE

SELF DRIVING VEHICLE WITH CONTROL SYSTEM USING STEREOVISION TECHNIQUE SELF DRIVING VEHICLE WITH CONTROL SYSTEM USING STEREOVISION TECHNIQUE Kekan S M*, Dr. Mittal S K Department of Electrical Engineering, G.H. Raisoni Institute of Engineering and Technology, Wagholi, Pune-412207,

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

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

Enhancing Wheelchair Mobility Through Dynamics Mimicking

Enhancing Wheelchair Mobility Through Dynamics Mimicking Proceedings of the 3 rd International Conference Mechanical engineering and Mechatronics Prague, Czech Republic, August 14-15, 2014 Paper No. 65 Enhancing Wheelchair Mobility Through Dynamics Mimicking

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

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

Automatic Car Driving System Using Fuzzy Logic

Automatic Car Driving System Using Fuzzy Logic Automatic Car Driving System Using Fuzzy Logic Vipul Shinde, Rohan Thorat, Trupti Agarkar B.E Electronics, RamraoAdik Institute of Technology, Nerul, Navi Mumbai. ABSTRACT: In Boolean logic the truth-value

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

Quiet-running family of products with the lowest torque pulsation

Quiet-running family of products with the lowest torque pulsation Press release Highly dynamic, 3-phase internal rotor motor for industrial applications Quiet-running family of products with the lowest torque pulsation For industrial systems and devices, compact motors

More information

RB-Mel-03. SCITOS G5 Mobile Platform Complete Package

RB-Mel-03. SCITOS G5 Mobile Platform Complete Package RB-Mel-03 SCITOS G5 Mobile Platform Complete Package A professional mobile platform, combining the advatages of an industrial robot with the flexibility of a research robot. Comes with Laser Range Finder

More information

Note 8. Electric Actuators

Note 8. Electric Actuators Note 8 Electric Actuators Department of Mechanical Engineering, University Of Saskatchewan, 57 Campus Drive, Saskatoon, SK S7N 5A9, Canada 1 1. Introduction In a typical closed-loop, or feedback, control

More information

Power Management Scheme of a Photovoltaic System for Self-Powered Internet of Things

Power Management Scheme of a Photovoltaic System for Self-Powered Internet of Things Power Management Scheme of a Photovoltaic System for Self-Powered Internet of Things Renan Emanuelli Rotunno, Petros Spachos and Stefano Gregori School of Engineering, University of Guelph, Guelph, Ontario,

More information

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M.

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M. Super Squadron technical paper for International Aerial Robotics Competition 2017 Team Reconnaissance C. Aasish (M.Tech Avionics) S. Jayadeep (B.Tech Avionics) N. Gowri (B.Tech Aerospace) ABSTRACT The

More information

Implementation of telecontrol of solar home system based on Arduino via smartphone

Implementation of telecontrol of solar home system based on Arduino via smartphone IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Implementation of telecontrol of solar home system based on Arduino via smartphone To cite this article: B Herdiana and I F Sanjaya

More information

Hardware Design of Brushless DC Motor System Based on DSP28335

Hardware Design of Brushless DC Motor System Based on DSP28335 Hardware Design of Brushless DC Motor System Based on DSP28335 Abstract Huibin Fu a, Wenbei Liu b and Xiangmei Du c School of Shandong University of Science and Technology, Shandong 266000, China. a imasmallfish@163.com,

More information

CONTROLLING CAR MOVEMENTS WITH FUZZY INFERENCE SYSTEM USING AID OF VARIOUSELECTRONIC SENSORS

CONTROLLING CAR MOVEMENTS WITH FUZZY INFERENCE SYSTEM USING AID OF VARIOUSELECTRONIC SENSORS MATERIALS SCIENCE and TECHNOLOr;y Edited by Evvy Kartini et. al. CONTROLLING CAR MOVEMENTS WITH FUZZY INFERENCE SYSTEM USING AID OF VARIOUSELECTRONIC SENSORS Rizqi Baihaqi A. t,agus Buono', Irzaman", Hasan

More information

PLC BASED AUTOMATIC RAILWAY GATE CONTROLLER AND OBSTACLE DETECTOR

PLC BASED AUTOMATIC RAILWAY GATE CONTROLLER AND OBSTACLE DETECTOR Plc Based Automatic Railway Gate Controller And Obstacle Detector 133 International Journal of Latest Trends in Engineering and Technology Vol.(9)Issue(3), pp.133-139 DOI: http://dx.doi.org/10.21172/1.93.23

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

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

A Presentation on. Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing

A Presentation on. Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing A Presentation on Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing Presented By: Abhishek Shriram Umachigi Department of Electrical Engineering

More information

REDUCING THE OCCURRENCES AND IMPACT OF FREIGHT TRAIN DERAILMENTS

REDUCING THE OCCURRENCES AND IMPACT OF FREIGHT TRAIN DERAILMENTS REDUCING THE OCCURRENCES AND IMPACT OF FREIGHT TRAIN DERAILMENTS D-Rail Final Workshop 12 th November - Stockholm Monitoring and supervision concepts and techniques for derailments investigation Antonella

More information

[Shah, 4(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Shah, 4(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY SMART CONTROLLER TO MAINTAIN SAFE DISTANCE BETWEEN VEHICLES Sharvil Shah Computer Science and Engineering, VIT, Vellore, India

More information

Smart Parking System Using Arduino Programming

Smart Parking System Using Arduino Programming Smart Parking System Using Arduino Programming Ekanath 1, Adarsh V 2, Sreejith S 3, Vidya Kamath 4 1,2,3,4 Computer Science, Srinivas School of Engineering Abstract In our modern world where there is a

More information

Fully Regenerative braking and Improved Acceleration for Electrical Vehicles

Fully Regenerative braking and Improved Acceleration for Electrical Vehicles Fully Regenerative braking and Improved Acceleration for Electrical Vehicles Wim J.C. Melis, Owais Chishty School of Engineering, University of Greenwich United Kingdom Abstract Generally, car brake systems

More information

Development of an Internet of Things based Electricity Load Management System

Development of an Internet of Things based Electricity Load Management System American Journal of Engineering Research (AJER) 2016 American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-5, Issue-8, pp-199-205 www.ajer.org Research Paper Open

More information

Research on the Structure of Linear Oscillation Motor and the Corresponding Applications on Piston Type Refrigeration Compressor

Research on the Structure of Linear Oscillation Motor and the Corresponding Applications on Piston Type Refrigeration Compressor International Conference on Informatization in Education, Management and Business (IEMB 2015) Research on the Structure of Linear Oscillation Motor and the Corresponding Applications on Piston Type Refrigeration

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2018, Vol. 4, Issue 6, 113-121. Original Article ISSN 2454-695X Rashmi et al. WJERT www.wjert.org SJIF Impact Factor: 5.218 ADVANCED HEAD LAMP LEVELING SYSTEM BY OCCUPANT DETECTION METHOD R. Rashmi*

More information

DsPIC Based Power Assisted Steering Using Brushless Direct Current Motor

DsPIC Based Power Assisted Steering Using Brushless Direct Current Motor American Journal of Applied Sciences 10 (11): 1419-1426, 2013 ISSN: 1546-9239 2013 Lakshmi and Paramasivam, This open access article is distributed under a Creative Commons Attribution (CC-BY) 3.0 license

More information

ICMIEE Difficulties to Develop a Four Legged Robot

ICMIEE Difficulties to Develop a Four Legged Robot International Conference on Mechanical, Industrial and Energy Engineering 2018 23-24 December, 2018, Khulna, BANGLADESH ICMIEE18-234 Difficulties to Develop a Four Legged Robot Mohammad Harun-Or-Rashid,

More information

GCAT. University of Michigan-Dearborn

GCAT. University of Michigan-Dearborn GCAT University of Michigan-Dearborn Mike Kinnel, Joe Frank, Siri Vorachaoen, Anthony Lucente, Ross Marten, Jonathan Hyland, Hachem Nader, Ebrahim Nasser, Vin Varghese Department of Electrical and Computer

More information

DESIGN OF A MICROCONTROLLER BASED ECONOMIC MAGLEV GUIDEWAY SYSTEM

DESIGN OF A MICROCONTROLLER BASED ECONOMIC MAGLEV GUIDEWAY SYSTEM Proceedings of the International Conference on Mechanical Engineering and Renewable Energy 2015 (ICMERE2015) 26 29 November, 2015, Chittagong, Bangladesh ICMERE2015-PI-150 DESIGN OF A MICROCONTROLLER BASED

More information

Design of pneumatic proportional flow valve type 5/3

Design of pneumatic proportional flow valve type 5/3 IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design of pneumatic proportional flow valve type 5/3 To cite this article: P A Laski et al 2017 IOP Conf. Ser.: Mater. Sci. Eng.

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

Autonomously Controlled Front Loader Senior Project Proposal

Autonomously Controlled Front Loader Senior Project Proposal Autonomously Controlled Front Loader Senior Project Proposal by Steven Koopman and Jerred Peterson Submitted to: Dr. Schertz, Dr. Anakwa EE 451 Senior Capstone Project December 13, 2007 Project Summary:

More information

Automated Driving - Object Perception at 120 KPH Chris Mansley

Automated Driving - Object Perception at 120 KPH Chris Mansley IROS 2014: Robots in Clutter Workshop Automated Driving - Object Perception at 120 KPH Chris Mansley 1 Road safety influence of driver assistance 100% Installation rates / road fatalities in Germany 80%

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

Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal Back EMF using Six Hall Sensors

Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal Back EMF using Six Hall Sensors Journal of Magnetics 21(2), 173-178 (2016) ISSN (Print) 1226-1750 ISSN (Online) 2233-6656 http://dx.doi.org/10.4283/jmag.2016.21.2.173 Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal

More information

Automated Seat Belt Switch Defect Detector

Automated Seat Belt Switch Defect Detector pp. 10-16 Krishi Sanskriti Publications http://www.krishisanskriti.org/publication.html Automated Seat Belt Switch Defect Detector Department of Electrical and Computer Engineering, Sri Lanka Institute

More information

Evaluation of Intelligent Transport Systems impact on school transport safety

Evaluation of Intelligent Transport Systems impact on school transport safety Evaluation of Intelligent Transport Systems impact on school transport safety Dagmara Jankowska-Karpa 1,*, and Justyna Wacowska-Ślęzak 1 1 Motor Transport Institute, Road Safety Centre, Warsaw, Poland

More information

International Journal of Engineering and Techniques - Volume 4 Issue 6, Nov-Dec 2018

International Journal of Engineering and Techniques - Volume 4 Issue 6, Nov-Dec 2018 International Journal of Engineering and Techniques - Volume 4 Issue 6, Nov-Dec RESEARCH ARTICLE OPEN ACCESS AUTONOMOUS SOLAR-POWERED GRASS CUTTER Christine Marie J. Madrid 1, Zye Raquel E. Acosta 2, Juliet

More information

Cybercars : Past, Present and Future of the Technology

Cybercars : Past, Present and Future of the Technology Cybercars : Past, Present and Future of the Technology Michel Parent*, Arnaud de La Fortelle INRIA Project IMARA Domaine de Voluceau, Rocquencourt BP 105, 78153 Le Chesnay Cedex, France Michel.parent@inria.fr

More information

Unmanned Surface Vessels - Opportunities and Technology

Unmanned Surface Vessels - Opportunities and Technology Polarconference 2016 DTU 1-2 Nov 2016 Unmanned Surface Vessels - Opportunities and Technology Mogens Blanke DTU Professor of Automation and Control, DTU-Elektro Adjunct Professor at AMOS Center of Excellence,

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

IEEE SoutheastCon Hardware Challenge

IEEE SoutheastCon Hardware Challenge IEEE SoutheastCon Hardware Challenge Cameron McSweeney, Kendall Knapp Brian Roskuszka, Daniel Hofstetter Advisors: Dr. Jing Wang, Dr. Yufeng Lu, Dr. In Soo Ahn Overview Introduction Review of Literature

More information

AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE. CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development

AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE. CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development GENERAL MOTORS FUTURAMA 1939 Highways & Horizons showed

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

Wind Power Plants with VSC Based STATCOM in PSCAD/EMTDC Environment

Wind Power Plants with VSC Based STATCOM in PSCAD/EMTDC Environment 2012 2nd International Conference on Power and Energy Systems (ICPES 2012) IPCSIT vol. 56 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V56.2 Wind Power Plants with VSC Based STATCOM in

More information

MANTECH ELECTRONICS. Stepper Motors. Basics on Stepper Motors I. STEPPER MOTOR SYSTEMS OVERVIEW 2. STEPPING MOTORS

MANTECH ELECTRONICS. Stepper Motors. Basics on Stepper Motors I. STEPPER MOTOR SYSTEMS OVERVIEW 2. STEPPING MOTORS MANTECH ELECTRONICS Stepper Motors Basics on Stepper Motors I. STEPPER MOTOR SYSTEMS OVERVIEW 2. STEPPING MOTORS TYPES OF STEPPING MOTORS 1. VARIABLE RELUCTANCE 2. PERMANENT MAGNET 3. HYBRID MOTOR WINDINGS

More information

A Linear Magnetic-geared Free-piston Generator for Range-extended Electric Vehicles

A Linear Magnetic-geared Free-piston Generator for Range-extended Electric Vehicles A Linear Magnetic-geared Free-piston Generator for Range-extended Electric Vehicles Wenlong Li 1 and K. T. Chau 2 1 Department of Electrical and Electronic Engineering, The University of Hong Kong, wlli@eee.hku.hk

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 MOTIVATION OF THE RESEARCH Electrical Machinery is more than 100 years old. While new types of machines have emerged recently (for example stepper motor, switched reluctance

More information

The Design of Vehicle Tire Pressure Monitoring System Based on Bluetooth

The Design of Vehicle Tire Pressure Monitoring System Based on Bluetooth 5th International Conference on Advanced Engineering Materials and Technology (AEMT 2015) The Design of Vehicle Tire Pressure Monitoring System Based on Bluetooth Liqing Geng 1, a *, Li Zhao 2,b, Zeyu

More information

Inverter control of low speed Linear Induction Motors

Inverter control of low speed Linear Induction Motors Inverter control of low speed Linear Induction Motors Stephen Colyer, Jeff Proverbs, Alan Foster Force Engineering Ltd, Old Station Close, Shepshed, UK Tel: +44(0)1509 506 025 Fax: +44(0)1509 505 433 e-mail:

More information

FALL SEMESTER MECE 407 INNOVATIVE ENGINEERING ANALYSIS AND DESIGN PROJECT TOPICS

FALL SEMESTER MECE 407 INNOVATIVE ENGINEERING ANALYSIS AND DESIGN PROJECT TOPICS 2016-2017 FALL SEMESTER MECE 407 INNOVATIVE ENGINEERING ANALYSIS AND DESIGN PROJECT TOPICS 1- Design, construction and control of a cart-inverted pendulum control system: - There will be a cart and an

More information

Mathematical Modeling and Simulation of Switched Reluctance Motor

Mathematical Modeling and Simulation of Switched Reluctance Motor Mathematical Modeling and Simulation of Switched Reluctance Motor Vikramarajan Jambulingam Electrical and Electronics Engineering, VIT University, India. Abstract: The SRM motors are simple in construction

More information

G Prasad 1, Venkateswara Reddy M 2, Dr. P V N Prasad 3, Dr. G Tulasi Ram Das 4

G Prasad 1, Venkateswara Reddy M 2, Dr. P V N Prasad 3, Dr. G Tulasi Ram Das 4 Speed control of Brushless DC motor with DSP controller using Matlab G Prasad 1, Venkateswara Reddy M 2, Dr. P V N Prasad 3, Dr. G Tulasi Ram Das 4 1 Department of Electrical and Electronics Engineering,

More information

MAX PLATFORM FOR AUTONOMOUS BEHAVIORS

MAX PLATFORM FOR AUTONOMOUS BEHAVIORS MAX PLATFORM FOR AUTONOMOUS BEHAVIORS DAVE HOFERT : PRI Copyright 2018 Perrone Robotics, Inc. All rights reserved. MAX is patented in the U.S. (9,195,233). MAX is patent pending internationally. AVTS is

More information

ParkNet: Drive-by Sensing of Road-side Parking Statistics

ParkNet: Drive-by Sensing of Road-side Parking Statistics ParkNet: Drive-by Sensing of Road-side Parking Statistics Published by: Mathur, Suhas, Tong Jin, Nikhil Kasturirangan, Janani Chandrasekaran, Wenzhi Xue, Marco Gruteser, and Wade Trappe in Mobisys 2010.

More information

Robotic Wheel Loading Process in Automotive Manufacturing Automation

Robotic Wheel Loading Process in Automotive Manufacturing Automation The 2009 IEEE/RSJ International Conference on Intelligent Robots and Systems October 11-15, 2009 St. Louis, USA Robotic Wheel Loading Process in Automotive Manufacturing Automation Heping Chen, William

More information

Webpage: Volume 3, Issue III, March 2015 ISSN

Webpage:  Volume 3, Issue III, March 2015 ISSN An Intelligent Approach in Parking System for Car Parking Guidance and Damage Notification based on GPS Aswathy Natesh 1, Sudhi Sudharman 2 1 Student, Department of Electronics and Communication Engineering,

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

Design and Analysis of Electromagnetic Tubular Linear Actuator for Higher Performance of Active Accelerate Pedal

Design and Analysis of Electromagnetic Tubular Linear Actuator for Higher Performance of Active Accelerate Pedal Journal of Magnetics 14(4), 175-18 (9) DOI: 1.483/JMAG.9.14.4.175 Design and Analysis of Electromagnetic Tubular Linear Actuator for Higher Performance of Active Accelerate Pedal Jae-Yong Lee, Jin-Ho Kim-,

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

Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold

Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold Neeta Verma Teradyne, Inc. 880 Fox Lane San Jose, CA 94086 neeta.verma@teradyne.com ABSTRACT The automatic test equipment designed

More information

Smart Fuel Level Indication System

Smart Fuel Level Indication System GRD Journals- Global Research and Development Journal for Volume 2 Issue 6 May 2017 ISSN: 2455-5703 Smart Fuel Level Indication System Mandar Milind Gijre Ramchandra Gadade Arjun Mane Swati Gandhi Assistant

More information

A matrix converter based drive for BLDC motor Radhika R, Prince Jose

A matrix converter based drive for BLDC motor Radhika R, Prince Jose A matrix converter based drive for BLDC motor Radhika R, Prince Jose Abstract This paper presents a matrix converter based drive for BLDC motor. Matrix converter is a popular direct conversion method.

More information

International Journal of Advance Research in Engineering, Science & Technology

International Journal of Advance Research in Engineering, Science & Technology Impact Factor (SJIF): 4.542 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 4, Issue 4, April-2017 Simulation and Analysis for

More information

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M.

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Final Report James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Schwartz Teaching Assistants: Mike Pridgen and Thomas Vermeer Table

More information

Facility Employing Standard Converters for Testing DFIG Wind Generators up to 30kW

Facility Employing Standard Converters for Testing DFIG Wind Generators up to 30kW Facility Employing Standard Converters for Testing DFIG Wind Generators up to 30kW Ralf Wegener, Stefan Soter, Tobias Rösmann Institute of Electrical Drives and Mechatronics University of Dortmund, Germany

More information

EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS

EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS Purnendu Sinha, Ph.D. Global General Motors R&D India Science Lab, GM Tech Center (India) Bangalore OUTLINE OF THE TALK Introduction Landscape of

More information

Flanging and Hemming of Auto Body Panels using the Electro Magnetic Forming technology

Flanging and Hemming of Auto Body Panels using the Electro Magnetic Forming technology Flanging and Hemming of Auto Body Panels using the Electro Magnetic Forming technology P. Jimbert 1, I Eguia 1, M. A. Gutierrez 1, B. Gonzalez 1, G. S. Daehn 2, Y. Zhang 2, R. Anderson 3, H. Sundberg 4,

More information

Syllabus: Automated, Connected, and Intelligent Vehicles

Syllabus: Automated, Connected, and Intelligent Vehicles Page 1 of 8 Syllabus: Automated, Connected, and Intelligent Vehicles Part 1: Course Information Description: Automated, Connected, and Intelligent Vehicles is an advanced automotive technology course that

More information

GPP PGS2 PARKING GUIDANCE SYSTEM

GPP PGS2 PARKING GUIDANCE SYSTEM GPP PGS2 PARKING GUIDANCE SYSTEM GPP PGS2 INFORMATION AND GUIDANCE PARKING SYSTEM BASIC INFORMATION Information and guidance system is designed for the monitoring and provision of information on the occupancy

More information

SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC

SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC Fatih Korkmaz Department of Electric-Electronic Engineering, Çankırı Karatekin University, Uluyazı Kampüsü, Çankırı, Turkey ABSTRACT Due

More information

Software Requirements Specification (SRS) Active Park Assist

Software Requirements Specification (SRS) Active Park Assist Software Requirements Specification (SRS) Active Park Assist Authors: David Kircos, Neha Gupta, Derrick Dunville, Anthony Laurain, Shane McCloskey Customer: Eileen Davidson, Ford Motor Company Instructor:

More information

Unmanned autonomous vehicles in air land and sea

Unmanned autonomous vehicles in air land and sea based on Ulrich Schwesinger lecture on MOTION PLANNING FOR AUTOMATED CARS Unmanned autonomous vehicles in air land and sea Some relevant examples from the DARPA Urban Challenge Matteo Matteucci matteo.matteucci@polimi.it

More information

Australian Journal of Basic and Applied Sciences. Resonant Power Converter fed Hybrid Electric Vehicle with BLDC Motor Drive

Australian Journal of Basic and Applied Sciences. Resonant Power Converter fed Hybrid Electric Vehicle with BLDC Motor Drive ISSN:1991-8178 Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com Resonant Power Converter fed Hybrid Electric Vehicle with BLDC Motor Drive 1 Balamurugan A. and 2 Ramkumar

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

ADAPTIVE CRUISE CONTROL AND COOPERATIVE CRUISE CONTROL IN REAL LIFE TRAFFIC SITUATION

ADAPTIVE CRUISE CONTROL AND COOPERATIVE CRUISE CONTROL IN REAL LIFE TRAFFIC SITUATION International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 13, December 2018, pp. 578 585, Article ID: IJMET_09_13_060 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=13

More information

A DIGITAL CONTROLLING SCHEME OF A THREE PHASE BLDM DRIVE FOR FOUR QUADRANT OPERATION. Sindhu BM* 1

A DIGITAL CONTROLLING SCHEME OF A THREE PHASE BLDM DRIVE FOR FOUR QUADRANT OPERATION. Sindhu BM* 1 ISSN 2277-2685 IJESR/Dec. 2015/ Vol-5/Issue-12/1456-1460 Sindhu BM / International Journal of Engineering & Science Research A DIGITAL CONTROLLING SCHEME OF A THREE PHASE BLDM DRIVE FOR FOUR QUADRANT OPERATION

More information

METHOD FOR TESTING STEERABILITY AND STABILITY OF MILITARY VEHICLES MOTION USING SR60E STEERING ROBOT

METHOD FOR TESTING STEERABILITY AND STABILITY OF MILITARY VEHICLES MOTION USING SR60E STEERING ROBOT Journal of KONES Powertrain and Transport, Vol. 18, No. 1 11 METHOD FOR TESTING STEERABILITY AND STABILITY OF MILITARY VEHICLES MOTION USING SR6E STEERING ROBOT Wodzimierz Kupicz, Stanisaw Niziski Military

More information

Eurathlon Scenario Application Paper (SAP) Review Sheet

Eurathlon Scenario Application Paper (SAP) Review Sheet Scenario Application Paper (SAP) Review Sheet Team/Robot Scenario FKIE Autonomous Navigation For each of the following aspects, especially concerning the team s approach to scenariospecific challenges,

More information

STUDY ON MAXIMUM POWER EXTRACTION CONTROL FOR PMSG BASED WIND ENERGY CONVERSION SYSTEM

STUDY ON MAXIMUM POWER EXTRACTION CONTROL FOR PMSG BASED WIND ENERGY CONVERSION SYSTEM STUDY ON MAXIMUM POWER EXTRACTION CONTROL FOR PMSG BASED WIND ENERGY CONVERSION SYSTEM Ms. Dipali A. Umak 1, Ms. Trupti S. Thakare 2, Prof. R. K. Kirpane 3 1 Student (BE), Dept. of EE, DES s COET, Maharashtra,

More information

AC Motors vs DC Motors. DC Motors. DC Motor Classification ... Prof. Dr. M. Zahurul Haq

AC Motors vs DC Motors. DC Motors. DC Motor Classification ... Prof. Dr. M. Zahurul Haq AC Motors vs DC Motors DC Motors Prof. Dr. M. Zahurul Haq http://teacher.buet.ac.bd/zahurul/ Department of Mechanical Engineering Bangladesh University of Engineering & Technology ME 6401: Advanced Mechatronics

More information