SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2186
Design of EV with fault detection and Monitoring in low voltage system
Sagar Shinde1, Sairaj Deshmukh2, Akash Waghmare3, Shubham Suryawanshi4, Prof. S.S. Kadlag5
1-4Student, Dept. of Electrical Engineering, AVCOE, Sangamner, Maharashtra, India.
5Head of Department, Dept. of Electrical Engineering, AVCOE, Maharashtra, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Electric vehicles first appeared in the mid-19th
century. An electric vehicle held the land speed record
around 1900. Thehigher prize, small rangeofbatteryelectric
vehicles, compare to combustion of engine vehicles, Causes
worldwide decline in their use; although electric vehicles
have continued to be used in the form of trains and other
uses.
Taking considerations of recent events of major resources
and facilities at their disposal, over increasing traffic, snags
problem of parking and the need to make automobile a more
environmental friendly, to overcome from that, designer
came with new conceptsandideasthatiselectricvehicle.The
required amount of torque which is required for vehicle, For
designing electric vehicle the most important component to
be selected is motor, which depends on the traction power
require for the vehicle. The size of the motor is also an
important consideration which depends on the rating of the
motor. Therefore, to achieve all thetractioncharacteristicsin
compact size, a proper selection of motor rating should be
done based on the load.
Key Words: 1.E-Vehical. 2. BLDC motor. 3. Lithium ion
Battery. 4.Bldc Controller. 5. Monitoring system.
1. INTRODUCTION:
Electric vehicle are environment friendly technology which
helps in reducing pollution of harmful gases. In electric
vehicle there are many components like Traction motor,
Motor controller, Traction batteries and other ECU’s which
monitor vehicle parameters such as SOC, SOH, battery
voltage, motor and battery temperatureetc.electricalsystem
of vehicle is divided in to two major categories tractive
system and control system.
Traction system consist of High voltage components such as
battery, motor, motor controller, main contactors.
Above block diagram shows the electrical power
transmission and conversion to mechanical power, from
battery to the wheels of the vehicle (power train).
Section 2 explains the selection of battery, motor controller.
Section 3 explains the calculation of traction motor form
vehicle dynamics parameters such asrollingresistanceforce,
grad ability, aerodynamic drag, etc. the calculation is
performed by considering the vehicle top speed as 50km/hr.
Section 4 explains the monitoring system of the vehicle. In
this all the vehicle parameters are feed back to the
monitoring device. It here also explained about I2C
communication protocol used. And finally
Section 5 concludes the report.
2. DESCRIPTION OF THE PROJECT
In this design the hardware components that we use are:
 Battery
 BLDC Motor
 Controller
 Converter
 Monitoring System using Arduino and I2C protocol
2.1 BATTERY (48V, 110 AH)
Fig: Battery 48V, 110Ahr Li-Ion Battery
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2187
Table-1: Specification of Battery.
2.2 BLDC MOTOR (4.5KW)
The BLDC motor is extensivelyusedinapplicationsincluding
Different types of vehicles and other application which is
related to the motor.
Table-2: Specification of Motor.
TYPE BLDC Motor
POWER 4500 watt
VOLTAGE 48 volts
CURRENT 94 Amp
TORQUE 10.7 Nm
RPM 4500
Torque vs speed characteristics
Advantages:
 Higher efficiency and reliability
 Smaller and lighter
 Greater dynamic response
 Better torque vs speed characteristics
2.3 Controller
Generally all new E-Vehicles are developed with the help of
controller. Different types of controllers used in E-Vehicles.
The motor controller allows the motorto rotateatdiffspeed.
It takes input from battery and gives ouput to the motor. We
use KLS 7245H Motor controller
 Battery Pack Compatibility: Works with 48 Volt
Battery Packs
 Motor Compatibility: Works with 4500 Watt
Brushless DC Motors
 Current Limit: 94 Amps (94 Amps Maximum
Current Output)
 Low Voltage Protection: 39.2Volts Dc
