I have dedicated substantial effort to the development of a high-efficiency solar inverter based on SiC devices. In the field of photovoltaic power generation, the solar inverter serves as the critical interface between the photovoltaic array and the electrical grid. Its performance directly influences the overall efficiency and stability of the entire solar power system. With the rapid advancement of the industry, wide-bandgap semiconductor materials such as silicon carbide (SiC) have garnered significant attention due to their superior physical properties. In this article, I will share my detailed design process, the testing methodology, and the performance evaluation of the SiC-based solar inverter I have developed. The entire work is presented from my own first-person perspective, focusing on the core aspects of the design and the validation of key performance metrics.
The primary objective of this project is to replace traditional silicon-based power devices with SiC counterparts in a solar inverter, thereby achieving higher efficiency, greater power density, and better thermal performance. I have employed a two-stage topology: a front-end DC/DC boost converter and a back-end DC/AC inverter. The boost stage utilizes a SiC MOSFET and a SiC Schottky diode to step up the low DC voltage from the photovoltaic array to a high DC voltage suitable for the inverter stage. This configuration also enables maximum power point tracking (MPPT). The inverter stage is a full-bridge topology based on SiC MOSFETs, which converts the high DC voltage into AC voltage synchronized with the grid. The design optimizes the control strategy to minimize harmonic distortion and improve power quality.

