Page 1 of 2

GBZ screen won't power from battery with powerboost

Posted: Thu Aug 15, 2019 9:57 pm
by saintshenanigans
So I've been troubleshooting this for a few days and im completely stumped. I'm currently using the composite lcd from the rearview camera, a powerboost 1000c, a micro usb adaptor, and a 6 pin on/off switch.

When I have the micro usb plugged in from the wall, everything works fine. If I plug in the battery, the pi power comes on but the screen won't. sometimes i'll get a flicker every second or so.

I didnt see screen's board in the wiki, but I found out which pin I needed to solder 5v to, so that's already done. Can anyone help?

Currently, I have the pi and the screen wired to take power directly from the powerboost's enable port, which is how I got the power switch to actually work, and the micro usb is going into the powerboost's USB line. grounds are all set to a ground port.

Re: GBZ screen won't power from battery with powerboost

Posted: Fri Aug 16, 2019 4:05 am
by tinkerBOY
Do you have a spare battery to test? Make sure it’s fully charged or charged enough. If the issue persist then check the wiring from the battery. Check also the voltage output of the powerboost while the battery is plugged. It should be around 5v.

Is it for a pi zero or pi3 build?

Re: GBZ screen won't power from battery with powerboost

Posted: Fri Aug 16, 2019 10:23 am
by saintshenanigans
tinkerBOY wrote:
Fri Aug 16, 2019 4:05 am
Do you have a spare battery to test? Make sure it’s fully charged or charged enough.
Is it for a pi zero or pi3 build?
it's for a pi zero, and I'm positive it was fully charged, i left it plugged into the little charger board it came with overnight and the charging light turned off by morning.

I don't have a spare battery, but i may pick one up to test it, and I'll have to see if i can find a multimeter laying around.. i dont own one but my grandpa might.

Re: GBZ screen won't power from battery with powerboost

Posted: Fri Aug 16, 2019 11:51 am
by rodocop
Do you have any pictures of your wiring and soldering. Might help if we can see what you are working with. Maybe it's an issue with the soldering.

As for wiring, you should wire EN and GND to the switch only.
Wire the pi/screen to the 5V and GND pads. (you said you wired it to the EN pin which does not make sense to me.)
Currently, I have the pi and the screen wired to take power directly from the powerboost's enable port, which is how I got the power switch to actually work, and the micro usb is going into the powerboost's USB line. grounds are all set to a ground port.
Check this diagram
SpoilerShow
Image

Re: GBZ screen won't power from battery with powerboost

Posted: Fri Aug 16, 2019 5:18 pm
by saintshenanigans
rodocop wrote:
Fri Aug 16, 2019 11:51 am
Do you have any pictures of your wiring and soldering.
Wire the pi/screen to the 5V and GND pads. (you said you wired it to the EN pin which does not make sense to me.)

Check this diagram
SpoilerShow
Image
Just bought a multimeter - says im getting 4v between the screen's board and the powerboost, and also 4v directly from the battery?

I wired it to the EN pin because I could turn the system on with the switch, and turn it off, but when i flipped the switch again, the system wouldn't turn back on. and all of the lights on the Pi would still be active, which made me think that the pin i wired to wasn't actually turning off with the switch. I will get some pictures and try to create a sensible diagram as well and post back in a few minutes

Re: GBZ screen won't power from battery with powerboost

Posted: Fri Aug 16, 2019 6:06 pm
by tinkerBOY
saintshenanigans wrote:
Fri Aug 16, 2019 5:18 pm
rodocop wrote:
Fri Aug 16, 2019 11:51 am
Do you have any pictures of your wiring and soldering.
Wire the pi/screen to the 5V and GND pads. (you said you wired it to the EN pin which does not make sense to me.)

Check this diagram
SpoilerShow
Image
Just bought a multimeter - says im getting 4v between the screen's board and the powerboost, and also 4v directly from the battery?

I wired it to the EN pin because I could turn the system on with the switch, and turn it off, but when i flipped the switch again, the system wouldn't turn back on. and all of the lights on the Pi would still be active, which made me think that the pin i wired to wasn't actually turning off with the switch. I will get some pictures and try to create a sensible diagram as well and post back in a few minutes
There’s your problem. The 4v output is not normal for a powerboost 1000c. Probably the reason why your screen is not powering up properly while the pi zero can actually run from 3.3v to 5v. Screen works when you plug in a micro usb power adapter because the load-sharing chip gets priority 5v power from the adapter.

Reasons for this can be a defective powerboost, loose battery connection, or battery cannot provide enough power.

Re: GBZ screen won't power from battery with powerboost

Posted: Fri Aug 16, 2019 6:08 pm
by tinkerBOY
Or you wired the battery directly to the powerboost’s output? 😊

Re: GBZ screen won't power from battery with powerboost

Posted: Fri Aug 16, 2019 7:52 pm
by saintshenanigans
OK here's a Paint wiring diagram, and a picture of what I'm working with..

Huge apologies for the disgusting workspace and the shoddy drawing, I don't have a lot of room to work with :oops:

If it's the battery, I'll just run to the microcenter down the street tomorrow and see if i can grab another one, hopefully it's that simple!

Image
Image

Re: GBZ screen won't power from battery with powerboost

Posted: Sat Aug 17, 2019 9:59 am
by infinitLoop
try removing the chip that you wired the power to, and just run the power to that pin, on the board.

Re: GBZ screen won't power from battery with powerboost

Posted: Mon Mar 29, 2021 9:37 am
by bigmac888
Having similar issues, was this ever resolved?