2.4 Converter
A DC-DC Converter is a category of power converter and it is
an electric circuit which convert a source of direct current
from one voltage level to another (48v to 12v).
Specifications
Input Voltage: 48 Volt to 72 Volt
Output Voltage: 12 Volt
Block dia. of DC-DC converter
3. CALCULATIONS
1)Aerodynamic drag can be calculated using the following
formula.
Fdrag=0.5CdA*1.225*(V+V0)²
Where,1.225=Density of air
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2188
Cd-Coefficient of drag
A-Frontal area of vehicle in m²
V-Speed in m/s.
2)Rolling resistance can be calculated as follows:
Frr=Crr*g*m
Where,
Crr-Coefficient of rolling resistance
g-Acceleration due to gravity(9.81m/s²)
m-Mass in kg.
3)Gradient force can be calculated as follows:
Fg=m
Where, m-Mass in kg
-Road or hill climbing angle
FT=Fdrag +Frr +Fg
Where, FT-Total Force
Total power required to travel electric scooter
PT= FT*V
Where, PT- Total Power,
V-Velocity (m/s)
Table-3: Specification of Vehicel.
Coefficient of drag 1.28
Rolling resistance 0.030
Mass with rider 318kg
Frontal area 2.25 m²
Density of air 1.225
Road or hill climbing angle 25º
Velocity 50kmph
Radius of tire 11.5”=0.2921m
Fdrag=0.5*1.28*2.25*1.225*50=88.2N
Frr=0.030*9.81*318=93.58N
Fg=318*sin(25)=134.394N
FT=88.2+93.5+134.39=316.09N
PT=316.88*13.88=4387.32Watt (Approximately= 4.5KW)
4. Data and Fault monitoring system:
To monitor system parameters and fault and their location,
we have developed a sub system that will take parameters
from our high voltage system and display it on display or
smart phone or desktop monitor.
Initially I2C communication is established between two
Arduino Uno. From this two Arduino one Arduino act as
master and another as slave. Depending on parameters
required we can increase the no of slave Arduino in the
system. Arduino Master is placed at the front side of the
vehicle; it will perform the action of initiation of slave
arduino’s. Based on the algorithm programmed on slave it
will perform parameters check.
If all the parameters are within limit it will start main
contactor which starts the system. If any parameter exceeds
beyond the limit them it will display error on monitor and
shutdown main contactor.
The monitoring system is developed in such a way that it
support 3d rendering. As is showninabovefigure.Ifthefault
occurs and system shutdown then if user clicks on any ofthe
button, then the application shows the location of that fault
and associated components within the circuit.
Development flow:
1. Initially I2C communication is established between
master and slave.
2. Than slave is connected to system and algorithm is
developed.
3. User Interface of Android application is developed
in Unity 3d.
4. Java library is developed in Android Studio for
establishing USB serial communication between
android phone and Arduino master.
5. Library is then imported to unity 3D and final
application is developed.
Algorithm of Slave Arduino.
Step 1. Establish I2C communication.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2189
Step 1. Master initiate slave.
Step2 . Slave check system parameters and connected
component
Step 3. Send Data back to master.
Step 4. Master setup USB serial communication with
monitoring device.
Step 5. Master Sending serial data packets to monitoring
device.
Step6. Based on the received data UI elements and 3d
environment are constantly changed.
Flowchart:
5. CONCLUSIONS
 From this we can concludethebasicrequirementsof
electric vehicle electrical system.
 We can also conclude the procedure to be followed
for motor selection based on the dynamics of
vehicle.
 Additionally more control is provided over the
