PiSupply / PiJuice

Resources for PiJuice HAT for Raspberry Pi - use your Pi Anywhere
https://uk.pi-supply.com/collections/pijuice/products/pijuice-portable-power-raspberry-pi
GNU General Public License v3.0
439 stars 104 forks source link

Stacking Sixfab On PiJuice #847

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi, team!

I'm attempting to stack a Sixfab hat (an LTE modem) onto PiJuice. By itself, the Sixfab is fully functional and tests just fine.

By contrast, when staked on PiJuice, the Sixfab seems to receive power (LEDs light up) but otherwise loses its cellular connectivity. My reading so far leads me to believe the Sixfab's pinout (linked below) must somehow overlap the PiJuice's. However, I'm still quite new to Raspberry Pi, and apparently stacking isn't generally considered best practice for other hats, so I haven't found a lot of supporting documentation.

Hoping for some guidance on which pins may be interfering and if it's possible to reassign them?

Thank you for your wisdom!

Sixfab pinout: https://docs.sixfab.com/docs/raspberry-pi-4g-lte-cellular-modem-kit-technical-details

tvoverbeek commented 2 years ago

From the pinouts thers is no conflict between the Sixfab and Pijuice. Pijuice only uses I2C and the power pins. If you are trying to power both the RPi and the modem from only the PiJuice your total power consumption is probably too much for the PiJuice, especially when your RPi is a Pi4.

ghost commented 2 years ago

That makes sense. However, inserting the PiJuice seems to interrupt the Sixfab even while receiving supplemental power from the wall. Shouldn't that fix any draw issues?

On Fri, Mar 18, 2022, 4:09 PM Ton van Overbeek @.***> wrote:

From the pinouts thers is no concflict between the Sixfab and Pijuice. Pijuice only uses I2C and the power pins. If you are trying to power both the RPi and the modem from only the PiJuice your total power consumption is probably too much for the PiJuice, especially when your RPi is a Pi4.

— Reply to this email directly, view it on GitHub https://github.com/PiSupply/PiJuice/issues/847#issuecomment-1072762207, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ4L7UH564SWYRSR3K3Z6ALVATPH5ANCNFSM5RAYFWLQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

parietinus commented 2 years ago

I have a Raspberry pi with Sixfab HAT and fed by Pijuice running since 2020. Initially I had the same symptoms: sixfab started, went up on the net and then connection went down again. Started the cycle soon thereafter once again and down again.

I resolved the isuue by: configuring the sixfab to use the QMI interface and couple to the raspberry via USB cable. Not connected via GPIO; make sure tha USB cable is high-speed quality; otherwise the problem remains.

After this: Sixfab worked reliably. But then the system sometimes frooze after startup: because I have also 2 camera's, and a usb-stick in the USB ports of the raspberry, which was too much it se pijuice-hat-general emed (Sixfab 1A, cams 400mA; Pi 900mA). This problem was avoided by changing the power regulatormode on the Pijuice to DCDC. From then on, everything worked perfectly, and it still does. raspberry

Hope this helps, Best regards

tvoverbeek commented 2 years ago

@parietinus Many thanks for the feedback.