I'm doing the first tests for a project to power an ESP12-F with a solar panel and supercapacitors, without batteries. The ESP will be in deep sleep most of the time.
For my first approach I built this, still incomplete but a first proof of concept:
It works but only when the capacitors are almost full, I'm not sure why.
The idea is to replace the four capacitors by one or more supercapacitors.
The goal at the moment is to power the ESP, it has the blink test loaded so I can see the led blinking.
The idea is that the first boost converter charges the capacitors up to 5V. Then the second converter takes the charge from the capacitors and panel and delivers 3.3V to the ESP. When there is no sun the converter should take the power from the capacitors until some low voltage level.
The solar panel is:
- 1.5V 0.65W
- max 400mA
The first Boost-up converter:
- Input: 0.9V to 5V
- Output: 5V
The Boost-buck converter:
- Input: 0.9V to 6V
- Output: 3.3V
This way I can use more charge from the capacitors, in the range of 5V down to about 1V, or the minimum level to run the ESP once more when it wakes up.
At the begining it didn't work. I measured the volts and current produced by the solar panel and was fine, 1.5V and 300mA. The first boost converter in the input had 1.5V but in the output only 0.9V. And the capacitors were not charging beyond 0.9V. I disconnected the ESP and it was the same.
But if I disconnect also the 2nd converter then it works and the capacitors charge quickly up to 5V.
Then I connect the 2nd converter and the ESP with the capacitors charged and everything works fine, the led starts blinking. If I disconnect the solar panel the ESP works for a few seconds until the capacitors discharge.
I don't know why the 1st boost converter is not working when the second is connected. Maybe it's because they are set in serie and that can't be that simple.
In the specs it says that input power should be higher than the output power, but when the ESP is phisically disconnected it should be fine.
What could be the reason? and what can be done? Maybe separating the converters somehow when the capacitors charge is low?
