SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler 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.

Mais conteúdo relacionado

Mais procurados

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
 

Mais procurados (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...
 

Semelhante a 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
 

Semelhante a 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
 

Mais de 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
 

Mais de 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...
 

Último

GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEselvakumar948
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxchumtiyababu
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 

Último (20)

GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 

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.