Hello,
I'd like to see if I can power BLE modules to send out beacons every once in a while, using potato or lemon batteries. I was thinking having the potatoes charge up a capacitor, and then power a LDO w/ low quiescent current from the capacitor. The output of the LDO provides (hopefully) constant voltage and sufficient current to the BLE module. I have two questions:
I'll need potatoes in series to get up to at least 4 volts. But I might want potatoes in parallel also to increase the current available. But the series combination of potato cells won't have the same voltage, so it's a little bit like putting batteries with different voltages in parallel. I'm not sure what the practical impact is of having different voltage sources in parallel.
When I look at current consumption when a beacon goes off, I see this.
Transmit: 12mA for about 1ms per beacon. Probably transmit 3 beacons per second for one second per event.
Wake: 6mA for 2ms. One wake per event.
Events are very far spaced apart.
I've thought about this before, and looking at some equations for capacitor and current, I found this:
C = I x T / V
I = excess current to be provided.
T = time to provide this extra current.
V = acceptable drop in voltage during this period.
C = capacitance in Farad to meet this requirement.
C = .012A * .005S/0.5V = .00012F = 120uF
I'm not sure if this equation can be applied to my situation. If it is, I'd need a 120uF capacitor.