system by developing an algorithm by
implemented I2C communication by using
Arduino, so we can detect fault in system.
REFERENCES
[1] Selection of Power Rating of an Electric Motor for
Electric Vehicles T.Porselvi1, Srihariharan .M. K 2,
Ashok.J3, Ajith Kumar.S4 Associate Professor1,
Student2, 3, 4 Department of Electrical and
Electronics Engineering Sri Sairam Engineering
College, Anna University, Chennai, India
[2] https://www.electronicwings.com/arduino/arduin
o-i2c
[3] Kadlag Sunildatta Somnath, Mukesh Kumar Gupta
"Implementation on Single Phase Electric Vehicle
Battery Chargers “ Published in International
Journal of Engineering and Advanced Technology
(IJEAT) ISSN 2249-8958,Volume-9Issue-1,October
2019
[4] Kadlag Sunildatta Somnath, Mukesh Kumar Gupta
“Review Paper on Electric Vehicle Charging and
Battery Management System” Published in
International Conference on Communication and
Information Processing (ICCIP-2019) Available on
Elsevier-SSRN
[5] Kadlag Sunildatta Somnath, Mukesh Kumar Gupta "
Charging Power Station for Electric Vehicles “
Published in International Journal for Research in
Engineering Application & Management (IJREAM)
ISSN:245-9150Special Issue- TIMRI - 2019
BIOGRAPHIES
“Mr. Sunildatta Somnath Kadlag
did B.E in electrical engineering
from Dr. B.A.M.U. Aurangabad in
1997 and M.E in Electrical
Engineering (Control System)from
College of Engineering Pune (Pune
University) in 2005. He is
Currently pursuing Ph.D. in
Electrical EngineeringfromSuresh
Gyan Vihar University Jaipur
(Rajasthan). His researchfieldarea
is Electric Vehicle. “
“Mr. Shinde Sagar Balasaheb”,
Appearing in BE Electrical(2020)
from AVCOE, Sangamner,
Maharashtra, India.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2190
“Mr. Deshmukh Sairaj Sambhaji”,
Appearing in BE Electrical(2020)
from AVCOE, Sangamner,
Maharashtra, India.
“Mr. Waghmare Akash
Sadgurunath”, Appearing in BE
Electrical(2020) from AVCOE,
Sangamner , Maharashtra, India
Mr. Suryawanshi Shuubham
Dattatrya”, Appearing in BE
Electrical (2020) from AVCOE,
Sangamner, Maharashtra, India.

More Related Content

What's hot

IRJET- Induction Motor Condition Monitoring and Controlling based on IoT
IRJET- Induction Motor Condition Monitoring and Controlling based on IoTIRJET- Induction Motor Condition Monitoring and Controlling based on IoT
IRJET- Induction Motor Condition Monitoring and Controlling based on IoTIRJET Journal
 
Speed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA SystemSpeed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA SystemIJERA Editor
 
Automatic Street Light Operating System
Automatic Street Light Operating SystemAutomatic Street Light Operating System
Automatic Street Light Operating SystemIRJET Journal
 
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...IRJET Journal
 
Reviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance ControllerReviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance Controllerijsrd.com
 
Real-time load monitoring of distribution transformer using IOT
Real-time load monitoring of distribution transformer using IOTReal-time load monitoring of distribution transformer using IOT
Real-time load monitoring of distribution transformer using IOTHassanHdeab
 
IRJET - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoTIRJET Journal
 
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...IRJET Journal
 
Power optimisation scheme of induction motor using FLC for electric vehicle
Power optimisation scheme of induction motor using FLC for electric vehiclePower optimisation scheme of induction motor using FLC for electric vehicle
Power optimisation scheme of induction motor using FLC for electric vehicleAsoka Technologies
 
Transformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based systemTransformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based systemIRJET Journal
 
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...IJERA Editor
 
Camera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWCamera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWijtsrd
 
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...IRJET Journal
 
Monitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOTMonitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOTvivatechijri
 
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...Editor IJMTER
 
IRJET- Automation in Substation using Programmable Logic Controller (PLC)
IRJET- Automation in Substation using Programmable Logic Controller (PLC)IRJET- Automation in Substation using Programmable Logic Controller (PLC)
IRJET- Automation in Substation using Programmable Logic Controller (PLC)IRJET Journal
 
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...IRJET Journal
 

What's hot (20)

IRJET- Induction Motor Condition Monitoring and Controlling based on IoT
IRJET- Induction Motor Condition Monitoring and Controlling based on IoTIRJET- Induction Motor Condition Monitoring and Controlling based on IoT
IRJET- Induction Motor Condition Monitoring and Controlling based on IoT
 
Speed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA SystemSpeed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA System
 
Automatic Street Light Operating System
Automatic Street Light Operating SystemAutomatic Street Light Operating System
Automatic Street Light Operating System
 
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
 
Reviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance ControllerReviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance Controller
 
Real-time load monitoring of distribution transformer using IOT
Real-time load monitoring of distribution transformer using IOTReal-time load monitoring of distribution transformer using IOT
Real-time load monitoring of distribution transformer using IOT
 
