Having trouble with Helders Power Board

Got an idea for a project? Found a cool project you want to share? Post it here!
Post Reply
User avatar
Tinkerman92
Posts: 17
Joined: Thu Jun 07, 2018 3:53 pm
Location: United States
Has thanked: 4 times
Been thanked: 1 time

Having trouble with Helders Power Board

Post by Tinkerman92 » Fri May 17, 2019 9:01 am

So I'm not sure if it's my wiring, if I'm doing something wrong or just possibly have a bad board.

I have 2 problems with my board currently:

1st problem: Random brownouts
I'm not sure if it's that the batteries are low, I measured the voltage and they were 3.3v if I remember correctly, but these cells are rated for 2.8v or 2.6v if I remember correctly. I dont see any shorts but I cant guarentee that since I'm constantly moving the top and bottom lid around. But I watched the voltage in the output drop to 0v using my multimeter.

2nd problem: No I2C communication
No matter what I do I cannot get the Pi and Helders PSU to talk to each other, I followed the instructions to install the scripts and have an empty battery on my screen. I know their not communicating because I'll run a jstest /dev/input/js1 and none of the values change at all.

I'm including some pictures of my wiring ignore the mess.
Also ignore the tiny wires going from the PSU to the GPIO 5v and ground those were just to make sure it wasnt the pi's fuse preventing the pi and helders from talking to each other.

Image
Image

User avatar
VeteranGamer
Posts: 1738
Joined: Thu Jan 26, 2017 11:12 am
Location: London, UK
Has thanked: 528 times
Been thanked: 909 times

Re: Having trouble with Helders Power Board

Post by VeteranGamer » Fri May 17, 2019 4:02 pm

not sure about the batteries.....

but have you also enabled I2C via the setting....
this can easily be done by selecting Raspi-Config and then I think its interfacing option (but dont hold me to that)....




.

User avatar
Tinkerman92
Posts: 17
Joined: Thu Jun 07, 2018 3:53 pm
Location: United States
Has thanked: 4 times
Been thanked: 1 time

Re: Having trouble with Helders Power Board

Post by Tinkerman92 » Sat May 18, 2019 12:06 pm

Yes sir, I made sure the setup script enabled it in the boot/config.txt and after your suggestion also tried setting it via raspi-config for good measure

User avatar
Helder
Trailblazer
Trailblazer
Posts: 2985
Joined: Thu May 05, 2016 8:33 am
Location: Rogers, AR
Has thanked: 1459 times
Been thanked: 3114 times

Re: Having trouble with Helders Power Board

Post by Helder » Sat May 18, 2019 2:24 pm

Power issues can be a few things like the wire thickness and length you want 24AWG or thicker like 22AWG and keep them short. The other issue that alot of people seem to do is power the PSU through a usb connection and it's not outputting the correct voltage the PSU NEEDS a battery soldered on to be able to properly output the boosted voltage.

Really hard to make heads or tails from that spaghetti bunch of wires but I see alot of thin wires which I bet some are being used for power.
Chat with me and other members On Discord

Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.


Helder's Game Tech Website

We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.

User avatar
Tinkerman92
Posts: 17
Joined: Thu Jun 07, 2018 3:53 pm
Location: United States
Has thanked: 4 times
Been thanked: 1 time

Re: Having trouble with Helders Power Board

Post by Tinkerman92 » Sat May 18, 2019 4:42 pm

Helder wrote:
Sat May 18, 2019 2:24 pm
Power issues can be a few things like the wire thickness and length you want 24AWG or thicker like 22AWG and keep them short. The other issue that alot of people seem to do is power the PSU through a usb connection and it's not outputting the correct voltage the PSU NEEDS a battery soldered on to be able to properly output the boosted voltage.

Really hard to make heads or tails from that spaghetti bunch of wires but I see alot of thin wires which I bet some are being used for power.
Attaching a picture with some of the mess out of the way. I'm using 28awg for power but have everything homerun to the PSU to reduce load on the cables and reduce possible noise. (The teensy and external USB dont have 28 awg but that's it)

Image

I didnt supply power to the pi via gpio but instead supplied it via testpad under the the microusb power in so the pi could still be protected by the poly fuse.

2 individually protected 18650 cells in parallel soldered onto the battery pins

Even tried wrapping the i2c wires around the ground wire incase it was a noise problem

User avatar
Helder
Trailblazer
Trailblazer
Posts: 2985
Joined: Thu May 05, 2016 8:33 am
Location: Rogers, AR
Has thanked: 1459 times
Been thanked: 3114 times

Re: Having trouble with Helders Power Board

Post by Helder » Sat May 18, 2019 9:17 pm

Tinkerman92 wrote:
Sat May 18, 2019 4:42 pm
I'm using 28awg for power but have everything homerun to the PSU to reduce load on the cables and reduce possible noise. (The teensy and external USB dont have 28 awg but that's it)
Again you need to use 22-24AWG for power output from the PSU to the pi or whatever you're using to power off the PSU or it will loose amperage since the wires can not handle that much amperage and you get lightning bolts and you need to keep wires as short as possible.

So you say you have issues with the i2c? but are you using the battery monitoring scripts to activate the monitoring like HoolyHoo's mintyPi battery scripts or the OneForAll on my github?
Chat with me and other members On Discord

Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.


Helder's Game Tech Website

We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.

User avatar
Tinkerman92
Posts: 17
Joined: Thu Jun 07, 2018 3:53 pm
Location: United States
Has thanked: 4 times
Been thanked: 1 time

Re: Having trouble with Helders Power Board

Post by Tinkerman92 » Mon May 20, 2019 3:32 pm

Helder wrote:
Sat May 18, 2019 9:17 pm
Tinkerman92 wrote:
Sat May 18, 2019 4:42 pm
I'm using 28awg for power but have everything homerun to the PSU to reduce load on the cables and reduce possible noise. (The teensy and external USB dont have 28 awg but that's it)
Again you need to use 22-24AWG for power output from the PSU to the pi or whatever you're using to power off the PSU or it will loose amperage since the wires can not handle that much amperage and you get lightning bolts and you need to keep wires as short as possible.

So you say you have issues with the i2c? but are you using the battery monitoring scripts to activate the monitoring like HoolyHoo's mintyPi battery scripts or the OneForAll on my github?
Sorry in the middle of moving so I havent been able to test the power again yet, migrated to 18awg(its what I had) but yes i used the OneForAll script and soldered the pins according to the pinout. I'm gonna try the minty script next time I get a chance to sitdown.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest