Real Solar Panel Power: Are AliExpress Sellers Misleading Us?

Last modified 3 months

You bought a 1W or 2W low-power mini solar panel, hooked it up, and the outcome was, to put it mildly, disappointing. The battery barely charges, the device shuts off right when you need it… and the obvious thought is: “I’ve been scammed! This panel doesn’t deliver what it promises.”

If you’re reading this, chances are you’re part of the legion of makers and tinkerers who’ve dreamed of powering a monitoring project (like a sensor with an ESP32 or an ESP8266) using solar energy, with those small and eye‑catching panels sold for ridiculously low prices on platforms like AliExpress.

In this analysis, we’re going to bust this popular belief. Here’s the spoiler: the power rating advertised by the seller of AliExpress solar panels is, in all likelihood, real and legitimate. The issue isn’t that the manufacturer is lying, but rather a misreading of the specifications and the electronics we use to draw that energy.

The Hidden Secret in the Datasheet: Wpeak (Peak Power) and STCp and the STC

When you buy a solar panel, the key fact is its Peak Power (W_p o P_{\text{max}}). This is the wattage that you see advertised in the title of the product. But this value comes from an artificial condition that is rarely, if ever, fulfilled on your balcony or in the mountains: the Standard Test Conditions (STC).

What do Standard Test Conditions (STC) mean?

STCs are the international standard under which all solar panels (large or small) are tested in a laboratory. They are defined by three crucial factors:

  1. Solar irradiance: 1000 \text{ W/m}^2. This is equivalent to the midday sun on a clear, cloudless day at the equator, pointing perfectly at the panel.
  2. Air Mass (AM): 1.5. It is a measure of the distance that sunlight has to travel through the atmosphere, simulating a solar position of \approx 37^{\circ} over the horizon.
  3. Cell Temperature: 25^{\circ}\text{C}. This factor is highly misleading! A solar panel exposed to 1000 \text{ W/m}^2 irradiance is seldom maintained at 25^{\circ}\text{C} temperature at the cell surface; it is generally much hotter, which reduces its efficiency.

If the seller indicates that the panel is made of 1\text{ W}means that in these perfect laboratory conditions (which no you are going to get for your project), that panel is capable of generating 1\text{ W}.

Analysis of the 60 x 110mm solar panel

Let's take as an example a small panel with dimensions of 60 \text{ mm} \times 110 \text{ mm}which is typically sold as 1 \text{ W}.

Calculation of Solar Input Potential

First, we convert the area to square metres to use the standard unit of irradiance:

    \[\text{Area} (A) = 60 \text{ mm} \times 110 \text{ mm} = 6600 \text{ mm}^2 = 0.0066 \text{ m}^2\]]

We calculate the total solar energy (in power) incident on the panel under STC:

    \[P_{\text{incidente}} = 1000 \frac{\text{W}}{\text{m}^2} \times 0.0066 \text{ m}^2 = 6.6 \text{ W}\]

Calculation of Required Efficiency

If the manufacturer advertises that it is a solar panel of 1 \text{ W} (P_{out}) and receives 6.6 \text{ W} of light (P_{in}), we can calculate the efficiency (\eta) required:

    \[\eta = \frac{P_{\text{out}}}{P_{\text{in}}} \times 100 = \frac{1 \text{ W}}{6.6 \text{ W}} \times 100 \approx 15.15\%\]

Verdict: An efficiency of 15.15\% is a value realistic and achievable for currently manufactured polycrystalline or monocrystalline silicon cells. No cutting-edge technology is required to achieve this.

Partial Conclusion! The seller NO is lying to you with the figure of 1 \text{ W}. It is simply giving you a laboratory specification (P_p) and not a guarantee of real-life performance.

The Human Factor: The I-V Curve and the Cruelty of the MPP

If the seller is not lying, why do we get only 0.3 \text{ W} o 0.5 \text{ W} at home? The reason is twofold: Actual (non-STC) Conditions and, most importantly, poor load management.

The Impact of Actual Conditions

In real life, the panel has two enemies that drastically reduce its performance:

  • Variable Irradiance: In most regions and at most times of the day, irradiance is much lower than the 1000 \text{ W/m}^2. The sun at 10 o'clock in the morning or a slightly overcast sky will reduce the power by half or less.
  • High Temperature: For every degree Celsius above the 25^{\circ}\text{C} (STC), the performance of the silicon cell falls between a 0.3\% and a 0.5\%. On a hot summer's day, your panel can easily be overheated. 50^{\circ}\text{C}which means an automatic loss of the 10\% at 12.5\% of full power, even in bright sunshine.

Royal Example (Madrid, 7 December):