IRJET - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoT
 
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...
 
Power optimisation scheme of induction motor using FLC for electric vehicle
Power optimisation scheme of induction motor using FLC for electric vehiclePower optimisation scheme of induction motor using FLC for electric vehicle
Power optimisation scheme of induction motor using FLC for electric vehicle
 
Transformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based systemTransformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based system
 
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
 
Camera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWCamera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEW
 
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...
IRJET- Speed Control of Induction Motors using Proposed Closed Loop V/F Contr...
 
Design of H_∞ for induction motor
Design of H_∞ for induction motorDesign of H_∞ for induction motor
Design of H_∞ for induction motor
 
Monitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOTMonitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOT
 
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
 
TUNING OF DC MOTOR BY USING PSO & PID
TUNING OF DC MOTOR BY USING PSO & PIDTUNING OF DC MOTOR BY USING PSO & PID
TUNING OF DC MOTOR BY USING PSO & PID
 
IRJET- Automation in Substation using Programmable Logic Controller (PLC)
IRJET- Automation in Substation using Programmable Logic Controller (PLC)IRJET- Automation in Substation using Programmable Logic Controller (PLC)
IRJET- Automation in Substation using Programmable Logic Controller (PLC)
 
Design and implementation speed control system of DC Motor based on PID contr...
Design and implementation speed control system of DC Motor based on PID contr...Design and implementation speed control system of DC Motor based on PID contr...
Design and implementation speed control system of DC Motor based on PID contr...
 
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...
IRJET- IoT based Energy Efficient Ceiling Fan with BLDC Motor for Home Automa...
 

Similar to IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage System

SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER
SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLERSOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER
SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLERIRJET Journal
 
IRJET- Direct Torque Control of Induction Motor
IRJET-  	  Direct Torque Control of Induction MotorIRJET-  	  Direct Torque Control of Induction Motor
IRJET- Direct Torque Control of Induction MotorIRJET Journal
 
IoT Based Battery Management System
IoT Based Battery Management SystemIoT Based Battery Management System
IoT Based Battery Management SystemIRJET Journal
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationeSAT Publishing House
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing RobotIRJET Journal
 
IRJET - Automated Monitoring Test Rig for Circuit Breaker Operation
IRJET -  	  Automated Monitoring Test Rig for Circuit Breaker OperationIRJET -  	  Automated Monitoring Test Rig for Circuit Breaker Operation
IRJET - Automated Monitoring Test Rig for Circuit Breaker OperationIRJET Journal
 
IRJET- Smart Battery Management
IRJET- Smart Battery ManagementIRJET- Smart Battery Management
IRJET- Smart Battery ManagementIRJET Journal
 
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...IRJET Journal
 
IRJET - IoT based Speed Control of DC Motor using PWM Technique
IRJET -  	  IoT based Speed Control of DC Motor using PWM TechniqueIRJET -  	  IoT based Speed Control of DC Motor using PWM Technique
IRJET - IoT based Speed Control of DC Motor using PWM TechniqueIRJET Journal
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management SystemIRJET Journal
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management SystemIRJET Journal
 
IRJET- Multilevel Object Sorting System using PLC Controller
IRJET-  	  Multilevel Object Sorting System using PLC ControllerIRJET-  	  Multilevel Object Sorting System using PLC Controller
IRJET- Multilevel Object Sorting System using PLC ControllerIRJET Journal
 
Digital Testing Kit For Three Phase Distribution Transformer
Digital Testing Kit For Three Phase Distribution TransformerDigital Testing Kit For Three Phase Distribution Transformer
Digital Testing Kit For Three Phase Distribution TransformerIRJET Journal
 
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...IRJET Journal
 
Simulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID ControllerSimulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID Controllerijtsrd
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET Journal
 
Performance Optimization for Brushless DC Motor Using DRV8312 Evaluation Board
Performance Optimization for Brushless DC Motor Using DRV8312 Evaluation BoardPerformance Optimization for Brushless DC Motor Using DRV8312 Evaluation Board
Performance Optimization for Brushless DC Motor Using DRV8312 Evaluation BoardIRJET Journal
 
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORING
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORINGIOT BASED ELECTRICAL MOTOR CONTROL AND MONITORING
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORINGIRJET Journal
 

