Close

party on!

A project log for Portable Raspberry PI Zero

a 3D printed portable computer with a QWERTY keyboard

davedarkodavedarko 11/19/2016 at 20:533 Comments

soo, still not validated, but I'm happy to give it a try as soon as possible - a breakout board to connect the Raspberry PI with the TFT display, wi-fi and I2C and stuff. I'm tired.

Discussions

jaromir.sukuba wrote 11/19/2016 at 22:52 point

Put more capacitance on power line to ESP module, on both inputs and outputs of regulator. ESP takes a lot of juice, what more, in impulse manner. I'd use at least 100uF or 220uF or so, to be on safe side.

  Are you sure? yes | no

davedarko wrote 11/20/2016 at 07:14 point

I've noticed that with the second board I used without the regulator on, running purely off of the rPI converter. I was under the impression that it would be okay, thought that ajlitt said something alike. But adding caps seems reasonable, do you have any real life numbers on the max current, other than those 170mA from the datasheet? I ran the ESP in this configuration on my rPI zero just fine getting power from USB3, but being battery powered is a whole different story, as it seems. 

  Are you sure? yes | no

jaromir.sukuba wrote 11/20/2016 at 09:01 point

Yep, the 150-200mA-ish figure is what I measured with my DMM, though this is average consumption (refresh rate of DMM is usually in order of 10E-1s). The real consumption will look like impulses with much higher value and frequency few orders of magnitude higher - so DMM does not catch it, just displays average value. Relatively slow regulator, PCB tracks resistance and inductance will make voltage drops and probably cause ESP brown-outs - those are hard to catch bugs, often looking like software/configuration problems. Capacitor will help to source current for this impulse demands.

Powering from rpi may work somehow - the onboard regulator is quite beefy to power the Broadcom SoC, but you are sharing the load between SoC and Wifi - that may be quite unpredictable, though my gut feeling tells me it's somehow better than linear regulator with insufficient capacitors.

Anyway, relying on marginal conditions isn't the best idea. Be on safe side, rather than surprised :-)

  Are you sure? yes | no