sparkfunX / Artemis_Global_Tracker

A global satellite tracker utilising the SparkFun Artemis module, Iridium 9603N satellite transceiver and u-blox ZOE-M8Q GNSS
Other
14 stars 10 forks source link

using own power regulator, bypassing low dropout regulator #12

Closed jerabaul29 closed 3 years ago

jerabaul29 commented 3 years ago

I would like to bypass the low drop power regulators that are present on the board and use some step up-step down converters instead due to the technology of batteries I want to use.

Would it be ok to use this regulator:

https://www.pololu.com/product/2561

"This 3.3 V boost (step-up) voltage regulator generates higher output voltages from input voltages as low as 0.5 V, and it also automatically switches to a linear down-regulation mode when the input voltage exceeds the output. This makes it great for powering 3.3 V electronics projects from 1 to 3 NiMH, NiCd, or alkaline cells or from a single lithium-ion cell."

And use it to directly feed to the 3.3V pin?

jerabaul29 commented 3 years ago

(i.e.:

jerabaul29 commented 3 years ago

From reading the schematics at https://github.com/sparkfunX/Artemis_Global_Tracker/blob/master/Documentation/Hardware_Overview/README.md it looks like:

That would speak in favor of simply feeding the output of the buck converter into the GND and 3.3V pins, for example the one on the side of the SDA / SCL pins. Can you confirm that? :)

jerabaul29 commented 3 years ago

One more thing: if this understanding is right, can you update a bit the "Power Options" section:

https://github.com/sparkfunX/Artemis_Global_Tracker/blob/master/Documentation/Hardware_Overview/README.md

saying that there is more info in the FAQ at https://github.com/sparkfunX/Artemis_Global_Tracker/blob/master/Documentation/GlobalTracker_FAQs/README.md#What-voltage-does-the-AGT-need

And in the FAQ, can you make it clear that there are in addition to the recommended modes of powering 2 "unsafe / expert modes" ways to power: either 1) as already mentioned, through the VBUS in which case the polarity protection is dropped but not the low dropout regulator (i.e. input should be 3.4V to 6.0V), or 2) not mentioned yet, directly through the 3.3V common power rail, in which case there will be no polarity nor voltage protection, and the only acceptable voltage is EXACTLY 3.3V, as provided for example by a step up / step down converter?

PaulZC commented 3 years ago

Hi JR (@jerabaul29 ), I hope your project is going well. I've added the link to the FAQs from the Hardware Overview as requested. Sorry, no, I won't be adding any notes about unsafe / expert modes for powering the board. You are welcome to try the buck/boost regulator and it will probably work fine, but it is at your own risk. Best wishes, Paul

jerabaul29 commented 3 years ago

Ok, no worries. Thanks for confirming it should work fine.

PaulZC commented 3 years ago

"probably" ;-D

jerabaul29 commented 3 years ago

(btw, to give you some context: thanks again for your product, you came up with a great design. We had a very small scale test here at the Norwegian Meteorological Institute a few weeks ago and were happy with the results, so we just ordered a new batch of 10 of these for a small pilot study. We will deploy these as sea ice drifting trackers in the Arctic. We expect temperatures down to -40 Celcius, and some preliminary tests showed that even Li batteries had a bit of trouble then, which is why we need to add a step up / step down regulator).

jerabaul29 commented 3 years ago

(fyi: this works fine in the cold, we are getting messages from our first instruments deployed 78N :) ). I mistakenly put some of the step-up / step-down on VBUS instead of 3.3V, but seems to work fine too.