gauteh / sfy

🌊 A lightweight wave buoy for near-shore deployments.
MIT License
41 stars 6 forks source link

Power: Capacitors over battery to handle GSM connect power surge: supercaps smart module #31

Closed jerabaul29 closed 2 years ago

jerabaul29 commented 2 years ago

tracked here: https://forum.sparkfun.com/viewtopic.php?f=103&t=57215 .

No answer so far, if you want you can +1 on it :) .

gauteh commented 2 years ago

How big are the capacitors on the AGT? Is it two in series to get to 5V (these ones: https://www.sparkfun.com/products/746?)?

@jthomson-apluw, alex: I noticed you have some large capacitors on the microSWIFT: are those for the Iridium modem? Do you charge them in a special way (or limit current with resistor), or are they connected directly over the batteries?

jerabaul29 commented 2 years ago

I think having 2 supercaps in series without anything more may calls for problems, as they are not perfectly identical, so there will be some unbalance developing with time as they are used and current flows...

I think that the AGT actually uses only 2 small supercaps by default, 2x1F2.7V (see https://cdn.sparkfun.com/assets/1/5/e/f/4/SparkFun_Artemis_Global_Tracker.pdf). If I remember well this is enough to limit peak battery draw to 350mA or something like this. To limit even further, it is possible to solder 2 10F2.5V supercaps (these are the ones you mention, but not in place by default).

I think a possible solution with minimum extra circuitry in your context could be:

This way you avoid the need to have 1 supercap in parallel of each cell, or a dedicated supercap balancing chip, and you can have just a few supercaps added on your whole power supply pack. I see your point that if batteries get low the voltage drops, but I think the supercaps can keep it high enough that the pololu does not switch off?

jerabaul29 commented 2 years ago

I actually had bought privately a couple of these to test them; you could get one of each next time we meet if you want :) .

gauteh commented 2 years ago

Thanks. It should be OK to put them in series to increase voltage capacity, it will half the capacitance though! I will test:

jerabaul29 commented 2 years ago

Yes, will be very exciting to hear how it goes :) . You could set up a small 'supercap pre changing bench' and / or connect tte batteries initially through a 10ohm resistor and then remove it :)

jthomson-apluw commented 2 years ago

We use the large capacitors to handle any [brief] interruptions in power supply from the batteries when we drop these from the air…

On Feb 20, 2022, at 2:03 AM, Gaute Hope @.***> wrote:

How big are the capacitors on the AGT? Is it two in series to get to 5V (these ones: https://www.sparkfun.com/products/746 https://www.sparkfun.com/products/746?)?

@jthomson-apluw https://github.com/jthomson-apluw, alex: I noticed you have some large capacitors on the microSWIFT: are those for the Iridium modem? Do you charge them in a special way (or limit current with resistor), or are they connected directly over the batteries?

— Reply to this email directly, view it on GitHub https://github.com/gauteh/sfy/issues/31#issuecomment-1046202820, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ6WTFTTLF5QWYCN3NTYMWLU4C35NANCNFSM5OVV4S5A. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.

gauteh commented 2 years ago

Thanks.

Asked Pololu for some advice: https://forum.pololu.com/t/powering-a-gsm-modem-with-alkaline-batteries/22758

Cellular modem producer recommends lithium, but want to stay on alkaline for as long as possible: https://discuss.blues.io/t/powering-notecard-using-d-cells-2x3-or-1x6/703

Now testing 6x1.5V (D-cells) through S13V30F5. Regulator is audibly working when modem is transmitting. Will see how low current it can keep operating to.

It is possible that 4.5V with 2x3 D-cells work better, since the modem can be powered directly from the batteries. The S13V30F5 seems to struggle delivering enough current when input voltage is too low.

gauteh commented 2 years ago

Turns out the biggest problem was that the wires and breadboards were not sufficently rated for conducting the required current. Hooking things up as directly as possible seems to work better. There was also a bug in missing delays in transmitting to the modem, which when fixed reduced communication errors.

https://discuss.blues.io/t/notecard-i2c-error-not-recoverable-cant-connect-stuck-in-extended-network-failure/670/29?u=gauteh

Very good help from the blues.io team!