The graph of the weather station at my home in Madrid, Spain, on 7 December 2025 (winter) shows that the maximum solar radiation reached was 229.1 W/m^2 at 14:20hand only for a brief moment.

If your panel is 1 W is based on 1000 W/m^2at the peak of that day you only received the 22.91\% of the rated power (229.1 / 1000).

That is to say, your panel of 1 W only produced, at most, \mathbf{0.23 W}. And this was only at one point in the day, the rest of the day produced much less energy.

The Maximum Power Point (MPP) Trap

This is the key point, just as we saw in the post about Low-Power Solar Panels and MPPT. A solar panel isn’t an ideal power supply; its maximum output (P) is only delivered at one specific point on the Voltage-Current curve (I-V curve), known as the Maximum Power Point (MPP).

  • If you connect it short-circuited (no load): You will get the maximum current (I_{sc}), but the voltage will be 0 \text{ V}. Power (P = V \times I) will be 0 \text{ W}.
  • If you leave it in open circuit: You will get the maximum voltage (V_{oc}), but the current will be 0 \text{ A}. Power (P = V \times I) will be 0 \text{ W}.

The Problem of Direct Battery Charging

If you connect the 6\text{ V}/1\text{ W} directly to a lithium battery (3.7 \text{ V} The battery will act as a load which sets the panel voltage to its actual value (e.g, 4\text{ V}).

If the panel has its MPP at 5\text{ V}by forcing it to operate at 4\text{ V} (battery voltage), you are forcing it out of its optimum power point. You are leaving a large part of the generatable energy on the table.

The power you get is always P = V_{\text{carga}} \times I_{\text{carga}}and only in the MPP is this figure at its highest (P_{\text{max}}).

The Solution is the Electronics, Not the Panel: The MPPT Charger

This is where the post links to the solution we advocate: in order to extract the 1\text{ W} (or the maximum available at any point in time) of your mini solar panel from AliExpressyou need smart electronics.

The chip that allows you to obtain the real energy of the solar panel, irrespective of the irradiance is the Maximum Power Point Tracker (MPPT).

How does MPPT work in Low Power Panels?

  1. Dynamic Scanning: The MPPT circuit continuously measures the panel output (V e I) and recalculates the exact point where V \times I is maximum.
  2. Energy Transformation: If the MPP is at 5.5\text{ V} and the battery is 3.7\text{ V}A simple charger would discard the power. An MPPT takes that maximum power (P_{mpp}), transforms it and delivers it to the battery. The power is maintained; if you reduce the voltage, the current increases (and vice versa).

        \[P_{{MPP text}} = V_{MPP text}} \times I_{{MPP text}} = V_{Battery_text}} \times I_{Battery_text}} \text{ (minus losses)}]

In the context of the low power panels on AliExpress, an MPPT charger such as the popular CN3971 , MCP73871 or the BQ25504 allow:

  • Increasing load efficiency by up to 30\% compared to a basic linear charger.
  • Making the most of energy even on cloudy or low-light days, extracting the last available milliwatts.

Note that when the solar panel is installed in conditions that are not even the best for the location or time of year (shaded or long shaded sites or poorly oriented to the sun), the solar panel may not be suitable for the location or time of year, MPPT may be the only viable solution.

Conclusion: The Truth Behind the Deception (You Have the Power)

The answer to the question: "Are the AliExpress sellers cheating us?" is, in general, a resounding NO. They sell you a panel that, under the STC standard, can reach that power rating (W_p).

The problem lies in the misunderstanding of three factors:

  1. STCs are a laboratory standard.
  2. The output of a solar panel is not fixed, it is an optimum point (MPP).
  3. Without MPPT electronics, you will never reach either the rated power or the actual maximum power under sub-optimal conditions.

If your ESP32 solar sensor project continues to fail, the solution may not be to buy a bigger panel, but rather to investing in an MPPT charging circuit and optimise your code to use low-power modes (Deep Sleep) and hardware to make it as efficient as possible. It's the only way to ensure that every ray of sunshine is converted into the maximum possible energy for your battery.

And watch out, because just like in life (and not only related to China) there are always “smart sellers” and marketing exaggerations. Of course, you’ll come across 1W panels labeled as 10W, but now that you’ve read this post, you know that the energy a solar panel can produce is directly proportional to its size, and that there aren’t huge differences between them—or magical panels that defy physics. A panel the size of your hand can’t power a laptop, and if someone tries to sell you a 10×10 cm panel claiming it’s 25W, you now know that’s simply not true.

What next?

If you want to learn more about how the MPPT circuit is the real secret to making your 1W project work, be sure to read the following post.

I sincerely believe that is a must.

Leave a comment