๐ฌ The Harvester: ultimate power supply for the Raybeacon DK
-
@Mishka said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:

What method or methods are you using to characterize your solar cells? I'm guessing in this instance that for the different illumination levels you are recording the open circuit voltage and the short circuit voltage? So as to at least try to compare apples to apples, I want to collect data on my cells in the same way that you are.
Another, complementary approach is described here: "The key characteristic of a solar cell is its ability to convert light into electricity. This is known as the power conversion efficiency (PCE) and is the ratio of incident light power to output electrical power. To determine the PCE, and other useful metrics, current-voltage (IV) measurements are performed. A series of voltages are applied to the solar cell while it is under illumination. The output current is measured at each voltage step, resulting in the characteristic 'IV curve' seen in many research papers. " https://www.ossila.com/pages/solar-cells-theory I suppose with this approach a series of curves could be produced, each for a different illumination level. Since doing that would be a lot of work, I'd like to somehow automate the testing process, but first I need to either know or decide what the process is that I want to automate.
What method or methods are you using to characterize your solar cells? I'm guessing in this instance that for the different illumination levels you are recording the open circuit voltage and the short circuit voltage?
@NeverDie exactly. That was a quick and dirty measurement using a multimeter. The P (ยตW) value was calculated as V * I * 0.8 (MPP assumed 80%, I must multiply to 0.8^2 instead). My intent was to describe the panels in dependency of different illuminance (which must be also denoted by E instead).
Finding MPP on IV curve is the right method to characterize a cell. But that would require fixing illuminance at some point (and is more complicated), when I was more interested in different light conditions. Most cells are rated at 200 lux indoors, and one sun (more than 100k lux) outdoors. Perhaps 50 lux indoors (a typical light at home) and 1000 lux (cloudy day) is more practical for low-light purposes so I could trace IV curves for the cells I ordered at that illuminance levels.
Looks as though you can get a fairly inexpensive digital light sensor from adafruit that will tell you the lux level
It seems my phone uses Sensortek STK3310 or similar. At low light might be as accurate as those two, but is limited at higher levels indeed. Would be nice to replace it with more reliable solution, will try to find out a luxmeter in a local fablab or get one of those you've suggested, thanks!
-
I built the op-amp circuit, and now the open circuit readings on a solar cell are much higher than when I was taking the readings with a regular multimeter. As long as I can keep the control logic current at just a couple hundred nanoamps or so, I think I'll probably have enough voltage under even very dim lighting that I doubt cold start will be an issue.
@NeverDie said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
I built the op-amp circuit, and now the open circuit readings on a solar cell are much higher than when I was taking the readings with a regular multimeter. As long as I can keep the control logic current at just a couple hundred nanoamps or so, I think I'll probably have enough voltage under even very dim lighting that I doubt cold start will be an issue.
There is the Ricoh R1800K which consumes just 144nA and can start from a 0.72 ยตW source. It requires at least 2V to operate, but schematic is very miniature - only three more components needed.
-
@NeverDie said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
I built the op-amp circuit, and now the open circuit readings on a solar cell are much higher than when I was taking the readings with a regular multimeter. As long as I can keep the control logic current at just a couple hundred nanoamps or so, I think I'll probably have enough voltage under even very dim lighting that I doubt cold start will be an issue.
There is the Ricoh R1800K which consumes just 144nA and can start from a 0.72 ยตW source. It requires at least 2V to operate, but schematic is very miniature - only three more components needed.
@Mishka said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
R1800K
Interesting chip. On the one hand, it seems aimed at small solar cells because of the low quiescent current and because it can't handle more than 1 or 2ma tops. On the other hand, it doesn't have MPPT but instead wants you to pick a single MPP voltage (out of the choices that RICOH provides) that it should operate at. Not sure how good being tied down like that would be in actual practice. Maybe it would be fine in an office environment where you could perhaps assume steady, uniform lighting...?
-
I switched to a deadbug build using an MCP6S22 opamp for a buffer because I was getting too much conductance/noise on a pCB with the other op amp. Everything has to be soldered together, because otherwise current gets lost through the connectors when dealing with such miniscule currents.
Having done that, for the keychain solar cell I measured open circuit voltage at 2.66v at 1 lux (according to my lux meter that I mentioned above, so take that measurement for whatever it's worth) and a short-circuit current of 88na, according to a uCurrent Gold (but with the voltage measuring opamp circuit still soldered into place).
This has me wondering now how much of a voltage (non-boosted) it could eventually generate onto a capacitor, so I suppose that's the next thing to try. I'll try it first with my simple solar charger: https://www.openhardware.io/view/620/Supercap-solar-charger
since that's easy, but for a more accurate measurement I may need to construct a deadbug equivalent using just a diode and capacitor. That would be a lower bound for the dead simple approach which then perhaps some harvester could improve upon, though I'm not sure any of the commercial energy harvesters are spec'd at that low of a power.This also explains why measuring the voltage of the solar cell with just a volt meter (with no op amp circuit to help it) is hopeless at such low light levels: 2.66v divided by 10MOhm is 266 nanoamps, where 10MOhm is the typical digital volt meter input resistance. i.e. the 266 nanoamps drain through the volt meter would be approximately 3x the amount of current that the solar cell can generate, thereby causing a large error in the voltage measured by the DMM.
Edit2: I connected a 100uF ceramic capacitor in parallel with the solar cell (I didn't bother with adding a diode), and it charged up to 2.778v. Somehow that's slightly higher than the previously measured open circuit voltage of 2.66v. Not sure how that is, but perhaps the orientation of the solar cell was a little more favorable when this measurement was taken. In any case, I think whatever the open circuit voltage is, you can probably charge up to that amount with any size low leakage capacitor that you want to use. :grinning: So, from this point of view, choosing a solar cell which generates high open circuit voltages in very dim light is perhaps more important than any other decision if what you want is something that can get past startup even if the available power is only minuscule.
The only thing needed is a simple control circuit which, if possible, consumes little or no energy until it reaches the desired voltage range, whereupon a more sophisticated control circuit can take over. Something like a schmitt trigger might work, but it would need to draw extremely little current, which not all schmitt triggers do, especially as they approach the threshold voltage. Any ideas?
Perhaps something like: https://hackaday.com/2018/07/19/energy-harvesting-design-doesnt-need-sleep/
or perhaps a solar engine control circuit might work: http://beambuilder.blogspot.com/p/solar-engines.html
or...???
Since they all do more or less the same thing (charging a capacitor to a threshhold voltage and then "turning on"), the challenge would be to find (or invent) a circuit which achieves that result but while consuming the absolute least amount of power that current technology allows. A lot of the published designs use older technology, and so I suspect better possibilities exist if leveraging newer, more capable components. -
I switched to a deadbug build using an MCP6S22 opamp for a buffer because I was getting too much conductance/noise on a pCB with the other op amp. Everything has to be soldered together, because otherwise current gets lost through the connectors when dealing with such miniscule currents.
Having done that, for the keychain solar cell I measured open circuit voltage at 2.66v at 1 lux (according to my lux meter that I mentioned above, so take that measurement for whatever it's worth) and a short-circuit current of 88na, according to a uCurrent Gold (but with the voltage measuring opamp circuit still soldered into place).
This has me wondering now how much of a voltage (non-boosted) it could eventually generate onto a capacitor, so I suppose that's the next thing to try. I'll try it first with my simple solar charger: https://www.openhardware.io/view/620/Supercap-solar-charger
since that's easy, but for a more accurate measurement I may need to construct a deadbug equivalent using just a diode and capacitor. That would be a lower bound for the dead simple approach which then perhaps some harvester could improve upon, though I'm not sure any of the commercial energy harvesters are spec'd at that low of a power.This also explains why measuring the voltage of the solar cell with just a volt meter (with no op amp circuit to help it) is hopeless at such low light levels: 2.66v divided by 10MOhm is 266 nanoamps, where 10MOhm is the typical digital volt meter input resistance. i.e. the 266 nanoamps drain through the volt meter would be approximately 3x the amount of current that the solar cell can generate, thereby causing a large error in the voltage measured by the DMM.
Edit2: I connected a 100uF ceramic capacitor in parallel with the solar cell (I didn't bother with adding a diode), and it charged up to 2.778v. Somehow that's slightly higher than the previously measured open circuit voltage of 2.66v. Not sure how that is, but perhaps the orientation of the solar cell was a little more favorable when this measurement was taken. In any case, I think whatever the open circuit voltage is, you can probably charge up to that amount with any size low leakage capacitor that you want to use. :grinning: So, from this point of view, choosing a solar cell which generates high open circuit voltages in very dim light is perhaps more important than any other decision if what you want is something that can get past startup even if the available power is only minuscule.
The only thing needed is a simple control circuit which, if possible, consumes little or no energy until it reaches the desired voltage range, whereupon a more sophisticated control circuit can take over. Something like a schmitt trigger might work, but it would need to draw extremely little current, which not all schmitt triggers do, especially as they approach the threshold voltage. Any ideas?
Perhaps something like: https://hackaday.com/2018/07/19/energy-harvesting-design-doesnt-need-sleep/
or perhaps a solar engine control circuit might work: http://beambuilder.blogspot.com/p/solar-engines.html
or...???
Since they all do more or less the same thing (charging a capacitor to a threshhold voltage and then "turning on"), the challenge would be to find (or invent) a circuit which achieves that result but while consuming the absolute least amount of power that current technology allows. A lot of the published designs use older technology, and so I suspect better possibilities exist if leveraging newer, more capable components.@NeverDie Wow, I'm really surprised with so high voltage of the panel. Thank you for sharing the measurements!
My understanding is that OC voltage is defined by amount of free electrons in the depletion zone, and hence by the width of the zone. When in the light, more electrons will fill the zone, but there seem to be some saturation threshold limiting the max voltage. It would be interesting to somehow measure the electric field in the full absence of light. Also, capability to emit new electrons in the depletion zone defines the max current from the cell. It looks like crystalline cells can do it more effectively than amorphous, but the latter have wider depletion zone in the dark.
I don't know how to use so ultra-low current sources. The harvester should be able to work from 100 nanoamps or below. This limits design to a linear charger only (at least at frontend) - anything more complex (like a boost or buck circuit) would require higher quiescent current which will collapse the cell.
A MOSFET may draw as low as few nanoamps so virtually it could be possible. The PV cell needs to be isolated from the load to prevent voltage drop on the FET which may cause it defunct. Perhaps an isolated capacitor will be required to sustain the FET state while input capacitor releases its charge. The FETs may require resistors to shift voltage level, but again, they need to be hundreds of megohm. This will also impact switching speed. Perhaps some sort of hiccup switching circuit may make it. Also, I see some similarities with how dynamic RAM implemented.
For a usual solution, there are some ideal diode like the MAX40203 with 300 nA quiescent current. I suspect that the charge pump of the SM74611 may draw microamps when in ON state - it's unclear from the datasheet.
All in all, it looks like a puzzle :-)
-
If you're able to run in some kind of duty cycled mode, where the control circuitry is only active for brief periods of time, then perhaps the quiescent currents get averaged down to a more manageable level. As a first step, I think I'll just blithely assume the control circuitry can access at least some conventional voltage levels (either saved up from earlier energy harvesting or else gathered in a crude way like in my example above). If I can make good progress doing that, then I can always revisit that assumption at a future date.
-
If you're able to run in some kind of duty cycled mode, where the control circuitry is only active for brief periods of time, then perhaps the quiescent currents get averaged down to a more manageable level. As a first step, I think I'll just blithely assume the control circuitry can access at least some conventional voltage levels (either saved up from earlier energy harvesting or else gathered in a crude way like in my example above). If I can make good progress doing that, then I can always revisit that assumption at a future date.
Found a nice paper on charge pumps design: https://www.mdpi.com/2079-9292/8/5/480.
-
TPL5100, which draws just 30na, looks promising for duty cycling the control circuitry:
http://www.ti.com/lit/ds/symlink/tpl5100.pdf
It has both a PGOOD pin as well as a mosfet driver pin. The edge case would need confirming that it can slowly power up from zero volts to its minimum 1.8v operating voltage with only just over 30na source current without itself drawing more than 30na. Since it has a PGOOD pin, I'd wager that it's unlikely to emit false positive signals while still charging at below 1.8v, because if it did the PGOOD pin would be worthless. :thinking_face: -
Found a nice paper on charge pumps design: https://www.mdpi.com/2079-9292/8/5/480.
@Mishka said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
Found a nice paper on charge pumps design: https://www.mdpi.com/2079-9292/8/5/480.
@Mishka I read a similar paper (http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=D650012CC6F5208E02BF41AE55DF0E95?doi=10.1.1.128.4085&rep=rep1&type=pdf) which says that the best charge pumps use static charge transfer switches. That said, I'd be happy if I could build any kind of ultra low energy harvesting charge pump using discrete components as long as the component count is low.
-
I tried it with a TPL5110 just now, but it gets caught in a boot loop: voltage rises to 1.440v and then suddenly drops to about 1.400v. I think this is because when the TPL5110 starts up for the first time, it draws ~200ua current to read the resistor settings, which it then stores and uses for the time delay.
So, if there exists a similarly low current timer that can be set without a heavy drain step like that just described, then I'd go for that instead.Meanwhile, this is the lowest current (88na) voltage detector that I know of: https://www.torex-usa.com/products/voltage-supervisors/low-power/xc6136/
That would limit me to light sources something greater than 1 lux (as measured by my lux meter) if I am to harvest anything using the brute force simple approach for a cold start, but once I get enough of a power reserve I could maybe harvest lesser amounts by duty cycling something like an LTC3108. -
I tried it with a TPL5110 just now, but it gets caught in a boot loop: voltage rises to 1.440v and then suddenly drops to about 1.400v. I think this is because when the TPL5110 starts up for the first time, it draws ~200ua current to read the resistor settings, which it then stores and uses for the time delay.
So, if there exists a similarly low current timer that can be set without a heavy drain step like that just described, then I'd go for that instead.Meanwhile, this is the lowest current (88na) voltage detector that I know of: https://www.torex-usa.com/products/voltage-supervisors/low-power/xc6136/
That would limit me to light sources something greater than 1 lux (as measured by my lux meter) if I am to harvest anything using the brute force simple approach for a cold start, but once I get enough of a power reserve I could maybe harvest lesser amounts by duty cycling something like an LTC3108. -
@NeverDie Maybe try to bootstrap it with external voltage source applied parallel to the cell?
@Mishka said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
@NeverDie Maybe try to bootstrap it with external voltage source applied parallel to the cell?
I'm not sure what that would look like. Do you have anything concrete in mind?
-
@Mishka said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
@NeverDie Maybe try to bootstrap it with external voltage source applied parallel to the cell?
I'm not sure what that would look like. Do you have anything concrete in mind?
-
@Mishka said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
@NeverDie So when TPL5110 has passed the boot phase does it work after that?
Ah, good question. Then it seems to work just fine. I had it waking once every 10 seconds and weakly flashing an amber LED, all on just 88na of collected solar current. Essentially, the capacitor voltage would drop to just below the forward voltage of the LED during the flash (effectively self terminating the flash duration) and then it would charge back up from there.
-
@Mishka said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
@NeverDie So when TPL5110 has passed the boot phase does it work after that?
Ah, good question. Then it seems to work just fine. I had it waking once every 10 seconds and weakly flashing an amber LED, all on just 88na of collected solar current. Essentially, the capacitor voltage would drop to just below the forward voltage of the LED during the flash (effectively self terminating the flash duration) and then it would charge back up from there.
@NeverDie Oh, nice! It's interesting that the full circle including oscillator consumes so low power. It seems really possible to build a discrete harvesting circuit which can collect enough charge to execute a single duty cycle of an MCU.
Such, assuming (88-35) nA/s = 53 nC charge it will require less than 5 minutes and 22 ยตF capacitor in order to shot a single BLE event from an nRF52 MCU. And that's at so ridiculous low light. Quite awesome, I think.
The only issue is that the timer can't optimize it for faster charge, but a voltage driven latch could.
-
@NeverDie Oh, nice! It's interesting that the full circle including oscillator consumes so low power. It seems really possible to build a discrete harvesting circuit which can collect enough charge to execute a single duty cycle of an MCU.
Such, assuming (88-35) nA/s = 53 nC charge it will require less than 5 minutes and 22 ยตF capacitor in order to shot a single BLE event from an nRF52 MCU. And that's at so ridiculous low light. Quite awesome, I think.
The only issue is that the timer can't optimize it for faster charge, but a voltage driven latch could.
@Mishka Just FYI, in my experiment I drove the LED directly from the DRV pin (I didn't use a MOSFET), and I didn't bother with setting the DONE pin, since I wasn't using a MCU. That gave a maximum possible flash duration of 50ms once every 10 seconds, but like I said, it self-terminated before the full 50ms was up because the capacitor voltage dropped below the forward voltage of the LED. Using a mosfet and an MCU, as intended, would give a little more control, since the the MCU could issue a DONE signal.
So, yeah, it really is impressive what can be done with so little light, and it could actually go with even less light and a longer charge time, provided the startup hurdle can be gotten past.
Unfortunately, the XC6136 doesn't yet seem to be widely available at the the all the different possible voltages that can be detected. Digikey doesn't have any, and mouser has only just 3 different types. Perhaps that will improve in the future.
So, perhaps this is a case where powering the TPL5110 from a primary cell would be an acceptable "cheat". At just 35na, that primary cell should last a very long time.
-
I received a 0.02% accurate 500,000 count DMM that should make measuring changes by small voltage and current amounts a bit easier:
If you're in the market for such a thing, now is a good time to buy, as prices are lower than I have ever seen before and a number of the models previously available from Extech, Brymen, GreenLee, AmProbe and other labels have been discontinued (permanently, it would seem). The models still in production cost 2-3x as much, as did the discontinued models up until fairly recently.
Interestingly, in the dead of night the keychain solar cell can nonetheless pull down 1.3v from a window facing a streetlight that's across the street, as measured with the op amp buffer using a DMM. That amount of light is so low that it registers as 0.2 lux on my lux meter. On the other hand, it also measures 0.2 lux even with the lens cover on, so I think it's below my lux meter's ability to measure it, as the 0.2 lux appears to be just an offset that should be calibrated to zero.
An alternative to the opamp buffer would be to have the solar cell charge a 0.1uF capacitor, which then gets quickly read by an arduino ADC. I haven't wired that up yet, but I expect the results would be about the same.
Or, you could charge a larger capacitor for a longer period of time and perhaps try to snag it with a peak voltage reading when you first connect to it with your DMM. I haven't tried this. I expect it would work, at least to some degree, if you used a big enough capacitor and charged it for long enough, so it might be worthwhile if you have lots of patience.
Interestingly, the typical input resistance for an oscilliscope is only 1 MegaOhm. For a typical DMM, it's 10 MegaOhm, and for an atmega328p ADC, it's 100 MegaOhm. Thus, if measuring 5 volts, the Arduino ADC would experience a 50 nanoOhm drain. That's too high for measuring weakly sourced solar voltages under very dim lighting. 10 gigaohm would be preferable, but then it will take some time to charge up an input capacitor for the ADC to read.
It would be better to leave the input impedance as is but use software to disconnect the input pin when it's not being used. That's certainly possible with an nRF5x, but I'm not aware of that being possible on an Arduino Uno. Is it?
I could connect/disconnect it with a mosfet or a transistor, but then we're back to supplementing the arduino uno with more hardware again, and the voltage drop across such hardware needs to be adjusted for, since the whole point is to get an accurate voltage measurement.
-
I received a 0.02% accurate 500,000 count DMM that should make measuring changes by small voltage and current amounts a bit easier:
If you're in the market for such a thing, now is a good time to buy, as prices are lower than I have ever seen before and a number of the models previously available from Extech, Brymen, GreenLee, AmProbe and other labels have been discontinued (permanently, it would seem). The models still in production cost 2-3x as much, as did the discontinued models up until fairly recently.
Interestingly, in the dead of night the keychain solar cell can nonetheless pull down 1.3v from a window facing a streetlight that's across the street, as measured with the op amp buffer using a DMM. That amount of light is so low that it registers as 0.2 lux on my lux meter. On the other hand, it also measures 0.2 lux even with the lens cover on, so I think it's below my lux meter's ability to measure it, as the 0.2 lux appears to be just an offset that should be calibrated to zero.
An alternative to the opamp buffer would be to have the solar cell charge a 0.1uF capacitor, which then gets quickly read by an arduino ADC. I haven't wired that up yet, but I expect the results would be about the same.
Or, you could charge a larger capacitor for a longer period of time and perhaps try to snag it with a peak voltage reading when you first connect to it with your DMM. I haven't tried this. I expect it would work, at least to some degree, if you used a big enough capacitor and charged it for long enough, so it might be worthwhile if you have lots of patience.
Interestingly, the typical input resistance for an oscilliscope is only 1 MegaOhm. For a typical DMM, it's 10 MegaOhm, and for an atmega328p ADC, it's 100 MegaOhm. Thus, if measuring 5 volts, the Arduino ADC would experience a 50 nanoOhm drain. That's too high for measuring weakly sourced solar voltages under very dim lighting. 10 gigaohm would be preferable, but then it will take some time to charge up an input capacitor for the ADC to read.
It would be better to leave the input impedance as is but use software to disconnect the input pin when it's not being used. That's certainly possible with an nRF5x, but I'm not aware of that being possible on an Arduino Uno. Is it?
I could connect/disconnect it with a mosfet or a transistor, but then we're back to supplementing the arduino uno with more hardware again, and the voltage drop across such hardware needs to be adjusted for, since the whole point is to get an accurate voltage measurement.
@NeverDie said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
Interestingly, in the dead of night the keychain solar cell can nonetheless pull down 1.3v from a window facing a streetlight that's across the street, as measured with the op amp buffer using a DMM. That amount of light is so low that it registers as 0.2 lux on my lux meter.
It would be interesting to measure voltage when the panel is dead black. Should be possible by wrapping it into paper and then aluminum foil. In theory it should be perfect zero, but connecting wires and the cell itself may work as antenna and hence the opamp may show some bias.
An alternative to the opamp buffer would be to have the solar cell charge a 0.1uF capacitor, which then gets quickly read by an arduino ADC. I haven't wired that up yet, but I expect the results would be about the same.
Yeah, the charge capacitor is part of some ADC implementations. But instead of use of comparators it might be possible to measure charge / discharge time and derive current and voltage from that. Also, knowing the charge current it will be easy to derive time to full charge and select proper capacitor.
It would be better to leave the input impedance as is but use software to disconnect the input pin when it's not being used. That's certainly possible with an nRF5x, but I'm not aware of that being possible on an Arduino Uno. Is it?
From my understanding, input impedance of most of MCU ADC pins (when disabled) are defined by MOSFETs and hence is subject to implementation and input voltage. But with the charge capacitor large enough it should be not an issue, at least as long as the capacitor wasn't connected to the ADC port during the charge (otherwise the impedance must be gigohms in order to be negligible small). Perhaps a mechanical switch could better solve it for the task. And then MCU can be used to measure time to discharge and do the math.
Also, I must note that to charge the capacitor with tens of nanoamps, the harvester control circuit must consume something in picoamps :-) And this makes me think that, first, there must be a reasonable bottom limit, and, second, a combined RF / solar harvester may be an interesting option to go, especially taking in account they can be connected to the same input.
-
@NeverDie said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
Interestingly, in the dead of night the keychain solar cell can nonetheless pull down 1.3v from a window facing a streetlight that's across the street, as measured with the op amp buffer using a DMM. That amount of light is so low that it registers as 0.2 lux on my lux meter.
It would be interesting to measure voltage when the panel is dead black. Should be possible by wrapping it into paper and then aluminum foil. In theory it should be perfect zero, but connecting wires and the cell itself may work as antenna and hence the opamp may show some bias.
An alternative to the opamp buffer would be to have the solar cell charge a 0.1uF capacitor, which then gets quickly read by an arduino ADC. I haven't wired that up yet, but I expect the results would be about the same.
Yeah, the charge capacitor is part of some ADC implementations. But instead of use of comparators it might be possible to measure charge / discharge time and derive current and voltage from that. Also, knowing the charge current it will be easy to derive time to full charge and select proper capacitor.
It would be better to leave the input impedance as is but use software to disconnect the input pin when it's not being used. That's certainly possible with an nRF5x, but I'm not aware of that being possible on an Arduino Uno. Is it?
From my understanding, input impedance of most of MCU ADC pins (when disabled) are defined by MOSFETs and hence is subject to implementation and input voltage. But with the charge capacitor large enough it should be not an issue, at least as long as the capacitor wasn't connected to the ADC port during the charge (otherwise the impedance must be gigohms in order to be negligible small). Perhaps a mechanical switch could better solve it for the task. And then MCU can be used to measure time to discharge and do the math.
Also, I must note that to charge the capacitor with tens of nanoamps, the harvester control circuit must consume something in picoamps :-) And this makes me think that, first, there must be a reasonable bottom limit, and, second, a combined RF / solar harvester may be an interesting option to go, especially taking in account they can be connected to the same input.
@Mishka said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
It would be interesting to measure voltage when the panel is dead black. Should be possible by wrapping it into paper and then aluminum foil. In theory it should be perfect zero, but connecting wires and the cell itself may work as antenna and hence the opamp may show some bias.
OK, I'll try it and let you know.
@Mishka said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
Also, I must note that to charge the capacitor with tens of nanoamps, the harvester control circuit must consume something in picoamps
You're right, there just aren't going to be any control circuits that run on mere pico-amps on a continuous basis, and that sets the limit on how low you can go. It's for that very reason that I'm hoping to find some kind of ultra low current, very low frequency, low voltage self starting circuit that effectively draws almost no current until it starts up. It wouldn't have to start at a precise voltage. Just in a general ballplark. Maybe something like this, except lower voltage than 3v?

http://www.discovercircuits.com/DJ-Circuits/3na-osc.htm
Seems like it should be possible, given progress in the components since that circuit was drawn, which is now quite a while ago.If so, maybe it could even be used to drive a boost converter, similar to:

and with a high enough voltage, perhaps a voltage multiplier as well:

http://dangerousprototypes.com/blog/2013/07/20/avalanche-pulse-generator-and-some-scope-porn/Basically, the circuit needs to remain inert until enough charge builds up and a trigger gets tripped. And, it needs not to bootlooop even though it ramps up using just very little current. A tall order, I know. Not sure if the right kind of circuit exists, but that's what I'm in the hunt for.
If not a multivibrator, then maybe a ring oscillator. Or, if not that, then a blocking oscillator. And if not that, ...., who knows? There are lots of research papers published where people have been able to do it, but unfortunately a lot of them are IEEE published, and so I don't have access to the details of how it has been done. For sure, a lot of it is instantiated into a CMOS chip, which is beyond my reach anyway, but some of them do seem to use discrete components.
If you have any suggetions, I'm all ears.
-
@Mishka said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
It would be interesting to measure voltage when the panel is dead black. Should be possible by wrapping it into paper and then aluminum foil. In theory it should be perfect zero, but connecting wires and the cell itself may work as antenna and hence the opamp may show some bias.
OK, I'll try it and let you know.
@Mishka said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
Also, I must note that to charge the capacitor with tens of nanoamps, the harvester control circuit must consume something in picoamps
You're right, there just aren't going to be any control circuits that run on mere pico-amps on a continuous basis, and that sets the limit on how low you can go. It's for that very reason that I'm hoping to find some kind of ultra low current, very low frequency, low voltage self starting circuit that effectively draws almost no current until it starts up. It wouldn't have to start at a precise voltage. Just in a general ballplark. Maybe something like this, except lower voltage than 3v?

http://www.discovercircuits.com/DJ-Circuits/3na-osc.htm
Seems like it should be possible, given progress in the components since that circuit was drawn, which is now quite a while ago.If so, maybe it could even be used to drive a boost converter, similar to:

and with a high enough voltage, perhaps a voltage multiplier as well:

http://dangerousprototypes.com/blog/2013/07/20/avalanche-pulse-generator-and-some-scope-porn/Basically, the circuit needs to remain inert until enough charge builds up and a trigger gets tripped. And, it needs not to bootlooop even though it ramps up using just very little current. A tall order, I know. Not sure if the right kind of circuit exists, but that's what I'm in the hunt for.
If not a multivibrator, then maybe a ring oscillator. Or, if not that, then a blocking oscillator. And if not that, ...., who knows? There are lots of research papers published where people have been able to do it, but unfortunately a lot of them are IEEE published, and so I don't have access to the details of how it has been done. For sure, a lot of it is instantiated into a CMOS chip, which is beyond my reach anyway, but some of them do seem to use discrete components.
If you have any suggetions, I'm all ears.
@NeverDie said in ๐ฌ The Harvester: ultimate power supply for the Raybeacon DK:
@Mishka said in The Harvester: ultimate power supply for the Raybeacon DK:
It would be interesting to measure voltage when the panel is dead black. Should be possible by wrapping it into paper and then aluminum foil. In theory it should be perfect zero, but connecting wires and the cell itself may work as antenna and hence the opamp may show some bias.
OK, I'll try it and let you know.
@Mishka 8mv was as low as I could take it, but I suspect even then there may have been some slight amount of light getting at it. The room was very dark, but I could make out shapes with night vision, and the backlight on my Fluke 87v was leaking light all over the place, even though I tried to shield it. To really do it properly I'd probably have to set up a wireless link so that I could be in another room to read the voltage. Either that or set up a logger and check it after-the-fact. So, summarizing, I apologize I didn't do a more thorough job, but for being conducted in the middle of a pandemic I did the best that time allows, and besides, 8mv is pretty close to zero, so I hope that answers your question well enough. :) As a cross-check to rule out the possibility of it being an artifact, I'll sometime soon take the measurement in a brief snapshot using an arduino, without the aid of an op-amp, and see how that compares. I'll probably use a load switch to disconnect the arduino so that the solar cell has a chance to charge up a capacitor between readings, and I anticipate that given enough time it will eventually charge up to the open circuit voltage.
Should I start a separate thread for this, or continue it here? It seems that your project is completed, and although this is all relevant, maybe it would be better to split it off? @Mishka Since you're the OP, what's your preference? Continue as is, or fork your thread and continue in a separate thread? I'm enjoying the collaboration, and hope you feel the same. I'm fine with either choice.