Similar to IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage System (20)

SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER
SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLERSOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER
SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER
 
IRJET- Direct Torque Control of Induction Motor
IRJET-  	  Direct Torque Control of Induction MotorIRJET-  	  Direct Torque Control of Induction Motor
IRJET- Direct Torque Control of Induction Motor
 
IoT Based Battery Management System
IoT Based Battery Management SystemIoT Based Battery Management System
IoT Based Battery Management System
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communication
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
 
IRJET - Automated Monitoring Test Rig for Circuit Breaker Operation
IRJET -  	  Automated Monitoring Test Rig for Circuit Breaker OperationIRJET -  	  Automated Monitoring Test Rig for Circuit Breaker Operation
IRJET - Automated Monitoring Test Rig for Circuit Breaker Operation
 
IRJET- Smart Battery Management
IRJET- Smart Battery ManagementIRJET- Smart Battery Management
IRJET- Smart Battery Management
 
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...
 
IRJET - IoT based Speed Control of DC Motor using PWM Technique
IRJET -  	  IoT based Speed Control of DC Motor using PWM TechniqueIRJET -  	  IoT based Speed Control of DC Motor using PWM Technique
IRJET - IoT based Speed Control of DC Motor using PWM Technique
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management System
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management System
 
IRJET- Multilevel Object Sorting System using PLC Controller
IRJET-  	  Multilevel Object Sorting System using PLC ControllerIRJET-  	  Multilevel Object Sorting System using PLC Controller
IRJET- Multilevel Object Sorting System using PLC Controller
 
Digital Testing Kit For Three Phase Distribution Transformer
Digital Testing Kit For Three Phase Distribution TransformerDigital Testing Kit For Three Phase Distribution Transformer
Digital Testing Kit For Three Phase Distribution Transformer
 
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
 
Simulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID ControllerSimulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID Controller
 
Applied measurement of the motor speed controller for washing machine with ra...
Applied measurement of the motor speed controller for washing machine with ra...Applied measurement of the motor speed controller for washing machine with ra...
Applied measurement of the motor speed controller for washing machine with ra...
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
 
Performance Optimization for Brushless DC Motor Using DRV8312 Evaluation Board
Performance Optimization for Brushless DC Motor Using DRV8312 Evaluation BoardPerformance Optimization for Brushless DC Motor Using DRV8312 Evaluation Board
Performance Optimization for Brushless DC Motor Using DRV8312 Evaluation Board
 
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORING
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORINGIOT BASED ELECTRICAL MOTOR CONTROL AND MONITORING
IOT BASED ELECTRICAL MOTOR CONTROL AND MONITORING
 
Ultisolar iT3415 iT4415 iT6415 iTracer User Manual
Ultisolar iT3415 iT4415 iT6415  iTracer User ManualUltisolar iT3415 iT4415 iT6415  iTracer User Manual
Ultisolar iT3415 iT4415 iT6415 iTracer User Manual
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 

Recently uploaded (20)

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 

IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2186 Design of EV with fault detection and Monitoring in low voltage system Sagar Shinde1, Sairaj Deshmukh2, Akash Waghmare3, Shubham Suryawanshi4, Prof. S.S. Kadlag5 1-4Student, Dept. of Electrical Engineering, AVCOE, Sangamner, Maharashtra, India. 5Head of Department, Dept. of Electrical Engineering, AVCOE, Maharashtra, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Electric vehicles first appeared in the mid-19th century. An electric vehicle held the land speed record around 1900. Thehigher prize, small rangeofbatteryelectric vehicles, compare to combustion of engine vehicles, Causes worldwide decline in their use; although electric vehicles have continued to be used in the form of trains and other uses. Taking considerations of recent events of major resources and facilities at their disposal, over increasing traffic, snags problem of parking and the need to make automobile a more environmental friendly, to overcome from that, designer came with new conceptsandideasthatiselectricvehicle.The required amount of torque which is required for vehicle, For designing electric vehicle the most important component to be selected is motor, which depends on the traction power require for the vehicle. The size of the motor is also an important consideration which depends on the rating of the motor. Therefore, to achieve all thetractioncharacteristicsin compact size, a proper selection of motor rating should be done based on the load. Key Words: 1.E-Vehical. 2. BLDC motor. 3. Lithium ion Battery. 4.Bldc Controller. 5. Monitoring system. 1. INTRODUCTION: Electric vehicle are environment friendly technology which helps in reducing pollution of harmful gases. In electric vehicle there are many components like Traction motor, Motor controller, Traction batteries and other ECU’s which monitor vehicle parameters such as SOC, SOH, battery voltage, motor and battery temperatureetc.electricalsystem of vehicle is divided in to two major categories tractive system and control system. Traction system consist of High voltage components such as battery, motor, motor controller, main contactors. Above block diagram shows the electrical power transmission and conversion to mechanical power, from battery to the wheels of the vehicle (power train). Section 2 explains the selection of battery, motor controller. Section 3 explains the calculation of traction motor form vehicle dynamics parameters such asrollingresistanceforce, grad ability, aerodynamic drag, etc. the calculation is performed by considering the vehicle top speed as 50km/hr. Section 4 explains the monitoring system of the vehicle. In this all the vehicle parameters are feed back to the monitoring device. It here also explained about I2C communication protocol used. And finally Section 5 concludes the report. 2. DESCRIPTION OF THE PROJECT In this design the hardware components that we use are:  Battery  BLDC Motor  Controller  Converter  Monitoring System using Arduino and I2C protocol 2.1 BATTERY (48V, 110 AH) Fig: Battery 48V, 110Ahr Li-Ion Battery
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2187 Table-1: Specification of Battery. 2.2 BLDC MOTOR (4.5KW) The BLDC motor is extensivelyusedinapplicationsincluding Different types of vehicles and other application which is related to the motor. Table-2: Specification of Motor. TYPE BLDC Motor POWER 4500 watt VOLTAGE 48 volts CURRENT 94 Amp TORQUE 10.7 Nm RPM 4500 Torque vs speed characteristics Advantages:  Higher efficiency and reliability  Smaller and lighter  Greater dynamic response  Better torque vs speed characteristics 2.3 Controller Generally all new E-Vehicles are developed with the help of controller. Different types of controllers used in E-Vehicles. The motor controller allows the motorto rotateatdiffspeed. It takes input from battery and gives ouput to the motor. We use KLS 7245H Motor controller  Battery Pack Compatibility: Works with 48 Volt Battery Packs  Motor Compatibility: Works with 4500 Watt Brushless DC Motors  Current Limit: 94 Amps (94 Amps Maximum Current Output)  Low Voltage Protection: 39.2Volts Dc 2.4 Converter A DC-DC Converter is a category of power converter and it is an electric circuit which convert a source of direct current from one voltage level to another (48v to 12v). Specifications Input Voltage: 48 Volt to 72 Volt Output Voltage: 12 Volt Block dia. of DC-DC converter 3. CALCULATIONS 1)Aerodynamic drag can be calculated using the following formula. Fdrag=0.5CdA*1.225*(V+V0)² Where,1.225=Density of air
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2188 Cd-Coefficient of drag A-Frontal area of vehicle in m² V-Speed in m/s. 2)Rolling resistance can be calculated as follows: Frr=Crr*g*m Where, Crr-Coefficient of rolling resistance g-Acceleration due to gravity(9.81m/s²) m-Mass in kg. 3)Gradient force can be calculated as follows: Fg=m Where, m-Mass in kg -Road or hill climbing angle FT=Fdrag +Frr +Fg Where, FT-Total Force Total power required to travel electric scooter PT= FT*V Where, PT- Total Power, V-Velocity (m/s) Table-3: Specification of Vehicel. Coefficient of drag 1.28 Rolling resistance 0.030 Mass with rider 318kg Frontal area 2.25 m² Density of air 1.225 Road or hill climbing angle 25º Velocity 50kmph Radius of tire 11.5”=0.2921m Fdrag=0.5*1.28*2.25*1.225*50=88.2N Frr=0.030*9.81*318=93.58N Fg=318*sin(25)=134.394N FT=88.2+93.5+134.39=316.09N PT=316.88*13.88=4387.32Watt (Approximately= 4.5KW) 4. Data and Fault monitoring system: To monitor system parameters and fault and their location, we have developed a sub system that will take parameters from our high voltage system and display it on display or smart phone or desktop monitor. Initially I2C communication is established between two Arduino Uno. From this two Arduino one Arduino act as master and another as slave. Depending on parameters required we can increase the no of slave Arduino in the system. Arduino Master is placed at the front side of the vehicle; it will perform the action of initiation of slave arduino’s. Based on the algorithm programmed on slave it will perform parameters check. If all the parameters are within limit it will start main contactor which starts the system. If any parameter exceeds beyond the limit them it will display error on monitor and shutdown main contactor. The monitoring system is developed in such a way that it support 3d rendering. As is showninabovefigure.Ifthefault occurs and system shutdown then if user clicks on any ofthe button, then the application shows the location of that fault and associated components within the circuit. Development flow: 1. Initially I2C communication is established between master and slave. 2. Than slave is connected to system and algorithm is developed. 3. User Interface of Android application is developed in Unity 3d. 4. Java library is developed in Android Studio for establishing USB serial communication between android phone and Arduino master. 5. Library is then imported to unity 3D and final application is developed. Algorithm of Slave Arduino. Step 1. Establish I2C communication.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2189 Step 1. Master initiate slave. Step2 . Slave check system parameters and connected component Step 3. Send Data back to master. Step 4. Master setup USB serial communication with monitoring device. Step 5. Master Sending serial data packets to monitoring device. Step6. Based on the received data UI elements and 3d environment are constantly changed. Flowchart: 5. CONCLUSIONS  From this we can concludethebasicrequirementsof electric vehicle electrical system.  We can also conclude the procedure to be followed for motor selection based on the dynamics of vehicle.  Additionally more control is provided over the system by developing an algorithm by implemented I2C communication by using Arduino, so we can detect fault in system. REFERENCES [1] Selection of Power Rating of an Electric Motor for Electric Vehicles T.Porselvi1, Srihariharan .M. K 2, Ashok.J3, Ajith Kumar.S4 Associate Professor1, Student2, 3, 4 Department of Electrical and Electronics Engineering Sri Sairam Engineering College, Anna University, Chennai, India [2] https://www.electronicwings.com/arduino/arduin o-i2c [3] Kadlag Sunildatta Somnath, Mukesh Kumar Gupta "Implementation on Single Phase Electric Vehicle Battery Chargers “ Published in International Journal of Engineering and Advanced Technology (IJEAT) ISSN 2249-8958,Volume-9Issue-1,October 2019 [4] Kadlag Sunildatta Somnath, Mukesh Kumar Gupta “Review Paper on Electric Vehicle Charging and Battery Management System” Published in International Conference on Communication and Information Processing (ICCIP-2019) Available on Elsevier-SSRN [5] Kadlag Sunildatta Somnath, Mukesh Kumar Gupta " Charging Power Station for Electric Vehicles “ Published in International Journal for Research in Engineering Application & Management (IJREAM) ISSN:245-9150Special Issue- TIMRI - 2019 BIOGRAPHIES “Mr. Sunildatta Somnath Kadlag did B.E in electrical engineering from Dr. B.A.M.U. Aurangabad in 1997 and M.E in Electrical Engineering (Control System)from College of Engineering Pune (Pune University) in 2005. He is Currently pursuing Ph.D. in Electrical EngineeringfromSuresh Gyan Vihar University Jaipur (Rajasthan). His researchfieldarea is Electric Vehicle. “ “Mr. Shinde Sagar Balasaheb”, Appearing in BE Electrical(2020) from AVCOE, Sangamner, Maharashtra, India.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2190 “Mr. Deshmukh Sairaj Sambhaji”, Appearing in BE Electrical(2020) from AVCOE, Sangamner, Maharashtra, India. “Mr. Waghmare Akash Sadgurunath”, Appearing in BE Electrical(2020) from AVCOE, Sangamner , Maharashtra, India Mr. Suryawanshi Shuubham Dattatrya”, Appearing in BE Electrical (2020) from AVCOE, Sangamner, Maharashtra, India.