V2V Bidirectional Charging Project Report
V2V Bidirectional Charging Project Report
PROJECT REPORT
Submitted by
KAVYA M TCR21EE076
LIVIN LINTO LTCR21EE145
PARVATHY O G TCR21EE105
SREEPRIYA S TCR21EE122
MOHAMMED SUFAID K P TCR21EE090
to
The APJ Abdul Kalam Technological University
in fulfillment of the requirements for the award of the Degree
of
Bachelor of Technology
in
Electrical and Electronics Engineering
We, the undersigned, declare that the project report titled VEHICLE TO
VEHICLE BIDIRECTIONAL CHARGING USING DUAL ACTIVE BRIDGE
TOPOLOGY submitted for partial fulfillment of the requirements for the award of
the degree of Bachelor of Technology of the APJ Abdul Kalam Technological Uni-
versity, Kerala, is a bonafide work done by us under supervision of [Link] K.
Damodaran. This submission represents our ideas in our own words and where
ideas or words of others have been included, we have adequately and accurately
cited and referenced the sources. We also declare we have adhered to the ethics of
academic honesty and integrity and have not misrepresented or fabricated any data
or idea or fact or source in our submission. We understand that any violation of the
above will be a cause for disciplinary action by the institute and/or the University
and can also evoke penal action from the sources that have thus not been properly
cited or from whom proper permission has not been obtained. This report has not
been previously formed the basis for the award of any degree, diploma, or similar
title of any other University.
Place : Thrissur
Date : April 7, 2025
2
DEPARTMENT OF ELECTRICAL ENGINEERING
Government Engineering College Thrissur
Thrissur
680009
CERTIFICATE
KAVYA M
LIVIN LINTO
PARVATHY O G
SREEPRIYA S
MOHAMMED SUFAID K P
B. Tech. (Electrical and Electronics Engineering)
Department of Electrical Engineering
Government Engineering College Thrissur
i
ABSTRACT
ii
LIST OF ABBREVIATIONS AND SYMBOLS
Abbreviation Definition
EV Electric Vehicle
V2V Vehicle to Vehicle
ZVS Zero Voltage Switching
DAB Dual Active Bridge
V2G Vehicle to Grid
SoC State of Charge
ADC Analog to Digital Converter
EMI Electromagnetic Interference
PWM Pulse Width Modulation
SRAM Static Random-Access Memory
PSRAM Pseudo-Static RAM
iii
CONTENTS
ACKNOWLEDGEMENT i
ABSTRACT ii
LIST OF FIGURES vi
Chapter 1. INTRODUCTION 1
1.1 BACKGROUND . . . . . . . . . . . . . . . . . . . . . . . 1
Chapter 2. 3
2.1 PROBLEM STATEMENT . . . . . . . . . . . . . . . . . . 3
2.2 OBJECTIVES . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.3 IMPORTANCE OF BIDIRECTIONAL V2V CHARGING . 3
Chapter 4. METHODOLOGY 7
4.1 SYSTEM SPECIFICATION . . . . . . . . . . . . . . . . . 7
4.2 SELECTION OF CONVERTER TOPOLOGY . . . . . . . 8
4.3 CONTROL PLAN . . . . . . . . . . . . . . . . . . . . . . 8
iv
5.1.1 ZERO VOLTAGE SWITCHING RANGE . . . 11
5.2 GALVANIC ISOLATION . . . . . . . . . . . . . . . . . . 11
5.3 BIDIRECTIONAL FLOW . . . . . . . . . . . . . . . . . . 12
5.4 SWITCHING FREQUENCY . . . . . . . . . . . . . . . . . 12
5.5 DC BLOCKING CAPACITOR . . . . . . . . . . . . . . . . 13
5.6 MODES OF OPERATION . . . . . . . . . . . . . . . . . . 13
5.6.1 MODE 1 . . . . . . . . . . . . . . . . . . . . 14
5.6.2 MODE 2 . . . . . . . . . . . . . . . . . . . . 14
5.6.3 MODE 3 . . . . . . . . . . . . . . . . . . . . 15
5.6.4 MODE 4 . . . . . . . . . . . . . . . . . . . . 16
5.6.5 ILLUSTRATION OF WAVEFORMS . . . . . 17
Chapter 6. DESIGN 19
6.1 DAB DESIGN . . . . . . . . . . . . . . . . . . . . . . . . 19
6.1.1 DESIGN OF TRANSFORMER . . . . . . . . 20
6.1.2 DESIGN OF INDUCTOR . . . . . . . . . . . 21
v
8.1.3 HCPL3120 . . . . . . . . . . . . . . . . . . . 35
8.1.4 IRFB4110 . . . . . . . . . . . . . . . . . . . 36
8.2 Ki CAD Schematic for PCB . . . . . . . . . . . . . . . . . 37
8.3 ALGORITHM OF PROGRAM . . . . . . . . . . . . . . . . 39
8.4 HARDWARE SETUP . . . . . . . . . . . . . . . . . . . . . 40
8.5 RESULTS . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
8.5.1 PULSE USING MICROCONTROLLER . . . 41
8.5.2 VOLTAGE SENSOR . . . . . . . . . . . . . . 42
8.5.3 OUTPUT ACROSS DRIVER CIRCUIT . . . 42
8.5.4 VOLTAGE ACROSS TRANSFORMER WIND-
ING . . . . . . . . . . . . . . . . . . . . . . . 43
Chapter 9. CONCLUSION 44
REFERENCES 46
Apéndice 68
vi
LIST OF FIGURES
vii
8.1 STM32F303RET6 . . . . . . . . . . . . . . . . . . . . . . . . . . 35
8.2 BATTERY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
8.3 HCPL3120 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
8.4 IRFB4110 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
8.5 Gate Driver Circuits . . . . . . . . . . . . . . . . . . . . . . . . . . 37
8.6 Voltage Regulator . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
8.7 DAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
8.8 Volatge Sensor . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
8.9 EXPERIMENTAL SETUP . . . . . . . . . . . . . . . . . . . . . . 40
8.10 Pulse from STM32 . . . . . . . . . . . . . . . . . . . . . . . . . . 41
8.11 Driver Output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
8.12 Voltage across primary winding of transformer . . . . . . . . . . . 43
8.13 Voltage across secondary winding of transformer . . . . . . . . . . 43
viii
Chapter 1
INTRODUCTION
1.1 BACKGROUND
2
Chapter 2
2.2 OBJECTIVES
V2V charging utilizing the Dual Active Bridge (DAB) topology facilitates
efficient, bidirectional energy transfer between electric vehicles by enabling precise
power flow control between two active H-bridges interconnected through an iso-
lated [Link] topology is well-suited for V2V due to its high efficiency,
Figure 2.1: Block Diagram
power density, and simplified control, making it ideal for compact, vehicle-based
applications. DAB-based V2V systems optimize energy sharing, reduce reliance
on stationary chargers, and support a resilient, decentralized network for EV en-
ergy exchange.
In the proposed V2V bidirectional charging system, each electric vehicle
(Vehicle A and Vehicle B) is equipped with a battery and a DAB converter, as
illustrated in the block diagram.
When one vehicle needs to transfer energy to another, the control system
evaluates the state of charge (SOC) of both vehicles’ batteries, assesses power re-
quirements, and decides the direction of energy flow. For instance, if Vehicle A has
surplus energy and Vehicle B requires a charge, Vehicle A can initiate the transfer.
The control system coordinates the operation of the DAB converters in both
vehicles. It adjusts the power output, monitors the battery conditions, and ensures
that the energy transfer occurs within safe limits. The control algorithms are de-
signed to adapt to changing conditions, such as variations in battery voltage.
4
Chapter 3
LITERATURE SURVEY
Several charging topologies exist, each with its own advantages and disad-
vantages. Conductive charging, which includes AC and DC charging, is the most
common method. AC charging is further categorized into Level 1, Level 2, and
Level 3 (DC Fast Charging), with increasing power levels and charging speeds.
V2V bidirectional charging allow EVs to exchange energy with each other,
creating a decentralized energy network. This technology offers several benefits, in-
cluding enhanced grid resilience, emergency charging, and optimized energy man-
agement. To fully realize the potential of V2V bidirectional charging, several ad-
vancements are required: high-power, high-efficiency power electronics, advanced
battery management systems, robust communication protocols, standardized charg-
ing interfaces, and viable economic models.
6
Chapter 4
METHODOLOGY
8
power transfer while accommodating variations in battery voltage, state of charge
(SoC), and dynamic power demands.
This system utilizes a feedforward control strategy, a predictive approach
that anticipates disturbances and applies corrective actions proactively rather than
reactively. In the context of bidirectional V2V charging, feedforward control en-
hances efficiency, reduces response time, and ensures stable power transfer by dy-
namically adjusting charging parameters based on expected variations in system
conditions.
Since the Single Phase Shift (SPS) modulation scheme is used in the DAB
converter, the phase shift between the two bridges serves as the sole control pa-
rameter, while the duty ratio of the pulses in both the primary and secondary sides
remains constant. The direction of power flow is determined by the phase shift.
In this control approach, the current flowing into the recipient vehicle’s bat-
tery is assumed to remain constant. The phase shift, which introduces a delay in the
second bridge, is continuously adjusted based on the voltage of the donor vehicle’s
battery.
9
Chapter 5
DAB AND MODES OF OPERATION
The ZVS range in a DAB converter is determined by the phase shift between
the primary and secondary sides. A minimum phase shift is required to ensure ZVS
for all switching [Link] minimum phase shift depends on the input and
output voltage ratio and the inductor current.
By analyzing the inductor current waveform and the timing of the switching
transitions, it can be determined that the ZVS range is bounded by specific condi-
tions on the inductor current. These conditions ensure that the inductor current is
sufficient to discharge the output capacitances of the MOSFETs and achieve ZVS.
It’s important to note that the ZVS range is influenced by various factors,
including the load conditions, the input and output voltage levels, and the parasitic
capacitances of the MOSFETs. Careful design and control of the DAB converter
are essential to optimize ZVS operation and maximize efficiency.
Dual Active Bridge converter has ability to provide galvanic isolation be-
tween the input and output stages. This isolation is achieved through the use of a
high-frequency transformer.
Galvanic isolation offers several benefits like physically separating the in-
put and output stages, galvanic isolation significantly reduces the risk of electric
11
shock. The transformer acts as a barrier, preventing the propagation of common-
mode noise, which can interfere with sensitive electronic components. Galvanic
isolation can increase the reliability of the converter by minimizing the impact of
faults or disturbances in one stage on the other.
12
5.5 DC BLOCKING CAPACITOR
13
5.6.1 MODE 1
Here Switch S1 ,S4 and S7 ,S6 are turned ON.I1 enters the transformer through
dot here and leave through the other dot as I2 . The current flow in circuit as in the
loop.v1 is the primary voltage which is positive and v2 in the secondary is negative
as per the dot convention.
As v1 is positive and v2 is negative, the voltage across the inductor, vL will be a
high positive value and the current IL is the integral of vL which will be a rapidly
increasing ramp.
vL = v12
vL = v1 − v2
v1 > 0, v2 < 0
vL = v1 − (−v2 ) = v1 + v2
1R
IL = L vL dt
5.6.2 MODE 2
Here Switch S1 ,S4 remains ON and S5 ,S8 are turned ON. I1 enters the trans-
former through the dot here and leave through the other dot. The current flows in
the circuit as in the loops. v1 is the primary voltage which is positive and v2 in the
secondary is also positive as per the dot convention and direction of current.
As v1 and v2 are positive, the voltage across the inductor, vL will be a small positive
14
value, and the current IL is the integral of vL which will be a ramp that will increase
in a small rate.
vL = v12
vL = v1 − v2
v1 > 0, v2 > 0
vL = v1 − (v2 ) = v1 − v2
1R
IL = L vL dt
5.6.3 MODE 3
Here Switch S2 ,S3 are turned ON keeping the switch S7 ,S6 [Link] current
flows in the circuit as in the [Link] v1 is negative and v2 in the secondary is
positive as per the dot convention.
As v1 is negative and v2 is positive,the voltage across inductor, vL will be a large
negative value as shown in the wave form,and the current IL is the integral of vL
which will be a ramp with large negative valued slope.
vL = v12
vL = v1 − v2
v1 < 0, v2 > 0
vL = −v1 − (v2 ) = −v1 − v2
1R
IL = L vL dt
15
Figure 5.4: mode 3
5.6.4 MODE 4
Here Switch S2 ,S3 and S7 ,S6 are turned ON. The current flows in the circuit
as in the [Link] v1 is negative and v2 in the secondary is also negative as per the
dot convention.
As v1 and v2 are negative, the voltage across inductor, vL will be a small negative
value and the current IL is the integral of vL which will give a ramp of small negative
slope.
vL = v12
vL = v1 − v2
v1 < 0, v2 < 0
vL = −v1 − (−v2 ) = −v1 + v2
1R
IL = L vL dt
16
Figure 5.5: mode 4
17
Figure 5.6: Waveform in different intervals
18
Chapter 6
DESIGN
Design of a dual active bridge DC-DC converter with an input voltage of 36V
and output voltage of 24V at a switching frequency of 50kHz, power as 200W
and a duty ratio of 50% with a phase shift of 90 degree for bidirectional flow.
The high frequency transformer for dual active bridge converter is designed
with primary voltage V1 as 36V secondary voltage V2 as 24V with primary
current I1 as 5.55A and secondary current I2 as [Link] power is taken
as 200W. The leakage inductance required for the DC-DC converter is pro-
vided with a leakage inductor of leakage inductance calculated from the DAB
design and considering transformer inductance.
1
Skin depth = √π×µ×c×f = 0.3mm
We are using copper stranded wire of 24 SWG , AC = 0.24 mm2
1.39
Parallel turn in primary = 0.26 = 6 Turns
Parallel turn in secondary = 2.08
0.26 = 9 Turns
Mean Length = 93mm
Takeresistivityas = 1.68 × 10−5 ohm mm
N1 l 9×1.68×10−5 ×93×10−6
Internal Resistance in primary Rp1 = A = 125×10−6
= 77.3 µohm
−5 ×93×10 −6
Internal Resistance in secondary Rp2 = NA2 l = 6×1.68×10
125×10−6
= 51.5 µohm
Magnetising Inductance,
Le = 97 mm AC = 182mm2 µr = 1590
Le 97×10−3
Reluctance = µr µo AC =
1590×4×3.14×10−7 ×182×10−6
= 266743/H
N21 2
9
Primary inductance = reluctance = 266743 = 3 × 10−4 H = 300 µH
N22 52
Secondary inductance = reluctance = 369159 = 1.31 × 10−4 H = 131 µH
36 −6 = 0.6 A
Magnetising Current = 2×3.03×10 −4 10 × 10
20
6.1.2 DESIGN OF INDUCTOR
= 5.57A
q q
I21 I22 I1 I2 2×Φ 5.572 5.572
+ 5.57×5.57 1 − 2×90
ILrms = 3 + 3 + 3 1− 180 = 3 + 3 3 180
= 4.547A
Take Ip = 5.57A
Core Area calculation;
L×Ip
AC = N×Bm Bm = 0.2T
Conductor selection;
Let J = 4A/mm2
Irms 4.547
a = J = 4 = 1.1369mm2 , selected 18SWGwire.(re f er selection chart f rom appendix)
Core Window Area Calculation ;
KW = 0.4
N × a ⩽ AW × KW
L×Ip ×Irms 32.3838×10−6 ×5.57×4.547
AW AC = Bm×J×KW = 0.2×4×0.4 = 0.2544 × 104 mm4
Select the core E 42/15/21 with Ac = 40 mm2 (re f er selection chart f rom appendix)
L×IP 32.3838×10−6 ×5.57
N= AC ×Bm = = 22.4775 ≈ 23 Turns
40 × 10−6 × 0.2
To find air gap ;
µ×N×Ip −7 ×23×5.57
Ig = Bm = 4π×10 0.2 = 0.804mm ≈ 1mm
Ig ×Bm −3
1×10 ×0.2
N= µ0×Ip = 4π×10−7 ×5.57 = 29 Turns
21
Chapter 7
SIMULATION STUDIES
The simulation for the bidirectional DC-DC converter of dual active bridge
was implemented using MATLAB. 36V, 6Ah(input) and 24V 9Ah(output) batteries
were used for the simulation according to the design. A phase delay of ±5µs for
90°phase shift was given for bidirectional power flow. The power flow was observed
with SOC 60% and 10%. The simulation results indicate successful operation of
the converter.
Simulation was done using a 36V 6Ah battery on the input side and 24V
9Ah battery on the output [Link] inductor of leakage inductance 32.3838µH is
connected in the primary [Link] filter capacitors of 100µF and 22µF are used
in the input and output [Link] first battery is set to 60% SOC and second
battery to 10%.The pulse to the secondary bridge is given a delay of ±5µs.
23
Battery Charging: A gradual increase in the State of Charge (SOC) of the second
battery was observed, indicating that the converter is efficiently charging the battery.
During the experiment, a DC input voltage of 38.58V was applied to the sys-
tem. The observed input current waveform exhibited an average value of 4.708A,
while the corresponding input power waveform had an average value of 181.7W.
The system’s output was observed to have a DC voltage of 24.96V. The output
current waveform exhibited an average value of 7.057A, while the output power
waveform had an average value of 176.2W.
24
Figure 7.4: Inductor current and voltage across transformer of DAB for positive
phase shift
The waveforms of voltage across the primary and secondary of the trans-
former and current through the inductor were [Link] inductor current of av-
erage value 4.708A was obtained.
It is verified that switching of the MOSFET occurs when the voltage across
it is zero.
25
7.1.2 SIMULATION RESULTS FOR NEGATIVE PHASE SHIFT
To observe power flow in opposite direction, the SOC of 36V battery was set
to 10% and that of 24V battery was set as 60%. a negative phase shift of 90°was
given to the converter for the powerflow. The phase daley corresponding to that is
-5µs.
The simulation results obtained are:
Output Voltage:The output voltage stabilized at a constant DC value of 25.75 V.
Output Current: The output current exhibited a periodic waveform, with an average
value of -6.02 A. This waveform aligns with the expected behavior of the converter
in steady-state conditions
Power Transfer: The instantaneous and average power waveforms demonstrate ef-
fective power transfer from the input to the output. The average power output
was measured to be -155 W, which is consistent with the converter’s design ob-
[Link] negative power indicates that power is flowing from second battery to
first battery.
Battery Charging: A gradual increase in the State of Charge (SOC) of the first bat-
tery was observed, indicating that the converter is efficiently charging the battery.
During the experiment, a DC input voltage of 36.9V is observed across the first
battery. The observed input current waveform exhibited an average value of 4.769
A, while the corresponding input power waveform had an average value of 175.9W.
26
Figure 7.7: Output waveforms of negative phase shift
It is verified that switching of the MOSFET occurs when the voltage across
it is zero.
27
Figure 7.9: Inductor current and voltage across transformer of DAB for negative
phase shift
The waveforms of voltage across the primary and secondary of the trans-
former and current through the inductor were [Link] inductor current of av-
erage value 4.708A was obtained.
28
nV1 δ (2 − δ )
Io , K = (7.1)
8 fs L
s
I0
δ = 1− 1− nV1
(7.5)
8 fs L
Keeping the output current constant according to the C rating of the battery
used,different values of δ are obtained for different input voltage values.
The closed loop simulation for the converter was implemented using MAT-
LAB.A 36V,6Ah and 24V and a 9Ah batteries were used for the simultion as per
the design.A phase delay of δ calculated based on the input voltage was given. The
power flow was observed with SOC 60% and 10%. The simulation of the Dual
Active Bridge (DAB) converter was conducted with an input voltage of 36 V and a
target output voltage of 24 V.
Simulation was done using a 36V 6Ah battery on the input side and 24V 9Ah bat-
tery on the output [Link] inductor of leakage inductance 32.3838µH is connected
in the primary [Link] filter capacitors of 100µF and 22µF are used in the input
and output [Link] first battery is set to 60% SOC and second battery to
10%.The pulse to the secondary bridge is given a delay which is calculated based
on the value of input [Link] calculation is done by the matlab function block.
29
Figure 7.11: Closed loop simulation diagram
30
Figure 7.12: Input Waveforms of closed loop
The system’s output was observed to have a DC voltage of 25.03 V. The output
current waveform exhibited an average value of 9.33 A, while the output power
waveform had an average value of 233.7 W.
31
Figure 7.14: Inductor current and transformer
The voltage waveforms across the primary and secondary of the transformer
and current through the inductor were observed.
A pulse of 50 kHz and 0.5 duty ratio and a delayed pulse with delay calcu-
lated based on the input voltage is observed.
Both open-loop and closed-loop simulations were performed, and the correspond-
ing waveforms were analyzed. In the open-loop simulation, bidirectional power
32
flow was achieved by applying positive and negative phase shifts, demonstrating
power transfer in both directions. In the closed-loop simulation, the phase shift
automatically adjusted in response to changes in input voltage, implementing a
feedforward control strategy. This adaptive control ensured stable operation by dy-
namically regulating the phase [Link] flow was acheived in one direction. The
resulting waveforms were observed to evaluate system performance under varying
conditions.
33
Chapter 8
HARDWARE AND EXPERIMENTATION
8.1 COMPONENTS
8.1.1 STM32F303RET6
8.1.2 BATTERY
36V 6Ah and 24 V 9Ah batteries are needed. Inorder to get 36V, three 12V
6Ah batteries are connected in series, similarly inorder to get 24V, two 12V 9Ah
batteries are connected in series.
8.1.3 HCPL3120
The HCPL-3120 gate drive optocouplers contain a GaAsP LED. The LED is
optically coupled to an integrated circuit with a power output stage. It is used for
driving MOSFETs. The high operating voltage range of the output stage provides
the drive voltages required by gate controlled devices.
35
COMPONENTS SPECIFICATIONS DIAGRAM
Inductor 32.38µH
B0515S-2WR3 5V-15V
Table 8.1: Components Used
8.1.4 IRFB4110
36
8.2 KI CAD SCHEMATIC FOR PCB
37
Figure 8.7: DAB
38
8.3 ALGORITHM OF PROGRAM
1. Initialize the STM32 HAL Library which resets peripherals, initializes the Flash
interface, and sets up the system tick timer.
For TIM1, main output on PA8, complementary output on [Link] TIM 8,main
output on PC6, complementary output on PA7 .
Step 3: Timer Configuration
3. Both timers have a period of 1439 (counter rolls over at this value)
4. Both use PWM1 mode with a pulse width of 720 for 50%
39
6. TIM8 is configured as a slave timer triggered by TIM1.
1. TIM1 Channel 1 (PA8) and TIM1 Channel 1(Complement)(PB13): First pulse pair
(in phase)
The Dual Active Bridge (DAB) converter circuit was tested by supplying a 30V
DC input from a DC Supply. A variable resistor was connected at the output to
simulate different load conditions and observe performance variations. All com-
ponents were assembled on a printed circuit board (PCB) to ensure a compact and
40
stable design. The STM32F303RET6 microcontroller was programmed to generate
the required switching pulses, which were then fed to the MOSFETs via dedicated
driver circuits. These drivers ensured proper voltage and current levels for efficient
and reliable switching operation of the MOSFETs.
8.5 RESULTS
A 50kHz pulse with a 0.5 duty cycle is generated from the D7 pin of the STM32F303RET6
[Link], a complementary pulse—where the high and low states
are inverted relative to the original pulse—is produced from the D4 pin. Further-
more, a delayed pulse is generated from the D14 pin, which has the same frequency
but is shifted by 5µs relative to the original [Link] delay ensures that the rising
and falling edges of this pulse occur 5µs later than the original signal from D7. This
delayed signal can be used for phase-shifted switching. A complementary version
of the delayed pulse is produced from the D11 pin, meaning it is an inverted ver-
sion of the D14 [Link] signals are used to control the MOSFETs in the Dual
Active Bridge (DAB) converter, ensuring proper timing for efficient power transfer.
41
8.5.2 VOLTAGE SENSOR
A voltage sensor was designed using the LM358 operational amplifier, configured
to produce an output of 3V when an input voltage of 40V is applied. The circuit was
assembled and tested, and it was observed that when 30V was applied at the input,
the output measured approximately 2.75V, confirming the expected operation.
A boosted 50kHz pulse with a 0.5 duty cycle is obtained from the output of the
driver circuit, providing sufficient voltage and current levels to effectively drive
the IRFB4110 MOSFET. The driver circuit ensures that the pulse has the neces-
sary strength to switch the MOSFET efficiently, minimizing switching losses and
ensuring reliable operation. This enhanced pulse is observed using a Digital Stor-
age Oscilloscope (DSO), which allows for precise analysis of signal characteristics
such as amplitude, timing, and waveform integrity. Proper signal strength is crucial
for ensuring that the MOSFET operates within its optimal switching parameters,
preventing issues like incomplete turn-on or excessive heating.
42
8.5.4 VOLTAGE ACROSS TRANSFORMER WINDING
43
Chapter 9
CONCLUSION
Our project on V2V bidirectional charging utilizing DAB topology highlights a sig-
nificant advancement in electric vehicle energy management. The DAB architecture
offers efficient power conversion and enhanced control capabilities, making it well-
suited for dynamic energy transfer between [Link] analysis demonstrated that
the DAB topology not only facilitates effective energy exchange but also optimizes
the overall efficiency of the charging [Link] project demonstrates the imple-
mentation of a Dual Active Bridge (DAB) [Link] extensive simulations
and hardware validation, the system exhibited stable voltage regulation, efficient
power flow control, and minimal energy losses, confirming its viability for real-
world applications.
The simulation results validated the effectiveness of the DAB converter in main-
taining power stability under varying load conditions while ensuring efficient en-
ergy transfer between vehicles. Additionally, hardware experiments demonstrated
the practical feasibility of the [Link] this technology has the potential
to mitigate range anxiety, enhance charging accessibility in remote locations, and
contribute to a more resilient and interconnected EV ecosystem. While our findings
showcase the advantages of using DAB for V2V charging, challenges such as sys-
tem complexity, cost, and the need for standardized communication protocols must
be addressed to realize its full potential. Continued advancements in semiconductor
technology and implementing efficient control algorithms will play a pivotal role in
overcoming these [Link],future research and collaboration will be essen-
tial to explore its applications further, paving the way for a more interconnected and
resilient energy landscape.
Chapter 10
FUTURE PROSPECTS
[3] . Joarder and A. Ghosh, ”Design and Implementation of Dual Active Bridge
Converter for DC Microgrid application,” 2022 IEEE Delhi Section Con-
ference (DELCON), New Delhi, India, 2022, pp. 1-6, doi: 10.1109/DEL-
CON54057.2022.9753372.
46
[7] Video:you tube video uploaded by NPTELHERD,
Mod-04 Lec-06 Transformer on Jan 9 2014
URL:[Link]
47
Appendix A
DATA SHEETS
G D S
Gate Drain Source
Standard Pack
Base Part Number Package Type Orderable Part Number
Form Quantity
IRFB4110PbF TO-220 Tube 50 IRFB4110PbF
Thermal Resistance
Symbol Parameter Typ. Max. Units
RθJC Junction-to-Case k ––– 0.402
RθCS Case-to-Sink, Flat Greased Surface 0.50 ––– °C/W
RθJA Junction-to-Ambient j ––– 62
1 [Link] © 2014 International Rectifier Submit Datasheet Feedback April 28, 2014
IRFB4110PbF
VSD Diode Forward Voltage ––– ––– 1.3 V TJ = 25°C, IS = 75A, VGS = 0V g
trr Reverse Recovery Time ––– 50 75 ns TJ = 25°C VR = 85V,
––– 60 90 TJ = 125°C IF = 75A
Qrr Reverse Recovery Charge ––– 94 140 nC TJ = 25°C di/dt = 100A/µs g
––– 140 210 TJ = 125°C
IRRM Reverse Recovery Current ––– 3.5 ––– A TJ = 25°C
ton Forward Turn-On Time Intrinsic turn-on time is negligible (turn-on is dominated by LS+LD)
Notes:
Calculated continuous current based on maximum allowable junction ISD ≤ 75A, di/dt ≤ 630A/µs, VDD ≤ V(BR)DSS, TJ ≤ 175°C.
temperature. Bond wire current limit is 120A. Note that current Pulse width ≤ 400µs; duty cycle ≤ 2%.
limitations arising from heating of the device leads may occur with Coss eff. (TR) is a fixed capacitance that gives the same charging time
some lead mounting arrangements. as Coss while VDS is rising from 0 to 80% VDSS .
Repetitive rating; pulse width limited by max. junction Coss eff. (ER) is a fixed capacitance that gives the same energy as
temperature. Coss while VDS is rising from 0 to 80% VDSS.
Limited by TJmax, starting TJ = 25°C, L = 0.033mH When mounted on 1" square PCB (FR-4 or G-10 Material). For recom
RG = 25Ω, IAS = 108A, VGS =10V. Part not recommended for use mended footprint and soldering techniques refer to application note #AN-994.
above this value. Rθ is measured at TJ approximately 90°C.
2 [Link] © 2014 International Rectifier Submit Datasheet Feedback April 28, 2014
NUCLEO‑XXXXRX NUCLEO‑XXXXRX‑P
Data brief
Features
• Common features
– STM32 microcontroller in LQFP64 package
– 1 user LED shared with ARDUINO®
– 1 user and 1 reset push-buttons
– 32.768 kHz crystal oscillator
– Board connectors:
◦ ARDUINO® Uno V3 expansion connector
◦ ST morpho extension pin headers for full access to all STM32 I/Os
– Flexible power-supply options: ST-LINK, USB VBUS, or external sources
– On-board ST-LINK debugger/programmer with USB re-enumeration
capability: mass storage, Virtual COM port and debug port
– Comprehensive free software libraries and examples available with the
NUCLEO-G474RE example. Boards with STM32Cube MCU Package
different references show different – Support of a wide choice of Integrated Development Environments (IDEs)
layouts. Picture is not contractual.
including IAR Embedded Workbench®, MDK-ARM, and STM32CubeIDE
• Board-specific features
– External SMPS to generate Vcore logic supply
– 24 MHz HSE
– Board connectors:
◦ External SMPS experimentation dedicated connector
Product status link ◦ Micro-AB or Mini-AB USB connector for the ST-LINK
NUCLEO-XXXXRX ◦ MIPI® debug connector
NUCLEO-F030R8, NUCLEO-F070RB, – Arm® Mbed Enabled™ compliant
NUCLEO-F072RB, NUCLEO-F091RC,
NUCLEO-F103RB, NUCLEO-F302R8,
NUCLEO-F303RE, NUCLEO-F334R8, Description
NUCLEO-F401RE, NUCLEO-F410RB,
NUCLEO-F411RE, NUCLEO-F446RE, The STM32 Nucleo-64 board provides an affordable and flexible way for users to try
NUCLEO-G070RB, NUCLEO-G071RB, out new concepts and build prototypes by choosing from the various combinations of
NUCLEO-G0B1RE, NUCLEO-G431RB, performance and power consumption features, provided by the STM32
NUCLEO-G474RE, NUCLEO-G491RE, microcontroller. For the compatible boards, the external SMPS significantly reduces
NUCLEO-L010RB, NUCLEO-L053R8, power consumption in Run mode.
NUCLEO-L073RZ, NUCLEO-L152RE,
NUCLEO-L452RE, NUCLEO-L476RG. The ARDUINO® Uno V3 connectivity support and the ST morpho headers allow the
NUCLEO-XXXXRX-P
easy expansion of the functionality of the STM32 Nucleo open development platform
with a wide choice of specialized shields.
NUCLEO-L412RB-P,
NUCLEO-L433RC-P, The STM32 Nucleo-64 board does not require any separate probe as it integrates the
NUCLEO-L452RE-P. ST-LINK debugger/programmer.
The STM32 Nucleo-64 board comes with the STM32 comprehensive free software
libraries and examples available with the STM32Cube MCU Package.
2 Development environment
2.1 System requirements
• Windows® OS (7, 8 and 10), Linux® 64-bit, or macOS®
• USB Type-A or USB Type-C® to Micro-B cable, or USB Type-A or USB Type-C® to Mini-B cable (depending
on the board reference)
Note: macOS® is a trademark of Apple Inc. registered in the U.S. and other countries.
All other trademarks are the property of their respective owners.
1. On Windows® only.
2. Arm and Mbed are registered trademarks or trademarks of Arm Limited (or its subsidiaries) in the US and or elsewhere.
3. Refer to the [Link] website and to the “Ordering information” section to determine which order codes are supported.
CORE SETS
Effective core parameters 43 0
handbook, halfpage −1.7
15.2 0
−0.6
CBW048
Dimensions in mm.
Core halves
AL measured in combination with a non-gapped core half, clamping force for AL measurements 40 ±20 N, unless stated
otherwise.
AL TOTAL AIR GAP
GRADE µe TYPE NUMBER
(nH) (µm)
3C81 100 ±5%(1) ≈ 43 ≈ 3960 E42/21/15-3C81-E100
160 ±5%(1) ≈ 69 ≈ 2060 E42/21/15-3C81-E160
250 ±5%(1) ≈ 108 ≈ 1140 E42/21/15-3C81-E250
315 ±5% ≈ 137 ≈ 850 E42/21/15-3C81-A315
400 ±8% ≈ 173 ≈ 630 E42/21/15-3C81-A400
630 ±15% ≈ 273 ≈ 360 E42/21/15-3C81-A630
5300 ±25% ≈ 2300 ≈0 E42/21/15-3C81
3C90 100 ±5%(1) ≈ 43 ≈ 3960 E42/21/15-3C90-E100
160 ±5%(1) ≈ 69 ≈ 2060 E42/21/15-3C90-E160
250 ±5%(1) ≈ 108 ≈ 1140 E42/21/15-3C90-E250
315 ±5% ≈ 137 ≈ 850 E42/21/15-3C90-A315
400 ±8% ≈ 173 ≈ 630 E42/21/15-3C90-A400
630 ±15% ≈ 273 ≈ 360 E42/21/15-3C90-A630
3950 ±25% ≈ 1710 ≈0 E42/21/15-3C90
3C91 5300 ±25% ≈ 2300 ≈0 E42/21/15-3C91
3C92 3100 ±25% ≈ 1350 ≈0 E42/21/15-3C92
3C94 4100 ±25% ≈ 1780 ≈0 E42/21/15-3C94
COIL FORMERS
General data for E42/21/15 coil former without pins
PARAMETER SPECIFICATION
Coil former material polybutyleneterephtalate (PBT), glass reinforced, flame retardant in
accordance with “UL 94V-0”; UL file number E45329(R)
Maximum operating temperature 155 °C, “IEC 60085”, class F
34
17.9 15.7
max. +0.2
CBW494
12.6 +0.2 26.2 min.
14.6 28
Dimensions in mm.
Winding data and area product for E42/21/15 coil former without pins
Technical Data
HCPL-3120
HCPL-J312
HCNW3120
Description operating voltage range of the stage which drives the IGBT gate.
The HCPL-3120 contains a output stage provides the drive The HCNW3120 has the highest
GaAsP LED while the HCPL-J312 voltages required by gate insulation voltage of
and the HCNW3120 contain an controlled devices. The voltage VIORM = 1414 Vpeak in the
AlGaAs LED. The LED is optically and current supplied by these VDE0884. The HCPL-J312 has an
coupled to an integrated circuit optocouplers make them ideally insulation voltage of
with a power output stage. These suited for directly driving IGBTs VIORM = 891 Vpeak and the
optocouplers are ideally suited with ratings up to 1200 V/100 A. VIORM = 630 Vpeak is also
for driving power IGBTs and For IGBTs with higher ratings, available with the HCPL-3120
MOSFETs used in motor control the HCPL-3120 series can be (Option 060).
inverter applications. The high used to drive a discrete power
Selection Guide
Part Number HCPL-3120 HCPL-J312 HCNW3120 HCPL-3150*
Output Peak Current ( IO) 2.0 A 2.0 A 2.0 A 0.5 A
VDE0884 Approval VIORM = 630 Vpeak VIORM = 891 Vpeak VIORM = 1414 Vpeak VIORM = 630 Vpeak
(Option 060) (Option 060)
*The HCPL-3150 Data sheet available. Contact Agilent sales representative or authorized distributor.
Ordering Information
Specify Part Number followed by Option Number (if desired)
Example:
HCPL-3120#XXX
Option 500 contains 1000 units (HCPL-3120/J312), 750 units (HCNW3120) per reel.
Other options contain 50 units (HCPL-3120/J312), 42 units (HCNW312) per tube.
Option data sheets available. Contact Agilent sales representative or authorized distributor.
7
LM340, LM340A and LM78xx Wide VIN 1.5-A Fixed Voltage Regulators
1 Features 3 Description
•
1 Output Current up to 1.5 A The LM340 and LM78xx monolithic 3-terminal
positive voltage regulators employ internal current-
• Available in Fixed 5-V, 12-V, and 15-V Options limiting, thermal shutdown and safe-area
• Output Voltage Tolerances of ±2% at TJ = 25°C compensation, making them essentially indestructible.
(LM340A) If adequate heat sinking is provided, they can deliver
• Line Regulation of 0.01% / V of at 1-A Load over 1.5-A output current. They are intended as fixed
(LM340A) voltage regulators in a wide range of applications
including local (on-card) regulation for elimination of
• Load Regulation of 0.3% / A (LM340A) noise and distribution problems associated with
• Internal Thermal Overload, Short-Circuit and SOA single-point regulation. In addition to use as fixed
Protection voltage regulators, these devices can be used with
• Available in Space-Saving SOT-223 Package external components to obtain adjustable output
voltages and currents.
• Output Capacitance Not Required for Stability
Considerable effort was expended to make the entire
2 Applications series of regulators easy to use and minimize the
number of external components. It is not necessary to
• Industrial Power Supplies bypass the output, although this does improve
• SMPS Post Regulation transient response. Input bypassing is needed only if
• HVAC Systems the regulator is located far from the filter capacitor of
the power supply.
• White Goods
SPACE LM7805 is also available in a higher accuracy and
better performance version (LM340A). Refer to
Available Packages LM340A specifications in the LM340A Electrical
Characterisitcs table.
Pin 1. Input
2. Ground
3. Output 2 Device Information(1)
1
Tab/Case is Ground or Output PART NUMBER PACKAGE BODY SIZE (NOM)
DDPAK/TO-263 (3) 10.18 mm × 8.41 mm
TO-3 TO-220
LM340x SOT-23 (4) 6.50 mm × 3.50 mm
2
3 LM78xx TO-220 (3) 14.986 mm × 10.16 mm
1
TO-3 (2) 38.94 mm x 25.40 mm
(1) For all available packages, see the orderable addendum at
the end of the data sheet.
An IMPORTANT NOTICE at the end of this data sheet addresses availability, warranty, changes, use in safety-critical applications,
intellectual property matters and other important disclaimers. PRODUCTION DATA.
LM340, LM340A, LM7805, LM7812, LM7815
[Link] SNOSBT0K – FEBRUARY 2000 – REVISED JULY 2016
GND
GND
GND
Pin Functions
PIN
I/O DESCRIPTION
NAME NO.
INPUT 1 I Input voltage pin
GND 2 I/O Ground pin
OUTPUT 3 O Output voltage pin
(1) All characteristics are measured with a 0.22-μF capacitor from input to ground and a 0.1-μF capacitor from output to ground. All
characteristics except noise voltage and ripple rejection ratio are measured using pulse techniques (tw ≤ 10 ms, duty cycle ≤ 5%).
Output voltage changes due to changes in internal temperature must be taken into account separately.
LM2904E, LM2904V, 1
CASE 751
NCV2904
Utilizing the circuit designs perfected for Quad Operational 8
Micro8]
Amplifiers, these dual operational amplifiers feature low power drain, DMR2 SUFFIX
CASE 846A
a common mode input voltage range extending to ground/VEE, and 1
single supply or split supply operation. The LM358 series is
equivalent to one−half of an LM324.
These amplifiers have several distinct advantages over standard PIN CONNECTIONS
operational amplifier types in single supply applications. They can
operate at supply voltages as low as 3.0 V or as high as 32 V, with
quiescent currents about one−fifth of those associated with the Output A 1 8 VCC
MC1741 (on a per amplifier basis). The common mode input range Output B
2 7
−
Inputs A +
includes the negative supply, thereby eliminating the necessity for
3 6
−
+ 5 Inputs B
VEE/Gnd
external biasing components in many applications. The output voltage
4
range also includes the negative power supply voltage. (Top View)
Features
• Short Circuit Protected Outputs ORDERING INFORMATION
See detailed ordering and shipping information on page 10 of
• True Differential Input Stage this data sheet.
• Single Supply Operation: 3.0 V to 32 V
• Low Input Bias Currents
DEVICE MARKING INFORMATION
• Internally Compensated See general marking information in the device marking
• Common Mode Range Extends to Negative Supply section on page 11 of this data sheet.
ESD RATINGS
Rating HBM MM Unit
ESD Protection at any Pin (Human Body Model − HBM, Machine Model − MM)
NCV2904 (Note 3) 2000 200 V
LM358E, LM2904E 2000 200 V
LM358DG/DR2G, LM2904DG/DR2G 250 100 V
All Other Devices 2000 200 V
[Link]
3
LM258, LM358, LM358A, LM358E, LM2904, LM2904A, LM2904E, LM2904V, NCV2904
ELECTRICAL CHARACTERISTICS (VCC = 5.0 V, VEE = GND, TA = 25°C, unless otherwise noted.)
LM258 LM358, LM358E LM358A
Characteristic Symbol Min Typ Max Min Typ Max Min Typ Max Unit
Input Offset Voltage VIO mV
VCC = 5.0 V to 30 V, VIC = 0 V to VCC −1.7 V,
VO ] 1.4 V, RS = 0
TA = 25°C − 2.0 5.0 − 2.0 7.0 − 2.0 3.0
TA = Thigh (Note 4) − − 7.0 − − 9.0 − − 5.0
TA = Tlow (Note 4) − − 7.0 − − 9.0 − − 5.0
Average Temperature Coefficient of Input Offset VIO/T − 7.0 − − 7.0 − − 7.0 − V/°C
Voltage
TA = Thigh to Tlow (Note 4)
Input Offset Current IIO − 3.0 30 − 5.0 50 − 5.0 30 nA
TA = Thigh to Tlow (Note 4) − − 100 − − 150 − − 75
Input Bias Current IIB − −45 −150 − −45 −250 − −45 −100
TA = Thigh to Tlow (Note 4) − −50 −300 − −50 −500 − −50 −200
Average Temperature Coefficient of Input Offset IIO/T − 10 − − 10 − − 10 − pA/°C
Current
TA = Thigh to Tlow (Note 4)
Input Common Mode Voltage Range (Note 5), VICR 0 − 28.3 0 − 28.3 0 − 28.5 V
VCC = 30 V
VCC = 30 V, TA = Thigh to Tlow 0 − 28 0 − 28 0 − 28
Differential Input Voltage Range VIDR − − VCC − − VCC − − VCC V
Large Signal Open Loop Voltage Gain AVOL V/mV
RL = 2.0 k, VCC = 15 V, For Large VO Swing, 50 100 − 25 100 − 25 100 −
TA = Thigh to Tlow (Note 4) 25 − − 15 − − 15 − −
Channel Separation CS − −120 − − −120 − − −120 − dB
1.0 kHz ≤ f ≤ 20 kHz, Input Referenced
Common Mode Rejection CMR 70 85 − 65 70 − 65 70 − dB
RS ≤ 10 k
Power Supply Rejection PSR 65 100 − 65 100 − 65 100 − dB
Output Voltage−High Limit VOH V
TA = Thigh to Tlow (Note 4)
VCC = 5.0 V, RL = 2.0 k, TA = 25°C 3.3 3.5 − 3.3 3.5 − 3.3 3.5 −
VCC = 30 V, RL = 2.0 k 26 − − 26 − − 26 − −
VCC = 30 V, RL = 10 k 27 28 − 27 28 − 27 28 −
Output Voltage−Low Limit VOL − 5.0 20 − 5.0 20 − 5.0 20 mV
VCC = 5.0 V, RL = 10 k,
TA = Thigh to Tlow (Note 4)
Output Source Current IO+ mA
VID = +1.0 V, VCC = 15 V 20 40 − 20 40 − 20 40 −
TA = Thigh to Tlow (LM358A Only) 10 − −
Output Sink Current IO−
VID = −1.0 V, VCC = 15 V 10 20 − 10 20 − 10 20 − mA
TA = Thigh to Tlow (LM358A Only) 5.0 − − mA
VID = −1.0 V, VO = 200 mV 12 50 − 12 50 − 12 50 − A
Output Short Circuit to Ground (Note 6) ISC − 40 60 − 40 60 − 40 60 mA
Power Supply Current (Total Device) ICC mA
TA = Thigh to Tlow (Note 4)
VCC = 30 V, VO = 0 V, RL = ∞ − 1.5 3.0 − 1.5 3.0 − 1.5 2.0
VCC = 5 V, VO = 0 V, RL = ∞ − 0.7 1.2 − 0.7 1.2 − 0.7 1.2
4. LM258: Tlow = −25°C, Thigh = +85°C LM358, LM358A, LM358E: Tlow = 0°C, Thigh = +70°C
LM2904/A/E: Tlow = −40°C, Thigh = +105°C LM2904V & NCV2904: Tlow = −40°C, Thigh = +125°C
NCV2904 is qualified for automotive use.
5. The input common mode voltage or either input signal voltage should not be allowed to go negative by more than 0.3 V. The upper end of
the common mode voltage range is VCC − 1.7 V.
6. Short circuits from the output to VCC can cause excessive heating and eventual destruction. Destructive dissipation can result from
simultaneous shorts on all amplifiers.
[Link]
4
LM258, LM358, LM358A, LM358E, LM2904, LM2904A, LM2904E, LM2904V, NCV2904
ELECTRICAL CHARACTERISTICS (VCC = 5.0 V, VEE = Gnd, TA = 25°C, unless otherwise noted.)
LM2904/LM2904E LM2904A LM2904V, NCV2904
Characteristic Symbol Min Typ Max Min Typ Max Min Typ Max Unit
Input Offset Voltage VIO mV
VCC = 5.0 V to 30 V, VIC = 0 V to VCC −1.7 V,
VO ] 1.4 V, RS = 0
TA = 25°C − 2.0 7.0 − 2.0 7.0 − − 7.0
TA = Thigh (Note 7) − − 10 − − 10 − − 13
TA = Tlow (Note 7) − − 10 − − 10 − − 10
Average Temperature Coefficient of Input Offset VIO/T − 7.0 − − 7.0 − − 7.0 − V/°C
Voltage
TA = Thigh to Tlow (Note 7)
Input Offset Current IIO − 5.0 50 − 5.0 50 − 5.0 50 nA
TA = Thigh to Tlow (Note 7) − 45 200 − 45 200 − 45 200
Input Bias Current IIB − −45 −250 − −45 −100 − −45 −250
TA = Thigh to Tlow (Note 7) − −50 −500 − −50 −250 − −50 −500
Average Temperature Coefficient of Input Offset IIO/T − 10 − − 10 − − 10 − pA/°C
Current
TA = Thigh to Tlow (Note 7)
Input Common Mode Voltage Range (Note 8), VICR 0 − 28.3 0 − 28.3 0 − 28.3 V
VCC = 30 V
VCC = 30 V, TA = Thigh to Tlow 0 − 28 0 − 28 0 − 28
Differential Input Voltage Range VIDR − − VCC − − VCC − − VCC V
Large Signal Open Loop Voltage Gain AVOL V/mV
RL = 2.0 k, VCC = 15 V, For Large VO Swing, 25 100 − 25 100 − 25 100 −
TA = Thigh to Tlow (Note 7) 15 − − 15 − − 15 − −
Channel Separation CS − −120 − − −120 − − −120 − dB
1.0 kHz ≤ f ≤ 20 kHz, Input Referenced
Common Mode Rejection CMR 50 70 − 50 70 − 50 70 − dB
RS ≤ 10 k
Power Supply Rejection PSR 50 100 − 50 100 − 50 100 − dB
Output Voltage−High Limit VOH V
TA = Thigh to Tlow (Note 7)
VCC = 5.0 V, RL = 2.0 k, TA = 25°C 3.3 3.5 − 3.3 3.5 − 3.3 3.5 −
VCC = 30 V, RL = 2.0 k 26 − − 26 − − 26 − −
VCC = 30 V, RL = 10 k 27 28 − 27 28 − 27 28 −
Output Voltage−Low Limit VOL − 5.0 20 − 5.0 20 − 5.0 20 mV
VCC = 5.0 V, RL = 10 k,
TA = Thigh to Tlow (Note 7)
Output Source Current IO+ 20 40 − 20 40 − 20 40 − mA
VID = +1.0 V, VCC = 15 V
Output Sink Current IO−
VID = −1.0 V, VCC = 15 V 10 20 − 10 20 − 10 20 − mA
VID = −1.0 V, VO = 200 mV − − − − − − − − − A
Output Short Circuit to Ground (Note 9) ISC − 40 60 − 40 60 − 40 60 mA
Power Supply Current (Total Device) ICC mA
TA = Thigh to Tlow (Note 7)
VCC = 30 V, VO = 0 V, RL = ∞ − 1.5 3.0 − 1.5 3.0 − 1.5 3.0
VCC = 5 V, VO = 0 V, RL = ∞ − 0.7 1.2 − 0.7 1.2 − 0.7 1.2
7. LM258: Tlow = −25°C, Thigh = +85°C LM358, LM358A, LM358E: Tlow = 0°C, Thigh = +70°C
LM2904/A/E: Tlow = −40°C, Thigh = +105°C LM2904V & NCV2904: Tlow = −40°C, Thigh = +125°C
NCV2904 is qualified for automotive use.
8. The input common mode voltage or either input signal voltage should not be allowed to go negative by more than 0.3 V. The upper end of
the common mode voltage range is VCC − 1.7 V.
9. Short circuits from the output to VCC can cause excessive heating and eventual destruction. Destructive dissipation can result from
simultaneous shorts on all amplifiers.
Product parametric performance is indicated in the Electrical Characteristics for the listed test conditions, unless otherwise noted. Product
performance may not be indicated by the Electrical Characteristics if operated under different conditions.
[Link]
5
B0515S-2WR3
65
66
68