The image above shows a typical configuration of a modern solar inverter system. In my design, I have used a two-stage topology that is widely adopted in the industry. The following sections will detail the overall circuit design, the control circuit, the software algorithms, and the thermal management strategy. I will also present the performance test results, including conversion efficiency, total harmonic distortion (THD), and power density, all of which confirm the advantages of the SiC-based solar inverter over traditional silicon-based counterparts.
1. Research Background and Motivation
Traditional solar inverters primarily rely on silicon-based power devices, such as IGBTs and silicon diodes. While these devices have served the solar industry well for decades, they are increasingly unable to meet the demands of modern photovoltaic systems, which require higher switching frequencies, lower losses, and better thermal stability. SiC devices, on the other hand, offer a breakthrough in performance. The key advantages of SiC in a solar inverter include:
- Higher breakdown voltage: SiC can withstand much higher voltages than silicon, allowing for simpler topologies and reduced component count.
- Higher thermal conductivity: SiC dissipates heat more efficiently, enabling operation at higher temperatures without degradation.
- Lower on-resistance: SiC MOSFETs have significantly lower channel resistance compared to silicon MOSFETs of the same voltage rating, reducing conduction losses.
- Faster switching speed: SiC devices can switch at much higher frequencies (up to several hundred kHz) without excessive switching losses, which reduces the size of passive components such as inductors and capacitors.
- Zero reverse recovery charge: SiC Schottky diodes have virtually no reverse recovery current, eliminating a major source of loss in boost converters and inverter legs.
Given these advantages, I decided to design a solar inverter that leverages the full potential of SiC technology. The expected outcomes included a conversion efficiency above 98%, a total harmonic distortion below 3%, and a power density improvement of at least 30% compared to a conventional silicon-based solar inverter of the same power rating.
2. Overall Circuit Design of the SiC-Based Solar Inverter
I adopted a two-stage architecture for the solar inverter. The first stage is a boost converter that elevates the PV array voltage (typically 200 V to 1000 V) to a regulated DC bus voltage of around 800 V. The second stage is a full-bridge inverter that converts this DC bus voltage into a 50 Hz or 60 Hz AC output, which is then filtered and connected to the grid. The entire system is controlled by a digital signal processor (DSP) from Texas Instruments, the TMS320F28335.
2.1 Power Stage Components
For the power switches, I selected the SiC MOSFET C2M0025120D (1200 V, 25 mΩ) and the SiC Schottky diode C4D20120D (1200 V, 20 A). These components are characterized by low conduction losses and fast switching. Table 1 summarizes the key parameters of these devices.
| Parameter | SiC MOSFET C2M0025120D | SiC Schottky Diode C4D20120D |
|---|---|---|
| Drain-source voltage (VDS) | 1200 V | 1200 V |
| Continuous drain/forward current | 60 A (at 100°C) | 20 A (at 150°C) |
| On-resistance / forward voltage drop | 25 mΩ (typical) | 1.7 V (at rated current) |
| Switching time (turn-on + turn-off) | ~30 ns (typical) | Zero reverse recovery |
| Operating junction temperature | -55°C to +175°C | -55°C to +175°C |
The boost converter uses a single SiC MOSFET and a SiC Schottky diode. The high switching frequency (100 kHz) allows the use of a smaller boost inductor. The inverter stage employs four SiC MOSFETs in a full-bridge configuration, also switched at 100 kHz. This high frequency reduces the size of the LCL output filter dramatically, contributing to a higher power density.
2.2 Input and Output Filter Design
To suppress the high-frequency ripple from the PV array, I placed an LC filter (Lin = 100 μH, Cin = 10 μF) at the input of the boost converter. This filter ensures a stable input voltage for the MPPT control. For the output of the inverter, I designed an LCL filter (L1 = 500 μH, Cf = 5 μF, L2 = 200 μH) to attenuate the switching frequency harmonics and meet grid-connection standards. The filter components are selected to have a resonant frequency well above the fundamental (50 Hz) and below the switching frequency (100 kHz) to avoid instability. The total inductance and capacitance values were optimized using frequency-domain analysis.
The design equations for the LCL filter are well-known. For a damping resistor Rd = 10 Ω in series with the capacitor, the filter transfer function can be expressed as:
$$ G(s) = \frac{1}{L_1 L_2 C_f s^3 + (L_1 + L_2)R_d C_f s^2 + (L_1 + L_2)s} $$
By setting the resonant frequency fres to about 5 kHz, I achieved a good trade-off between filtering performance and stability. The resulting grid-side current THD is well below the required 5% limit.
2.3 Control Circuit Design
The core of the control system is the TMS320F28335 DSP from Texas Instruments. This 32-bit floating-point processor operates at 150 MHz and includes a high-speed 12-bit ADC, multiple PWM channels, and communication peripherals. The control circuit includes:
- Signal conditioning circuits: Voltage and current sensors (LEM hall-effect sensors) measure the PV array voltage, PV array current, DC bus voltage, output phase currents, and grid voltage. These analog signals are conditioned and fed to the ADC.
- Isolated gate driver: I used the ACPL-W347 optocoupler-based gate driver for each SiC MOSFET. This driver provides a high peak current (2.5 A) for fast switching and offers galvanic isolation between the control circuit and the power stage. The gate drive voltage is set to +18 V for turn-on and -5 V for turn-off to ensure reliable operation and avoid parasitic turn-on.
- Protection circuits: Overcurrent protection, overvoltage protection, and thermal shutdown are implemented in hardware and software.
2.4 Software Design
The software running on the DSP performs three main functions: maximum power point tracking (MPPT), current control loop for the inverter, and grid synchronization. For the MPPT, I implemented a hybrid algorithm that combines the Perturb & Observe (P&O) method and the Incremental Conductance (IncCond) method. The algorithm is described in Table 2.
| Step | Description |
|---|---|
| 1 | Sample VPV and IPV. |
| 2 | Calculate dP = P(k) – P(k-1) and dV = V(k) – V(k-1). |
| 3 | If |dP| < threshold (0.5% of Pmpp), stay at current voltage (P&O mode). |
| 4 | If dP > threshold, check dP/dV: if dP/dV = 0, MPP is reached; if dP/dV > 0, increase voltage; if dP/dV < 0, decrease voltage. (IncCond mode). |
| 5 | Update reference voltage Vref for the boost converter. |
| 6 | Repeat every 10 ms. |
The current control loop for the inverter is a proportional-resonant (PR) controller implemented in the stationary reference frame (αβ). The transfer function of the PR controller is:
$$ G_{PR}(s) = K_p + \frac{2K_i \omega_c s}{s^2 + 2\omega_c s + \omega_0^2} $$
where ω0 = 2π·50 rad/s is the grid frequency and ωc = 10 rad/s is the cutoff frequency for harmonic compensation. The gains Kp and Ki were tuned to achieve a bandwidth of about 5 kHz and a phase margin of 60°. The grid synchronization is done using a software phase-locked loop (PLL).
2.5 Thermal Management Design
Although SiC devices can operate at junction temperatures up to 175°C, proper thermal management is essential to ensure long-term reliability and to maintain low on-resistance (which increases with temperature). I designed a forced-air cooling system consisting of an aluminum heat sink with a low thermal resistance (0.3 K/W) and a high-speed fan (120 mm, 5000 rpm). The heat sink is attached to the SiC MOSFETs and diodes using thermal grease (thermal conductivity 3 W/m·K).
The total power dissipation in the solar inverter under full load (10 kW) is calculated as follows:
Conduction losses in SiC MOSFETs:
$$ P_{cond} = I_{rms}^2 \cdot R_{DS(on)} \cdot D $$
For the boost MOSFET with Irms = 15 A, RDS(on) = 25 mΩ, and duty cycle D = 0.8, we get Pcond ≈ 4.5 W.
Switching losses:
$$ P_{sw} = 0.5 \cdot V_{DS} \cdot I_{D} \cdot (t_{on} + t_{off}) \cdot f_{sw} $$
With VDS = 800 V, ID = 12.5 A, ton + toff = 30 ns, fsw = 100 kHz, we get Psw ≈ 15 W.
Diode losses: The SiC Schottky diode has negligible reverse recovery, so only conduction loss matters: Pdiode = VF · Iavg = 1.7 V·6.5 A ≈ 11 W.
Total loss in the boost stage is about 31 W. The inverter stage losses are similar, leading to an overall power loss of about 130 W at full load (10 kW). This corresponds to an efficiency of 98.7% as measured. The heat sink temperature rise is estimated using:
$$ \Delta T = R_{th} \cdot P_{loss} = 0.3 \, \text{K/W} \times 130 \, \text{W} = 39 \, \text{K} $$
Thus, with an ambient temperature of 25°C, the heat sink temperature reaches about 64°C, well within the safe operating range of the devices. The forced air flow ensures that the junction temperature stays below 120°C even under extreme conditions.
3. Performance Testing of the SiC-Based Solar Inverter
I built a prototype of the SiC-based solar inverter in the laboratory and conducted a series of tests to validate the design. The test setup included a programmable DC power supply (simulating the PV array), a three-phase AC load bank, a power analyzer (Fluke 43B), and a digital oscilloscope (Tektronix MSO64). All instruments were calibrated before the tests.
3.1 Conversion Efficiency
The efficiency η of the solar inverter is defined as:
$$ \eta = \frac{P_{out}}{P_{in}} \times 100\% $$
where Pin is the DC input power from the PV array (measured by voltage and current sensors) and Pout is the AC output power (measured by the power analyzer). I performed efficiency measurements at different load levels (20%, 40%, 60%, 80%, and 100% of rated power) and at different input voltages (200 V, 400 V, 600 V, 800 V, 1000 V). The results are summarized in Table 3.
| Input Voltage (V) | Load (%) | Input Power (W) | Output Power (W) | Efficiency (%) |
|---|---|---|---|---|
| 200 | 20 | 2000 | 1960 | 98.0 |
| 200 | 40 | 4000 | 3928 | 98.2 |
| 200 | 60 | 6000 | 5904 | 98.4 |
| 200 | 80 | 8000 | 7888 | 98.6 |
| 200 | 100 | 10000 | 9870 | 98.7 |
| 600 | 20 | 2000 | 1960 | 98.0 |
| 600 | 40 | 4000 | 3924 | 98.1 |
| 600 | 60 | 6000 | 5898 | 98.3 |
| 600 | 80 | 8000 | 7872 | 98.4 |
| 600 | 100 | 10000 | 9850 | 98.5 |
| 1000 | 20 | 2000 | 1960 | 98.0 |
| 1000 | 40 | 4000 | 3920 | 98.0 |
| 1000 | 60 | 6000 | 5880 | 98.0 |
| 1000 | 80 | 8000 | 7848 | 98.1 |
| 1000 | 100 | 10000 | 9810 | 98.1 |
The average efficiency across all tested conditions is 98.3% and the peak efficiency is 98.7% at 200 V input and full load. This exceeds the typical efficiency of a silicon-based solar inverter (which is usually around 96-97%). The slight drop in efficiency at higher input voltages is due to increased switching losses in the boost stage (higher voltage swing) and increased conduction losses in the inverter (higher RMS current for the same power). Nevertheless, the overall efficiency remains excellent.
3.2 Total Harmonic Distortion (THD)
Output voltage THD is a key metric for grid-connected solar inverters. I measured the THD of the line-to-line output voltage using the power analyzer. The results for different load conditions are shown in Table 4.
| Load (%) | THD (%) |
|---|---|
| 20 | 2.8 |
| 40 | 2.6 |
| 60 | 2.4 |
| 80 | 2.5 |
| 100 | 2.5 |
The average THD is 2.56%, which is below the target design specification of 3% and well within the IEEE 1547 standard requirements (typically less than 5%). This confirms that the LCL filter and the PR current controller effectively suppress harmonics. The dominant harmonics are the 3rd, 5th, and 7th, each below 0.5% of fundamental.
3.3 Power Density
Power density is defined as the ratio of rated power to the total volume of the solar inverter. I calculated the volume of the prototype (including heat sink, fan, and enclosure) to be approximately 4.5 liters. With a rated power of 10 kW, the power density is:
$$ \rho = \frac{10 \, \text{kW}}{4.5 \, \text{L}} = 2.22 \, \text{kW/L} $$
For comparison, a typical silicon-based solar inverter of the same power rating (10 kW) has a volume of about 6.5 liters, yielding a power density of 1.54 kW/L. The SiC-based solar inverter thus achieves a 44% improvement in power density. This is mainly due to the higher switching frequency (100 kHz vs. typical 16 kHz for silicon IGBTs), which reduces the size of magnetic components and heat sinks.
3.4 Thermal Performance
I monitored the junction temperature of the SiC MOSFETs using an infrared camera (Fluke Ti100) during a one-hour continuous operation at full load and an ambient temperature of 25°C. The maximum junction temperature recorded was 78°C on the inverter MOSFETs, and 72°C on the boost MOSFET. These values are well below the device’s rated maximum of 175°C, indicating a robust thermal design with sufficient margin.
4. Discussion and Comparison with Silicon-Based Solar Inverter
To highlight the advantages of the SiC-based solar inverter, I constructed a baseline silicon-based solar inverter of the same rating using IGBTs (IRG7PH35U) and silicon diodes (DSEI60-12A). The switching frequency was limited to 16 kHz due to higher switching losses. Table 5 provides a side-by-side comparison of key performance indicators.
| Parameter | SiC Solar Inverter | Si Solar Inverter | Improvement |
|---|---|---|---|
| Rated Power | 10 kW | 10 kW | – |
| Switching Frequency | 100 kHz | 16 kHz | 6.25× higher |
| Peak Efficiency | 98.7% | 96.2% | +2.5% absolute |
| THD (at full load) | 2.5% | 3.8% | 34% reduction |
| Power Density | 2.22 kW/L | 1.54 kW/L | +44% |
| Weight | 8.2 kg | 12.8 kg | 36% lighter |
| Maximum Junction Temp. | 78°C | 92°C | Lower thermal stress |
The results clearly demonstrate that the SiC-based solar inverter outperforms the silicon version in every aspect. The higher efficiency translates directly to increased energy yield for the end user, and the higher power density reduces the physical footprint and installation costs. Additionally, the lower THD ensures better power quality and easier grid compliance.
5. Conclusion
In this work, I have presented a comprehensive design and performance analysis of a high-efficiency solar inverter based on SiC devices. The prototype achieved a peak efficiency of 98.7%, an output voltage THD of 2.5%, and a power density of 2.22 kW/L. These results confirm the superior advantages of SiC technology over traditional silicon solutions for solar inverters. The use of SiC MOSFETs and Schottky diodes enables high-frequency operation, low losses, and excellent thermal behavior. The hybrid MPPT algorithm ensures that the photovoltaic array operates at its maximum power point under varying irradiance conditions.
Future work will focus on extending the design to higher power levels (e.g., 50 kW) and integrating bidirectional power flow capability for energy storage systems. The reliability of SiC devices in long-term field operation also warrants further investigation. Nevertheless, the findings of this study strongly support the adoption of SiC-based solar inverters in next-generation photovoltaic systems, promising cleaner and more efficient solar energy conversion.
