Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: vveloso on May 23, 2016, 12:45:24 PM

Title: A20-SOM battery charging and powering peripherals
Post by: vveloso on May 23, 2016, 12:45:24 PM
Hello,

I'm evaluating the A20-SOM for an embedded application with an LTE modem that must be able to run off a battery in emergency situations and for low-power monitoring (i.e., SOM off or in suspend mode and LTE in minimal service mode).

Hence my questions:


I searched the forums, saw quite a number of problems but no solutions. Nor any workarounds.  ;)

Thank you!  :D

Vasco

Title: Re: A20-SOM battery charging and powering peripherals
Post by: JohnS on May 23, 2016, 01:30:07 PM
That may very well mean that no-one read the datasheets - did you?
(or that they do not say)

I would say your mix of issues is unique.

John
Title: Re: A20-SOM battery charging and powering peripherals
Post by: vveloso on May 23, 2016, 04:16:03 PM
Quote from: JohnS on May 23, 2016, 01:30:07 PM
That may very well mean that no-one read the datasheets - did you?
(or that they do not say)

OK John, thanks for you reply. I'll bite. I did. Let me rephrase and be more specific:


Quote from: JohnS on May 23, 2016, 01:30:07 PM
I would say your mix of issues is unique.

We are all unique individuals and so are our projects. :P

Vasco
Title: Re: A20-SOM battery charging and powering peripherals
Post by: JohnS on May 23, 2016, 05:22:42 PM
For such specific things, read the source - being Linux you actually can!

John
Title: Re: A20-SOM battery charging and powering peripherals
Post by: soenke on May 23, 2016, 11:04:43 PM
I cant help you with 1,2,4.

But concerning GPIO-Power i can tell you that drawing 8mA on 60 GPIOs at once while having heavy CPU load works perfectly fine.

But 1.5A... i think that would be too much current through the CPU. For sure you will need a heat sink and maybe also on the PMIC ;)

You should think about adding some mosfets/SSRs between the CPU and your load to get the current on a more direct way to where it is needed.
Title: Re: A20-SOM battery charging and powering peripherals
Post by: vveloso on May 23, 2016, 11:44:27 PM
Quote from: soenke on May 23, 2016, 11:04:43 PM
I cant help you with 1,2,4.

But concerning GPIO-Power i can tell you that drawing 8mA on 60 GPIOs at once while having heavy CPU load works perfectly fine.

But 1.5A... i think that would be too much current through the CPU. For sure you will need a heat sink and maybe also on the PMIC ;)

You should think about adding some mosfets/SSRs between the CPU and your load to get the current on a more direct way to where it is needed.

Hi soenke,

I see that I didn't make myself clear.  :)  What I meant was to draw power from the 3.3V pin on the GPIO header, not from the processor IO pins.

Cheers!
Title: Re: A20-SOM battery charging and powering peripherals
Post by: soenke on May 24, 2016, 12:28:05 AM
Ok, now i got it :)
I would just try it out by slowly increasing the load on one of the 3.3V-pins and watch the VREG temperature and the voltage very closely. I dont think anybody (maybe exept olimex) tested the 3.3V-rail to its limits.