-
What does it mean to be a low cost solution?
05/01/2022 at 12:17 • 0 commentsAt the current stage of the project, it is a little early to state that the solution being developed is low cost, and while the MPPT is designed with the idea of achieving a low price in mind it is a good idea to take a moment to consider how we can define a low cost solution in this context.
We can analyze the cost from two different perspectives:
- The cost of the device compared to other MPPT alternatives.
- The cost of the overall system and how the technology being used in the MPPT can impact the price of other components in the solar panel setup.
To consider if the proposed device is an affordable solution we have to review the state of the market, and compare to other equivalent alternatives. As reference we can look at the articles: “Best MPPT Solar Charge Controllers 2022” from Clean Energy Reviews and “Best MPPT Solar Charge Controllers: 12 Best MPPT Solar Charge Controllers for Off-Grid Power” from Off the Grid Power Boom. In both articles there are different MPPT models from different manufacturers that have different current outputs (20A, 30A, 40A up to 60A) and different voltage inputs (12V, 24V, 48V and higher), from those models we can observe a price range from 87$ to 499$, where the 12V/24V 20A models tend to be the cheaper alternatives in the 87$ to 149$. At this stage of the project we can have 100$ as a maximum price that could be considered for an affordable MPPT with typical power inputs 12V/24V and lower power outputs.
The price of the complete system is affected by the compatible input and output voltages of the MPPT. For example: considering an MPPT that has a power output of 120W, if the voltage output is 12V then the output current is 10A, but if the output voltage is 24V then the output current is 5A. The amount of current affects the specifications (and price) of the components connected to the output of the MPPT, like cables, which are more expensive the higher the current they can manage.
The same analysis can is valid for the input of the MPPT, that is the voltage generated by the PV, the higher the voltage the PV the less current it provides for the same power, the article “48V Volt Systems: The future of Off-Grid Solar” by Renogy compares 12V to 24V systems and highlights the benefits of higher voltages, which are: they are safer (because they have less current running through them), use less expensive batteries and wiring, they tend to have a higher efficiency and are scalable. But the price of the solar panel does tend to increase with the higher voltage, the article “How to Choose Between a 12V and 24V Solar Panel?” by Loom Solar evaluates the differences between PV systems with 12V and 24, and mentions how 24V solar panels tend to be more expensive and have a higher price. Similar to batteries, solar panels can also be connected in series to have a higher voltage, which gives more flexibility when considering the overall price.
In conclusion, a new MPPT alternative can minimize the costs of the PV system by having higher voltage inputs and higher voltage outputs, reducing the value of the current at the same power output. And the device can also reduce the price of the system by being less expensive than other alternatives while providing similar (or better) performance and functionalities, to achieve this point, the device should be under the $100 price.
References:
48 Volt Systems: The Future of Off-Grid Solar . (2022). Retrieved 1 May 2022, from https://www.renogy.com/blog/48-volt-systems-the-future-of-offgrid-solar-/
Best MPPT Solar Charge Controllers: 12 Best-Seller MPPT Controllers. (2022). Retrieved 1 May 2022, from https://offgridpowerboom.com/mppt-solar-charge-controllers/
Best MPPT Solar Charge Controllers 2022 — Clean Energy Reviews. (2022). Retrieved 1 May 2022, from https://www.cleanenergyreviews.info/blog/best-solar-charge-controllers
How to Choose Between a 12V and 24V Solar Panel?. (2022). Retrieved 1 May 2022, from https://www.loomsolar.com/blogs/collections/difference-between-12v-24v-solar-panels
-
DPP Architecture Test - PCB Design and Bill of Materials
04/30/2022 at 20:31 • 0 commentsThis PCB was designed to test the DPP architecture used in MPPT designs. The software used to designed the PCB is Kicad 6.
To get the PCB design (e.g. schematic, PCB, gerber files) check the following repository.
The tests performed with this PCB will contribute to develop the project MultiMPPT, that is a low cost high efficiency MPPT with multiple inputs.
Hardware Design
The following image contains the schematic of the PCB:
Where:
- J1, J2 and J3 are used to connect the solar panel and connect to other components inside the MPPT (during the tests).
- T1, C1, C4, Q1, R1 and R2 are the main components of the Flyback Converter.
- D1, D2 and C3 create a snubber circuit to protect Q1. There will be used D2 + C3 or D1.
- U1 and C2 is a gate driver to facilitate the change of state of Q1 at high frequencies (controlled using a microncontroller connected to the board).
- J3 is a connector to give access to the gate driver.
PCB
Bill Of Materials
The overall price is $15.08 (USD), without taking into account shipping costs. This designed could be a cheaper, some components have higher specifications than those that are needed (e.g. power dissipation and current).
Keep in mind that the DPP architecture is not the complete MPPT, but is the most important element in the design (in my opinion) because it allows me to test the efficiency of the system under different conditions, and the use of multiple inputs.
-
Proof of concept (simulation) - Validating the claims of higher efficiency
04/27/2022 at 20:23 • 0 commentsBefore working on the circuit design of the MPPT it is a good idea to simulate the PV system and create a preliminary proof of concept. The software used to simulate the system is Matlab Simulink. All the related scripts can be found in the following repository.
The objective of the simulation is to test the DPP architecture used in the MPPT (Chu 2017) and verify that it works correctly. With the simulations we can visualize the benefits of using an architecture with multiple inputs vs a single input under different circumstances.
The typical interface for a charge controller has 6 terminals: 2 for the PV, 2 for the load and 2 for the Battery. Of course, more elements can be connected to those terminals (e.g. an inverter).
The terminals dedicated to the PV can be connected to a single one or an array. The PV array (also called string) can be composed of cells connected in serial or parallel, and there are different benefits for those connections, for more information check the article “How to wire solar panels in series vs. parallel” from SolarReviews.
The proposed device allows for the connection of a single PV or a PV string, and includes multiple inputs for the different cells. In our case, the PV string is composed of serially connected cells.
The following image presents the Simulink Model used to simulate the system (the complete matlab/Simulink can be found in the following repository). The solar panel used in the simulation is the 175 Watt Monocrystalline Renogy RNG-175D-US.
Multiple Input configuration for the MPPT
The simulation contains 2 PV modules connected in series, and the design of the MPPT contains multiple inputs, so we can connect the positive terminals of the PV modules 1 and 2. But we can also disconnect +PV1 and use the typical connections +PV and -PV present in the single input MPPTs, which are being used widely in the market.
Single Input configuration for the MPPT
Test 1 - Without shading
In the first test both PV modules receive the same irradiance (1000 W/m2). The following images present the Power(W) vs Voltage(V) and Current(A) vs Voltage(V) curves.
The graphs show that the MPPT is working correctly, also, it is possible to observe the same performance for the single input and multiple input configurations, or at least is close enough that more tests would be required to separate the results.
Test 2 - Shading on one of the PV modules
In this test the PV module 2 receives an irradiance of 1000 W/m2 and modele 1 receives an irradiance of 250 W/m2 (shading). The following images present the Power(W) vs Voltage(V) and Current(A) vs Voltage(V) curves.
In this test we can observe the benefits of having an architecture with multiple inputs for PV arrays. Looking at the power graph we can observe the two local maximum points, which suggests a performance that is not consistent where the MPPT is focused on a local maximum point. The results from the architecture using multiple inputs suggest a significantly better performance, which validates the hypothesis that the device has an improved performance compared to other charge controllers found on the market that only have single inputs when we consider cases with some amount of shading.
Now, looking at the results it is possible to argue that it is a problem with this architecture, but the results are consistent with other results observed on similar architectures under shading conditions. Maghami (2016) discussed how the performance is affected by shading conditions, for more information about it check the research from Maghami (2016) or check the later post “Increasing the efficiency under shading” discussing design decisions and the benefits of multiple input MPPTs.
References:
Chu, Guanying & Wen, Huiqing & Jiang, Lin & Hu, Yihua & li, Xingshuo. (2017). Bidirectional flyback based isolated-port submodule differential power processing optimizer for photovoltaic applications. Solar Energy. 158. 929–940. 10.1016/j.solener.2017.10.053.
How to wire solar panels in series vs. parallel. (2022). Retrieved 27 April 2022, from https://www.solarreviews.com/blog/do-you-wire-solar-panels-series-or-parallel#:~:text=Putting%20panels%20in%20series%20makes,window%20requirements%20of%20your%20inverter
Maghami, Mohammad Reza & Hizam, Hashim & Gomes, Chandima & Mohd Radzi, Mohd Amran & Rezadad, Sina & Hajighorbani, Shahrooz. (2016). Power Loss Due to Soiling on Solar Panel: A review. Renewable & Sustainable Energy Reviews. 59. 1307-1316. 10.1016/j.rser.2016.01.044.
Panel, 1. (2022). 175 Watt Monocrystalline Solar Panel. Retrieved 27 April 2022, from https://www.renogy.com/175-watt-monocrystalline-solar-panel/
-
Market Size and Consumer Considerations
04/27/2022 at 19:33 • 0 commentsThe market of the Solar Charge Controllers have been rapidly increasing every year, the website Fortune Business Insights created a detailed study about this topic, just as a reference, it reported that the market size of Solar Charge Controllers just in North America is 0.39 billion dollar. But the market of solar charge controllers is divided in two different technologies: pulse width modulation (PWM) and maximum power point tracking (MPPT).
According to Fortune Business Insights “Currently, the MPPT charge controller segment accounts for a lesser share in the market than the PWM charge controller due to the difference in the price of the two. But, the operational advantages such as better efficiency in low sunlight, long wire ruins, and low battery charge would cater to the rising share of maximum PowerPoint tracking (MPPT) charge controller during the given forecast period.”
Looking at the report, it is possible to conclude that innovations in the technologies of MPPTs can have a great impact in the market, which is massively conquered by PWM chargers due to price. A reduction in the cost of MPPT chargers can create a significant impact in a market that has the size of 0.39 billions just in North America, while also providing great benefits for the consumers because of the increased efficiency of the technology.
Targeted Specifications for Better Adaptability
Similar to any new development, it is always important to consider the point of view of the consumer. For that we will evaluate two types of consumers:
- The consumer that is building a new PV system and is also interested in using the MPPT technology, will compare different alternatives and the proposed device can potentially stand out because of the increased efficiency provided by the extra MPPT inputs.
- The consumer that already owns a PV system and is looking to replace the PWM or the MPPT controller will be interested in the increased efficiency but also will need the new technology to be as compatible as possible to the already implemented system.
With those thoughts in mind, the proposed solution should be compatible with the most common specifications of batteries, solar panels and inverters. Looking at the best selling energy controllers in Amazon we can se typical specifications for an MPPT system, the list updates constantly so it might not be the best reference, we could also look at the article “Best MPPT Solar Charge Controllers: 12 Best MPPT Solar Charge Controllers for Off-Grid Power” from Off Grid Power Boom to obtain some references.
After comparing with other alternatives the following target specifications are proposed for the design:
- 48V or higher voltage input
- 10A or higher output current
- 12V/24V output voltage
References:
Amazon Best Sellers: Best Renewable Energy Controllers. (2022). Retrieved 27 April 2022, from https://www.amazon.com/Best-Sellers-Renewable-Energy-Controllers/zgbs/lawn-garden/2236627011
Best MPPT Solar Charge Controllers: 12 Best-Seller MPPT Controllers. (2022). Retrieved 27 April 2022, from https://offgridpowerboom.com/mppt-solar-charge-controllers/
Solar Charge Controller Market Size, 2. (2022). Solar Charge Controller Market Size, Share, Growth | Report, 2026. Retrieved 27 April 2022, from https://www.fortunebusinessinsights.com/solar-charge-controller-market-102158
-
Increasing the efficiency under shading conditions
04/27/2022 at 01:17 • 0 commentsThe proposed design has an increased efficiency under partial shading of PV modules, this is a benefit of the DPP architecture with an MPPT that has multiple inputs, one for each panel in the string (array of PVs connected in series).
The power output of the solar panels depends on the irradiance that reaches them therefore any obstruction that creates shading over the PV will decrease its efficiency. Maghami (2016) discussed how the electrical characteristics are affected by the shading produced by soiling. Divided the shading in two categories: soft shading such as air pollution and hard shading which occurs when a solid such as accumulated dust blocks the sunlight.
The following images present different common cases of shading that affect the solar panel setups.
Shading caused by the dust accumulated on top of the solar panels.
Shading caused by other buildings.
Shading caused by a tree.
According to Maghami (2016), "The result shows that soft shading affects the current provided by the PV module, but the voltage remains the same. In hard shading, the performance of the PV module depends on whether some cells are shaded or all cells of the PV module are shaded. If some cells are shaded, then as long as the unshaded cells receive solar irradiance, there will be some output although there will be a decrease in the voltage output of the PV module." (p. 1307).
When considering a string of PV modules Maghami (2016) found that “the effect of soft shading of soil on a single string array is the same as the PV module discussed earlier.” (p. 1314), “when there is uneven hard dust on different strings in parallel, a voltage mismatch occurs. In this condition, which is called partial shading, different parallel strings, which are connected to a common inverter, deliver different voltages to the inverter. This makes it difficult for the inverter to seek the optimum point of voltage at which the maximum power is delivered.” (p. 1314).
Since it is harder for the MPPT to find the optimum point of voltage under partial shading conditions, their efficiency decreases. As a solution to that problem, MPPTs with multiple inputs for the different PV modules in the string are recommended. They can achieve a higher efficiency under any scenario including sub-optimal conditions (soft and hard shading).
References:
Maghami, Mohammad Reza & Hizam, Hashim & Gomes, Chandima & Mohd Radzi, Mohd Amran & Rezadad, Sina & Hajighorbani, Shahrooz. (2016). Power Loss Due to Soiling on Solar Panel: A review. Renewable & Sustainable Energy Reviews. 59. 1307-1316. 10.1016/j.rser.2016.01.044.